Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraAllocator.h40 class QCameraHeapMemory; variable
53 virtual QCameraHeapMemory *allocateStreamInfoBuf(
56 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo) = 0;
DQCameraStream.h62 virtual int32_t init(QCameraHeapMemory *streamInfoBuf,
63 QCameraHeapMemory *miscBuf,
95 QCameraHeapMemory *getStreamInfoBuf() {return mStreamInfoBuf;}; in getStreamInfoBuf()
96 QCameraHeapMemory *getMiscBuf() {return mMiscBuf;}; in getMiscBuf()
180 QCameraHeapMemory *mStreamInfoBuf;
181 QCameraHeapMemory *mMiscBuf;
DQCameraPostProc.h66 QCameraHeapMemory *snapshot_heap; // heap memory of snapshot buffer
67 QCameraHeapMemory *metadata_heap; // heap memory of metadata buffer
97 QCameraHeapMemory *snapshot_heap; // output image heap buffer
98 QCameraHeapMemory *metadata_heap; // metadata heap buffer
DQCameraMem.h188 class QCameraHeapMemory : public QCameraMemory {
190 QCameraHeapMemory(bool cached);
191 virtual ~QCameraHeapMemory();
206 class QCameraMetadataStreamMemory : public QCameraHeapMemory {
DQCameraChannel.h56 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf,
DQCameraMem.cpp745 QCameraHeapMemory::QCameraHeapMemory(bool cached) in QCameraHeapMemory() function in qcamera::QCameraHeapMemory
761 QCameraHeapMemory::~QCameraHeapMemory() in ~QCameraHeapMemory()
775 void *QCameraHeapMemory::getPtr(uint32_t index) const in getPtr()
797 int QCameraHeapMemory::allocate(uint8_t count, size_t size) in allocate()
857 int QCameraHeapMemory::allocateMore(uint8_t count, size_t size) in allocateMore()
899 void QCameraHeapMemory::deallocate() in deallocate()
922 int QCameraHeapMemory::cacheOps(uint32_t index, unsigned int cmd) in cacheOps()
941 int QCameraHeapMemory::getRegFlags(uint8_t * /*regFlags*/) const in getRegFlags()
958 camera_memory_t *QCameraHeapMemory::getMemory(uint32_t /*index*/, bool /*metadata*/) const in getMemory()
975 int QCameraHeapMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex()
[all …]
DQCameraChannel.cpp262 QCameraHeapMemory *streamInfoBuf, QCameraHeapMemory *miscBuf, in addStream()
1108 QCameraHeapMemory *pStreamInfoBuf = NULL; in addReprocStreamsFromSource()
1109 QCameraHeapMemory *pMiscBuf = NULL; in addReprocStreamsFromSource()
DQCamera2HWI.h290 virtual QCameraHeapMemory *allocateStreamInfoBuf(
293 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo);
DQCamera2HWI.cpp2363 QCameraHeapMemory *capabilityHeap = NULL; in getCapabilities()
2371 capabilityHeap = new QCameraHeapMemory(1); in getCapabilities()
3244 QCameraHeapMemory *QCamera2HardwareInterface::allocateMiscBuf( in allocateMiscBuf()
3250 QCameraHeapMemory *miscBuf = NULL; in allocateMiscBuf()
3269 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateMiscBuf()
3493 QCameraHeapMemory *QCamera2HardwareInterface::allocateStreamInfoBuf( in allocateStreamInfoBuf()
3498 QCameraHeapMemory *streamInfoBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateStreamInfoBuf()
6253 QCameraHeapMemory *imgBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in registerFaceImage()
7513 QCameraHeapMemory *pStreamInfo = NULL; in addStreamToChannel()
8698 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(CAM_STREAM_TYPE_OFFLINE_PROC); in addOfflineReprocChannel()
DQCameraParameters.h1173 QCameraHeapMemory *m_pParamHeap;
1178 QCameraHeapMemory *m_pDualCamCmdHeap;
DQCameraPostProc.cpp2586 QCameraHeapMemory* miscBufHandler = reproc_stream->getMiscBuf(); in encodeData()
2605 QCameraHeapMemory* miscBufHandler = reproc_stream->getMiscBuf(); in encodeData()
4176 output_data->snapshot_heap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in getHalPPOutputBuffer()
4184 output_data->metadata_heap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in getHalPPOutputBuffer()
DQCameraStream.cpp737 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf, in init()
738 QCameraHeapMemory *miscBuf, in init()
DQCameraParameters.cpp6312 m_pParamHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocate()
6404 m_pDualCamCmdHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in init()