/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 | 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 | 1384 QCameraHeapMemory *capabilityHeap = NULL; in initCapabilities() 1387 capabilityHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in initCapabilities() 1842 QCameraHeapMemory *QCamera2HardwareInterface::allocateMiscBuf( in allocateMiscBuf() 1848 QCameraHeapMemory *miscBuf = NULL; in allocateMiscBuf() 1867 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateMiscBuf() 1896 QCameraHeapMemory *QCamera2HardwareInterface::allocateStreamInfoBuf( in allocateStreamInfoBuf() 1903 QCameraHeapMemory *streamInfoBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateStreamInfoBuf() 4069 QCameraHeapMemory *imgBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in registerFaceImage() 5041 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(streamType); in addStreamToChannel() 6019 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(CAM_STREAM_TYPE_OFFLINE_PROC); in addOfflineReprocChannel()
|
/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 | 1384 QCameraHeapMemory *capabilityHeap = NULL; in initCapabilities() 1387 capabilityHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in initCapabilities() 1842 QCameraHeapMemory *QCamera2HardwareInterface::allocateMiscBuf( in allocateMiscBuf() 1848 QCameraHeapMemory *miscBuf = NULL; in allocateMiscBuf() 1867 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateMiscBuf() 1896 QCameraHeapMemory *QCamera2HardwareInterface::allocateStreamInfoBuf( in allocateStreamInfoBuf() 1903 QCameraHeapMemory *streamInfoBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateStreamInfoBuf() 4069 QCameraHeapMemory *imgBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in registerFaceImage() 5041 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(streamType); in addStreamToChannel() 6019 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(CAM_STREAM_TYPE_OFFLINE_PROC); in addOfflineReprocChannel()
|
D | QCameraStream.cpp | 586 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf, in init() 587 QCameraHeapMemory *miscBuf, in init()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraAllocator.h | 40 class QCameraHeapMemory; variable 52 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0;
|
D | QCameraMem.cpp | 597 QCameraHeapMemory::QCameraHeapMemory(bool cached) in QCameraHeapMemory() function in qcamera::QCameraHeapMemory 613 QCameraHeapMemory::~QCameraHeapMemory() in ~QCameraHeapMemory() 627 void *QCameraHeapMemory::getPtr(int index) const in getPtr() 649 int QCameraHeapMemory::allocate(int count, int size, uint32_t isSecure) in allocate() 700 int QCameraHeapMemory::allocateMore(int count, int size) in allocateMore() 737 void QCameraHeapMemory::deallocate() in deallocate() 760 int QCameraHeapMemory::cacheOps(int index, unsigned int cmd) in cacheOps() 779 int QCameraHeapMemory::getRegFlags(uint8_t * /*regFlags*/) const in getRegFlags() 796 camera_memory_t *QCameraHeapMemory::getMemory( in getMemory() 814 int QCameraHeapMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex()
|
D | QCameraMem.h | 137 class QCameraHeapMemory : public QCameraMemory { 139 QCameraHeapMemory(bool cached); 140 virtual ~QCameraHeapMemory();
|
D | QCameraStream.h | 59 virtual int32_t init(QCameraHeapMemory *streamInfoBuf, 129 QCameraHeapMemory *mStreamInfoBuf;
|
D | QCameraChannel.h | 54 QCameraHeapMemory *streamInfoBuf,
|
D | QCameraChannel.cpp | 182 QCameraHeapMemory *streamInfoBuf, in addStream() 792 QCameraHeapMemory *pStreamInfoBuf = NULL; in addReprocStreamsFromSource()
|
D | QCamera2HWI.cpp | 1306 QCameraHeapMemory *capabilityHeap = NULL; in initCapabilities() 1309 capabilityHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in initCapabilities() 1759 QCameraHeapMemory *QCamera2HardwareInterface::allocateStreamInfoBuf( in allocateStreamInfoBuf() 1767 QCameraHeapMemory *streamInfoBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateStreamInfoBuf() 3186 QCameraHeapMemory *imgBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in registerFaceImage() 3959 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(streamType); in addStreamToChannel() 4738 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(CAM_STREAM_TYPE_OFFLINE_PROC); in addOfflineReprocChannel()
|
D | QCamera2HWI.h | 256 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type);
|