Home
last modified time | relevance | path

Searched refs:QCameraHeapMemory (Results 1 – 25 of 35) sorted by relevance

12

/device/huawei/angler/camera/QCamera2/HAL/
DQCameraAllocator.h40 class QCameraHeapMemory; variable
48 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0;
49 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0;
DQCameraStream.h57 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;
DQCameraMem.cpp731 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()
DQCameraChannel.h54 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf,
DQCameraMem.h151 class QCameraHeapMemory : public QCameraMemory {
153 QCameraHeapMemory(bool cached);
154 virtual ~QCameraHeapMemory();
DQCameraChannel.cpp179 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf, in addStream()
885 QCameraHeapMemory *pStreamInfoBuf = NULL; in addReprocStreamsFromSource()
886 QCameraHeapMemory *pMiscBuf = NULL; in addReprocStreamsFromSource()
DQCamera2HWI.h258 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type);
259 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo);
DQCamera2HWI.cpp1384 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/
DQCameraAllocator.h40 class QCameraHeapMemory; variable
48 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0;
49 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0;
DQCameraStream.h57 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;
DQCameraMem.cpp731 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()
DQCameraChannel.h54 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf,
DQCameraMem.h151 class QCameraHeapMemory : public QCameraMemory {
153 QCameraHeapMemory(bool cached);
154 virtual ~QCameraHeapMemory();
DQCameraChannel.cpp179 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf, in addStream()
885 QCameraHeapMemory *pStreamInfoBuf = NULL; in addReprocStreamsFromSource()
886 QCameraHeapMemory *pMiscBuf = NULL; in addReprocStreamsFromSource()
DQCamera2HWI.h258 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type);
259 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo);
DQCamera2HWI.cpp1384 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()
DQCameraStream.cpp586 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf, in init()
587 QCameraHeapMemory *miscBuf, in init()
/device/moto/shamu/camera/QCamera2/HAL/
DQCameraAllocator.h40 class QCameraHeapMemory; variable
52 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type) = 0;
DQCameraMem.cpp597 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()
DQCameraMem.h137 class QCameraHeapMemory : public QCameraMemory {
139 QCameraHeapMemory(bool cached);
140 virtual ~QCameraHeapMemory();
DQCameraStream.h59 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
129 QCameraHeapMemory *mStreamInfoBuf;
DQCameraChannel.h54 QCameraHeapMemory *streamInfoBuf,
DQCameraChannel.cpp182 QCameraHeapMemory *streamInfoBuf, in addStream()
792 QCameraHeapMemory *pStreamInfoBuf = NULL; in addReprocStreamsFromSource()
DQCamera2HWI.cpp1306 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()
DQCamera2HWI.h256 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type);

12