/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraAllocator.h | 40 class QCameraHeapMemory; variable 48 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0; 49 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0;
|
D | QCameraStream.h | 57 virtual int32_t init(QCameraHeapMemory *streamInfoBuf, 58 QCameraHeapMemory *miscBuf, 87 QCameraHeapMemory *getStreamInfoBuf() {return mStreamInfoBuf;}; in getStreamInfoBuf() 88 QCameraHeapMemory *getMiscBuf() {return mMiscBuf;}; in getMiscBuf() 138 QCameraHeapMemory *mStreamInfoBuf; 139 QCameraHeapMemory *mMiscBuf;
|
D | QCameraMem.cpp | 731 QCameraHeapMemory::QCameraHeapMemory(bool cached) in QCameraHeapMemory() function in qcamera::QCameraHeapMemory 747 QCameraHeapMemory::~QCameraHeapMemory() in ~QCameraHeapMemory() 761 void *QCameraHeapMemory::getPtr(uint32_t index) const in getPtr() 783 int QCameraHeapMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() 834 int QCameraHeapMemory::allocateMore(uint8_t count, size_t size) in allocateMore() 873 void QCameraHeapMemory::deallocate() in deallocate() 896 int QCameraHeapMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() 915 int QCameraHeapMemory::getRegFlags(uint8_t * /*regFlags*/) const in getRegFlags() 932 camera_memory_t *QCameraHeapMemory::getMemory(uint32_t /*index*/, bool /*metadata*/) const in getMemory() 949 int QCameraHeapMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex()
|
D | QCameraChannel.h | 54 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf,
|
D | QCameraMem.h | 151 class QCameraHeapMemory : public QCameraMemory { 153 QCameraHeapMemory(bool cached); 154 virtual ~QCameraHeapMemory();
|
D | QCameraChannel.cpp | 179 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf, in addStream() 885 QCameraHeapMemory *pStreamInfoBuf = NULL; in addReprocStreamsFromSource() 886 QCameraHeapMemory *pMiscBuf = NULL; in addReprocStreamsFromSource()
|
D | QCamera2HWI.h | 258 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type); 259 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo);
|
D | QCamera2HWI.cpp | 1383 QCameraHeapMemory *capabilityHeap = NULL; in initCapabilities() 1386 capabilityHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in initCapabilities() 1841 QCameraHeapMemory *QCamera2HardwareInterface::allocateMiscBuf( in allocateMiscBuf() 1847 QCameraHeapMemory *miscBuf = NULL; in allocateMiscBuf() 1866 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateMiscBuf() 1895 QCameraHeapMemory *QCamera2HardwareInterface::allocateStreamInfoBuf( in allocateStreamInfoBuf() 1902 QCameraHeapMemory *streamInfoBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateStreamInfoBuf() 4068 QCameraHeapMemory *imgBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in registerFaceImage() 5040 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(streamType); in addStreamToChannel() 6018 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(CAM_STREAM_TYPE_OFFLINE_PROC); in addOfflineReprocChannel()
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraAllocator.h | 40 class QCameraHeapMemory; variable 48 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0; 49 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0;
|
D | QCameraStream.h | 57 virtual int32_t init(QCameraHeapMemory *streamInfoBuf, 58 QCameraHeapMemory *miscBuf, 87 QCameraHeapMemory *getStreamInfoBuf() {return mStreamInfoBuf;}; in getStreamInfoBuf() 88 QCameraHeapMemory *getMiscBuf() {return mMiscBuf;}; in getMiscBuf() 138 QCameraHeapMemory *mStreamInfoBuf; 139 QCameraHeapMemory *mMiscBuf;
|
D | QCameraMem.cpp | 731 QCameraHeapMemory::QCameraHeapMemory(bool cached) in QCameraHeapMemory() function in qcamera::QCameraHeapMemory 747 QCameraHeapMemory::~QCameraHeapMemory() in ~QCameraHeapMemory() 761 void *QCameraHeapMemory::getPtr(uint32_t index) const in getPtr() 783 int QCameraHeapMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() 834 int QCameraHeapMemory::allocateMore(uint8_t count, size_t size) in allocateMore() 873 void QCameraHeapMemory::deallocate() in deallocate() 896 int QCameraHeapMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() 915 int QCameraHeapMemory::getRegFlags(uint8_t * /*regFlags*/) const in getRegFlags() 932 camera_memory_t *QCameraHeapMemory::getMemory(uint32_t /*index*/, bool /*metadata*/) const in getMemory() 949 int QCameraHeapMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex()
|
D | QCameraChannel.h | 54 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf,
|
D | QCameraMem.h | 151 class QCameraHeapMemory : public QCameraMemory { 153 QCameraHeapMemory(bool cached); 154 virtual ~QCameraHeapMemory();
|
D | QCameraChannel.cpp | 180 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf, in addStream() 897 QCameraHeapMemory *pStreamInfoBuf = NULL; in addReprocStreamsFromSource() 898 QCameraHeapMemory *pMiscBuf = NULL; in addReprocStreamsFromSource()
|
D | QCamera2HWI.h | 258 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type); 259 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo);
|
D | QCamera2HWI.cpp | 1383 QCameraHeapMemory *capabilityHeap = NULL; in initCapabilities() 1386 capabilityHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in initCapabilities() 1843 QCameraHeapMemory *QCamera2HardwareInterface::allocateMiscBuf( in allocateMiscBuf() 1849 QCameraHeapMemory *miscBuf = NULL; in allocateMiscBuf() 1868 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateMiscBuf() 1897 QCameraHeapMemory *QCamera2HardwareInterface::allocateStreamInfoBuf( in allocateStreamInfoBuf() 1904 QCameraHeapMemory *streamInfoBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateStreamInfoBuf() 4070 QCameraHeapMemory *imgBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in registerFaceImage() 5042 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(streamType); in addStreamToChannel() 6020 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(CAM_STREAM_TYPE_OFFLINE_PROC); in addOfflineReprocChannel()
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraAllocator.h | 40 class QCameraHeapMemory; variable 53 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0; 54 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0;
|
D | QCameraStream.h | 62 virtual int32_t init(QCameraHeapMemory *streamInfoBuf, 63 QCameraHeapMemory *miscBuf, 95 QCameraHeapMemory *getStreamInfoBuf() {return mStreamInfoBuf;}; in getStreamInfoBuf() 96 QCameraHeapMemory *getMiscBuf() {return mMiscBuf;}; in getMiscBuf() 170 QCameraHeapMemory *mStreamInfoBuf; 171 QCameraHeapMemory *mMiscBuf;
|
D | QCameraMem.h | 164 class QCameraHeapMemory : public QCameraMemory { 166 QCameraHeapMemory(bool cached); 167 virtual ~QCameraHeapMemory(); 182 class QCameraMetadataStreamMemory : public QCameraHeapMemory {
|
D | QCameraMem.cpp | 741 QCameraHeapMemory::QCameraHeapMemory(bool cached) in QCameraHeapMemory() function in qcamera::QCameraHeapMemory 757 QCameraHeapMemory::~QCameraHeapMemory() in ~QCameraHeapMemory() 771 void *QCameraHeapMemory::getPtr(uint32_t index) const in getPtr() 793 int QCameraHeapMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() 853 int QCameraHeapMemory::allocateMore(uint8_t count, size_t size) in allocateMore() 895 void QCameraHeapMemory::deallocate() in deallocate() 918 int QCameraHeapMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps() 937 int QCameraHeapMemory::getRegFlags(uint8_t * /*regFlags*/) const in getRegFlags() 954 camera_memory_t *QCameraHeapMemory::getMemory(uint32_t /*index*/, bool /*metadata*/) const in getMemory() 971 int QCameraHeapMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex() [all …]
|
D | QCameraChannel.h | 56 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf,
|
D | QCameraChannel.cpp | 210 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf, in addStream() 967 QCameraHeapMemory *pStreamInfoBuf = NULL; in addReprocStreamsFromSource() 968 QCameraHeapMemory *pMiscBuf = NULL; in addReprocStreamsFromSource()
|
D | QCamera2HWI.h | 278 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type); 279 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo);
|
D | QCamera2HWI.cpp | 2307 QCameraHeapMemory *capabilityHeap = NULL; in initCapabilities() 2310 capabilityHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in initCapabilities() 2936 QCameraHeapMemory *QCamera2HardwareInterface::allocateMiscBuf( in allocateMiscBuf() 2942 QCameraHeapMemory *miscBuf = NULL; in allocateMiscBuf() 2961 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateMiscBuf() 2990 QCameraHeapMemory *QCamera2HardwareInterface::allocateStreamInfoBuf( in allocateStreamInfoBuf() 2997 QCameraHeapMemory *streamInfoBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateStreamInfoBuf() 5720 QCameraHeapMemory *imgBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in registerFaceImage() 6740 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(streamType); in addStreamToChannel() 7870 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(CAM_STREAM_TYPE_OFFLINE_PROC); in addOfflineReprocChannel()
|
D | QCameraParameters.h | 1107 QCameraHeapMemory *m_pParamHeap; 1110 QCameraHeapMemory *m_pRelCamSyncHeap;
|