Home
last modified time | relevance | path

Searched refs:opaque (Results 1 – 25 of 67) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzutil.c216 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
218 voidpf buf = opaque; /* just to make some compilers happy */ in zcalloc()
240 void zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
258 ptr = opaque; /* just to make some compilers happy */ in zcfree()
275 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
277 if (opaque) opaque = 0; /* to make compiler happy */ in zcalloc()
281 void zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
283 if (opaque) opaque = 0; /* to make compiler happy */ in zcfree()
300 voidpf zcalloc (opaque, items, size) in zcalloc() argument
301 voidpf opaque; in zcalloc()
[all …]
Dzutil.h269 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
270 void zcfree OF((voidpf opaque, voidpf ptr));
273 (*((strm)->zalloc))((strm)->opaque, (items), (size))
274 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
Dexample.c179 c_stream.opaque = (voidpf)0;
218 d_stream.opaque = (voidpf)0;
257 c_stream.opaque = (voidpf)0;
314 d_stream.opaque = (voidpf)0;
354 c_stream.opaque = (voidpf)0;
393 d_stream.opaque = (voidpf)0;
435 c_stream.opaque = (voidpf)0;
474 d_stream.opaque = (voidpf)0;
Dzlib.h77 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
78 typedef void (*free_func) OF((voidpf opaque, voidpf address));
96 voidpf opaque; /* private data object passed to zalloc and zfree */ member
Dcompress.c44 stream.opaque = (voidpf)0;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzutil.c220 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
222 voidpf buf = opaque; /* just to make some compilers happy */ in zcalloc()
244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
262 ptr = opaque; /* just to make some compilers happy */ in zcfree()
279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument
281 if (opaque) opaque = 0; /* to make compiler happy */ in zcalloc()
285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
287 if (opaque) opaque = 0; /* to make compiler happy */ in zcfree()
304 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
305 voidpf opaque; in zcalloc()
[all …]
Dzutil.h239 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
241 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
245 (*((strm)->zalloc))((strm)->opaque, (items), (size))
246 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
Dexample.c210 c_stream.opaque = (voidpf)0;
249 d_stream.opaque = (voidpf)0;
288 c_stream.opaque = (voidpf)0;
345 d_stream.opaque = (voidpf)0;
385 c_stream.opaque = (voidpf)0;
424 d_stream.opaque = (voidpf)0;
466 c_stream.opaque = (voidpf)0;
505 d_stream.opaque = (voidpf)0;
Dcompress.c44 stream.opaque = (voidpf)0;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
Dzutil.h269 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
270 void zcfree OF((voidpf opaque, voidpf ptr));
273 (*((strm)->zalloc))((strm)->opaque, (items), (size))
274 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
/device/generic/goldfish/camera/
DEmulatedCameraDevice.h471 typedef bool (*ProduceFrameFunc)(void* opaque, void* destinationBuffer);
508 ProduceFrameFunc producer, void* opaque,
638 static bool staticProduceFrame(void* opaque, void* buffer) { in staticProduceFrame() argument
639 auto cameraDevice = reinterpret_cast<EmulatedCameraDevice*>(opaque); in staticProduceFrame()
DEmulatedCamera.h203 virtual void releaseRecordingFrame(const void* opaque);
341 const void* opaque);
DCallbackNotifier.h108 void releaseRecordingFrame(const void* opaque);
DCallbackNotifier.cpp175 void CallbackNotifier::releaseRecordingFrame(const void* opaque) in releaseRecordingFrame() argument
179 if ( (*it)->data == opaque ) { in releaseRecordingFrame()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
Dzutil.h242 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
244 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
248 (*((strm)->zalloc))((strm)->opaque, (items), (size))
249 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraMem.h75 virtual int getMatchBufIndex(const void *opaque, bool metadata) const = 0;
162 virtual int getMatchBufIndex(const void *opaque, bool metadata) const;
186 virtual int getMatchBufIndex(const void *opaque, bool metadata) const;
206 virtual int getMatchBufIndex(const void *opaque, bool metadata) const;
233 virtual int getMatchBufIndex(const void *opaque, bool metadata) const;
DQCameraMem.cpp949 int QCameraHeapMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex() argument
957 if (mPtr[i] == opaque) { in getMatchBufIndex()
1154 int QCameraStreamMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex() argument
1162 if (mCameraMemory[i]->data == opaque) { in getMatchBufIndex()
1451 int QCameraVideoMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex() argument
1458 if (mMetadata[i]->data == opaque) { in getMatchBufIndex()
1465 if (mCameraMemory[i]->data == opaque) { in getMatchBufIndex()
1904 int QCameraGrallocMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex() argument
1912 if (mCameraMemory[i]->data == opaque) { in getMatchBufIndex()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraMem.h75 virtual int getMatchBufIndex(const void *opaque, bool metadata) const = 0;
162 virtual int getMatchBufIndex(const void *opaque, bool metadata) const;
187 virtual int getMatchBufIndex(const void *opaque, bool metadata) const;
209 virtual int getMatchBufIndex(const void *opaque, bool metadata) const;
237 virtual int getMatchBufIndex(const void *opaque, bool metadata) const;
DQCameraMem.cpp949 int QCameraHeapMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex() argument
957 if (mPtr[i] == opaque) { in getMatchBufIndex()
1156 int QCameraStreamMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex() argument
1164 if (mCameraMemory[i]->data == opaque) { in getMatchBufIndex()
1454 int QCameraVideoMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex() argument
1461 if (mMetadata[i]->data == opaque) { in getMatchBufIndex()
1468 if (mCameraMemory[i]->data == opaque) { in getMatchBufIndex()
1908 int QCameraGrallocMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex() argument
1916 if (mCameraMemory[i]->data == opaque) { in getMatchBufIndex()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.h91 virtual int getMatchBufIndex(const void *opaque, bool metadata) const = 0;
175 virtual int getMatchBufIndex(const void *opaque, bool metadata) const;
207 virtual int getMatchBufIndex(const void *opaque, bool metadata) const;
227 virtual int getMatchBufIndex(const void *opaque, bool metadata) const;
261 virtual int getMatchBufIndex(const void *opaque, bool metadata) const;
DQCameraMem.cpp971 int QCameraHeapMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex() argument
979 if (mPtr[i] == opaque) { in getMatchBufIndex()
1233 int QCameraStreamMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex() argument
1241 if (mCameraMemory[i]->data == opaque) { in getMatchBufIndex()
1651 int QCameraVideoMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex() argument
1658 if (mMetadata[i]->data == opaque) { in getMatchBufIndex()
1665 if (mCameraMemory[i]->data == opaque) { in getMatchBufIndex()
2373 int QCameraGrallocMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex() argument
2381 if (mCameraMemory[i]->data == opaque) { in getMatchBufIndex()
/device/google/marlin/camera/usbcamcore/inc/
DQualcommUsbCamera.h174 const void *opaque);
/device/google/marlin/camera/QCamera2/HAL/wrapper/
DQualcommCamera.h77 const void *opaque);
/device/lge/bullhead/camera/QCamera2/HAL/wrapper/
DQualcommCamera.h77 const void *opaque);
/device/huawei/angler/camera/QCamera2/HAL/wrapper/
DQualcommCamera.h77 const void *opaque);

123