/aosp_15_r20/external/libyuv/source/ |
H A D | convert_jpeg.cc | 35 static void JpegCopyI420(void* opaque, in JpegCopyI420() 49 static void JpegI422ToI420(void* opaque, in JpegI422ToI420() 63 static void JpegI444ToI420(void* opaque, in JpegI444ToI420() 77 static void JpegI400ToI420(void* opaque, in JpegI400ToI420() 202 static void JpegI420ToNV21(void* opaque, in JpegI420ToNV21() 214 static void JpegI422ToNV21(void* opaque, in JpegI422ToNV21() 226 static void JpegI444ToNV21(void* opaque, in JpegI444ToNV21() 238 static void JpegI400ToNV21(void* opaque, in JpegI400ToNV21() 331 static void JpegI420ToNV12(void* opaque, in JpegI420ToNV12() 344 static void JpegI422ToNV12(void* opaque, in JpegI422ToNV12() [all …]
|
/aosp_15_r20/external/libaom/third_party/libyuv/source/ |
H A D | convert_jpeg.cc | 35 static void JpegCopyI420(void* opaque, in JpegCopyI420() 49 static void JpegI422ToI420(void* opaque, in JpegI422ToI420() 63 static void JpegI444ToI420(void* opaque, in JpegI444ToI420() 77 static void JpegI400ToI420(void* opaque, in JpegI400ToI420() 202 static void JpegI420ToNV21(void* opaque, in JpegI420ToNV21() 214 static void JpegI422ToNV21(void* opaque, in JpegI422ToNV21() 226 static void JpegI444ToNV21(void* opaque, in JpegI444ToNV21() 238 static void JpegI400ToNV21(void* opaque, in JpegI400ToNV21() 331 static void JpegI420ToNV12(void* opaque, in JpegI420ToNV12() 344 static void JpegI422ToNV12(void* opaque, in JpegI422ToNV12() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/minizip/ |
D | iowin32.c | 96 voidpf ZCALLBACK win32_open64_file_func (voidpf opaque,const void* filename,int mode) in win32_open64_file_func() 125 voidpf ZCALLBACK win32_open64_file_funcA (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcA() 149 voidpf ZCALLBACK win32_open64_file_funcW (voidpf opaque,const void* filename,int mode) in win32_open64_file_funcW() 169 voidpf ZCALLBACK win32_open_file_func (voidpf opaque,const char* filename,int mode) in win32_open_file_func() 198 uLong ZCALLBACK win32_read_file_func (voidpf opaque, voidpf stream, void* buf,uLong size) in win32_read_file_func() 220 uLong ZCALLBACK win32_write_file_func (voidpf opaque,voidpf stream,const void* buf,uLong size) in win32_write_file_func() 261 long ZCALLBACK win32_tell_file_func (voidpf opaque,voidpf stream) in win32_tell_file_func() 284 ZPOS64_T ZCALLBACK win32_tell64_file_func (voidpf opaque, voidpf stream) in win32_tell64_file_func() 309 long ZCALLBACK win32_seek_file_func (voidpf opaque,voidpf stream,uLong offset,int origin) in win32_seek_file_func() 347 long ZCALLBACK win32_seek64_file_func (voidpf opaque, voidpf stream,ZPOS64_T offset,int origin) in win32_seek64_file_func() [all …]
|
D | ioapi.c | 95 static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode) in fopen_file_func() 113 static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode) in fopen64_file_func() 132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) in fread_file_func() 139 static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void* buf, uLong size) in fwrite_file_func() 146 static long ZCALLBACK ftell_file_func (voidpf opaque, voidpf stream) in ftell_file_func() 154 static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream) in ftell64_file_func() 161 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func() 184 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) in fseek64_file_func() 210 static int ZCALLBACK fclose_file_func (voidpf opaque, voidpf stream) in fclose_file_func() 217 static int ZCALLBACK ferror_file_func (voidpf opaque, voidpf stream) in ferror_file_func()
|
/aosp_15_r20/external/zlib/contrib/minizip/ |
H A D | iowin32.c | 90 voidpf ZCALLBACK win32_open64_file_func(voidpf opaque, const void* filename, int mode) { in win32_open64_file_func() 118 voidpf ZCALLBACK win32_open64_file_funcA(voidpf opaque, const void* filename, int mode) { in win32_open64_file_funcA() 141 voidpf ZCALLBACK win32_open64_file_funcW(voidpf opaque, const void* filename, int mode) { in win32_open64_file_funcW() 160 voidpf ZCALLBACK win32_open_file_func(voidpf opaque, const char* filename, int mode) { in win32_open_file_func() 188 uLong ZCALLBACK win32_read_file_func(voidpf opaque, voidpf stream, void* buf,uLong size) { in win32_read_file_func() 209 uLong ZCALLBACK win32_write_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) { in win32_write_file_func() 248 long ZCALLBACK win32_tell_file_func(voidpf opaque, voidpf stream) { in win32_tell_file_func() 270 ZPOS64_T ZCALLBACK win32_tell64_file_func(voidpf opaque, voidpf stream) { in win32_tell64_file_func() 294 long ZCALLBACK win32_seek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) { in win32_seek_file_func() 331 long ZCALLBACK win32_seek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) { in win32_seek64_file_func() [all …]
|
H A D | ioapi.c | 82 static voidpf ZCALLBACK fopen_file_func(voidpf opaque, const char* filename, int mode) { in fopen_file_func() 100 static voidpf ZCALLBACK fopen64_file_func(voidpf opaque, const void* filename, int mode) { in fopen64_file_func() 119 static uLong ZCALLBACK fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) { in fread_file_func() 126 static uLong ZCALLBACK fwrite_file_func(voidpf opaque, voidpf stream, const void* buf, uLong size) { in fwrite_file_func() 133 static long ZCALLBACK ftell_file_func(voidpf opaque, voidpf stream) { in ftell_file_func() 141 static ZPOS64_T ZCALLBACK ftell64_file_func(voidpf opaque, voidpf stream) { in ftell64_file_func() 148 static long ZCALLBACK fseek_file_func(voidpf opaque, voidpf stream, uLong offset, int origin) { in fseek_file_func() 171 static long ZCALLBACK fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) { in fseek64_file_func() 197 static int ZCALLBACK fclose_file_func(voidpf opaque, voidpf stream) { in fclose_file_func() 204 static int ZCALLBACK ferror_file_func(voidpf opaque, voidpf stream) { in ferror_file_func()
|
/aosp_15_r20/external/zlib/google/ |
H A D | zip_internal.cc | 45 void* ZipOpenFunc(void* opaque, const void* filename, int mode) { in ZipOpenFunc() 91 void* FdOpenFileFunc(void* opaque, const void* filename, int mode) { in FdOpenFileFunc() 111 int FdCloseFileFunc(void* opaque, void* stream) { in FdCloseFileFunc() 132 void* HandleOpenFileFunc(void* opaque, const void* /*filename*/, int mode) { in HandleOpenFileFunc() argument 145 int HandleCloseFileFunc(void* opaque, void* stream) { in HandleCloseFileFunc() 166 void* OpenZipBuffer(void* opaque, const void* /*filename*/, int mode) { in OpenZipBuffer() argument 180 uLong ReadZipBuffer(void* opaque, void* /*stream*/, void* buf, uLong size) { in ReadZipBuffer() argument 204 ZPOS64_T GetOffsetOfZipBuffer(void* opaque, void* /*stream*/) { in GetOffsetOfZipBuffer() argument 212 long SeekZipBuffer(void* opaque, in SeekZipBuffer() argument 239 int CloseZipBuffer(void* opaque, void* /*stream*/) { in CloseZipBuffer() argument
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/metadata/cc/utils/ |
H A D | zip_readonly_mem_file.cc | 44 voidpf ZipReadOnlyMemFile::OpenFile(voidpf opaque, const void* filename, in OpenFile() 51 uLong ZipReadOnlyMemFile::ReadFile(voidpf opaque, voidpf stream, void* buf, in ReadFile() 68 uLong ZipReadOnlyMemFile::WriteFile(voidpf opaque, voidpf stream, in WriteFile() 75 ZPOS64_T ZipReadOnlyMemFile::TellFile(voidpf opaque, voidpf stream) { in TellFile() 81 (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) { in SeekFile() 107 int ZipReadOnlyMemFile::CloseFile(voidpf opaque, voidpf stream) { in CloseFile() 113 int ZipReadOnlyMemFile::ErrorFile(voidpf opaque, voidpf stream) { in ErrorFile()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
H A D | device_memory.h | 63 : opaque_(opaque), size_(size) {} in opaque_() argument 84 void *opaque() { return opaque_; } in opaque() function 85 const void *opaque() const { return opaque_; } in opaque() function 104 void Reset(void *opaque, uint64_t bytes) { in Reset() 146 static DeviceMemory<ElemT> MakeFromByteSize(void *opaque, uint64_t bytes) { in MakeFromByteSize() 152 void ResetFromByteSize(void *opaque, uint64_t bytes) { in ResetFromByteSize() 168 DeviceMemory(void *opaque, uint64_t size) : DeviceMemoryBase(opaque, size) {} in DeviceMemory()
|
/aosp_15_r20/external/libvpx/third_party/libyuv/source/ |
H A D | convert_jpeg.cc | 35 static void JpegCopyI420(void* opaque, in JpegCopyI420() 49 static void JpegI422ToI420(void* opaque, in JpegI422ToI420() 63 static void JpegI444ToI420(void* opaque, in JpegI444ToI420() 77 static void JpegI400ToI420(void* opaque, in JpegI400ToI420() 201 static void JpegI420ToARGB(void* opaque, in JpegI420ToARGB() 212 static void JpegI422ToARGB(void* opaque, in JpegI422ToARGB() 223 static void JpegI444ToARGB(void* opaque, in JpegI444ToARGB() 234 static void JpegI400ToARGB(void* opaque, in JpegI400ToARGB()
|
/aosp_15_r20/packages/modules/adb/client/pairing/tests/ |
D | pairing_connection_test.cpp | 195 void* opaque) { in TEST_F() 220 void* opaque) { in TEST_F() 263 void* opaque) { in TEST_F() 281 void* opaque) { in TEST_F() 312 void* opaque) { in TEST_F() 335 void* opaque) { in TEST_F() 374 void* opaque) { in TEST_F() 412 void* opaque) { in TEST_F() 442 void* opaque) { in TEST_F()
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/ |
D | zutil.c | 217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 315 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
|
/aosp_15_r20/external/libwebsockets/win32port/zlib/ |
H A D | zutil.c | 216 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 275 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 281 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 300 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 310 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
|
/aosp_15_r20/external/zlib/ |
H A D | zutil.c | 202 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc() 227 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() 263 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) { in zcalloc() 268 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() 286 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc() 292 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree()
|
/aosp_15_r20/external/python/cpython2/Modules/zlib/ |
D | zutil.c | 217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() 243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() 286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() 305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument 315 void ZLIB_INTERNAL zcfree (opaque, ptr) in zcfree() argument
|
/aosp_15_r20/external/freetype/src/gzip/ |
H A D | zutil.c | 226 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) in zcalloc() 252 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) in zcfree() 289 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) in zcalloc() 295 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) in zcfree() 315 voidpf opaque, in zcalloc() 325 voidpf opaque, in zcfree()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/zlib/ |
D | zutil.c | 202 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc() 227 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() 263 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, uInt items, uInt size) { in zcalloc() 268 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree() 286 voidpf ZLIB_INTERNAL zcalloc(voidpf opaque, unsigned items, unsigned size) { in zcalloc() 292 void ZLIB_INTERNAL zcfree(voidpf opaque, voidpf ptr) { in zcfree()
|
/aosp_15_r20/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
H A D | eventlib.h | 44 typedef struct { void *opaque; } evConnID; member 45 typedef struct { void *opaque; } evFileID; member 46 typedef struct { void *opaque; } evStreamID; member 47 typedef struct { void *opaque; } evTimerID; member 48 typedef struct { void *opaque; } evWaitID; member 49 typedef struct { void *opaque; } evContext; member 50 typedef struct { void *opaque; } evEvent; member
|
/aosp_15_r20/external/zstd/lib/common/ |
H A D | pool.c | 31 void *opaque; member 67 static void* POOL_thread(void* opaque) { in POOL_thread() 272 POOL_add_internal(POOL_ctx* ctx, POOL_function function, void *opaque) in POOL_add_internal() 286 void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque) in POOL_add() 299 int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque) in POOL_tryAdd() 354 void POOL_add(POOL_ctx* ctx, POOL_function function, void* opaque) { in POOL_add() 359 int POOL_tryAdd(POOL_ctx* ctx, POOL_function function, void* opaque) { in POOL_tryAdd()
|
/aosp_15_r20/external/webp/imageio/ |
H A D | tiffdec.c | 76 static int MyClose(thandle_t opaque) { in MyClose() 81 static toff_t MySize(thandle_t opaque) { in MySize() 86 static toff_t MySeek(thandle_t opaque, toff_t offset, int whence) { in MySeek() 96 static int MyMapFile(thandle_t opaque, void** base, toff_t* size) { in MyMapFile() 102 static void MyUnmapFile(thandle_t opaque, void* base, toff_t size) { in MyUnmapFile() 108 static tsize_t MyRead(thandle_t opaque, void* dst, tsize_t size) { in MyRead()
|
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib-ng/ |
D | zutil.c | 103 void Z_INTERNAL *zng_calloc(void *opaque, unsigned items, unsigned size) { in zng_calloc() 108 void Z_INTERNAL zng_cfree(void *opaque, void *ptr) { in zng_cfree() 115 void Z_INTERNAL *zng_alloc_aligned(zng_calloc_func zalloc, void *opaque, unsigned items, unsigned s… in zng_alloc_aligned() 144 void Z_INTERNAL zng_free_aligned(zng_cfree_func zfree, void *opaque, void *ptr) { in zng_free_aligned()
|
/aosp_15_r20/frameworks/libs/binary_translation/tests/ndk_program_tests/ |
D | zlib_test.cc | 24 void* ZAlloc(void* opaque, uint32_t items, uint32_t size) { in ZAlloc() 29 void ZFree(void* opaque, void* address) { in ZFree() 47 int opaque = 0; in TEST() local
|
/aosp_15_r20/external/zstd/tests/ |
H A D | poolTests.c | 34 static void fn(void *opaque) in fn() 69 static void waitFn(void *opaque) { in waitFn() 99 static void waitLongFn(void *opaque) { in waitLongFn() 182 static void waitIncFn(void *opaque) { in waitIncFn()
|
/aosp_15_r20/external/libwebsockets/lib/misc/cache-ttl/ |
H A D | file.c | 151 nsc_cb_t cb, void *opaque) in nscookiejar_iterate() 427 nsc_lookup_cb(lws_cache_nscookiejar_t *cache, void *opaque, int flags, in nsc_lookup_cb() 540 nsc_regen_cb(lws_cache_nscookiejar_t *cache, void *opaque, int flags, in nsc_regen_cb() 742 nsc_get_cb(lws_cache_nscookiejar_t *cache, void *opaque, int flags, in nsc_get_cb() 922 nsc_dump_cb(lws_cache_nscookiejar_t *cache, void *opaque, int flags, in nsc_dump_cb()
|
/aosp_15_r20/external/libwebsockets/minimal-examples/api-tests/api-test-lws_smd/ |
H A D | main.c | 33 smd_cb1int(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, in smd_cb1int() 47 smd_cb2int(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, in smd_cb2int() 66 smd_cb3int(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, in smd_cb3int()
|