Searched refs:QCameraHeapMemory (Results 1 – 12 of 12) sorted by relevance
/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() 171 QCameraHeapMemory *mStreamInfoBuf; 172 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 | 280 virtual QCameraHeapMemory *allocateStreamInfoBuf(cam_stream_type_t stream_type); 281 virtual QCameraHeapMemory *allocateMiscBuf(cam_stream_info_t *streamInfo);
|
D | QCamera2HWI.cpp | 2311 QCameraHeapMemory *capabilityHeap = NULL; in initCapabilities() 2314 capabilityHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in initCapabilities() 2940 QCameraHeapMemory *QCamera2HardwareInterface::allocateMiscBuf( in allocateMiscBuf() 2946 QCameraHeapMemory *miscBuf = NULL; in allocateMiscBuf() 2965 miscBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateMiscBuf() 2994 QCameraHeapMemory *QCamera2HardwareInterface::allocateStreamInfoBuf( in allocateStreamInfoBuf() 3001 QCameraHeapMemory *streamInfoBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocateStreamInfoBuf() 5733 QCameraHeapMemory *imgBuf = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in registerFaceImage() 6755 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(streamType); in addStreamToChannel() 7885 QCameraHeapMemory *pStreamInfo = allocateStreamInfoBuf(CAM_STREAM_TYPE_OFFLINE_PROC); in addOfflineReprocChannel()
|
D | QCameraParameters.h | 1109 QCameraHeapMemory *m_pParamHeap; 1112 QCameraHeapMemory *m_pRelCamSyncHeap;
|
D | QCameraStream.cpp | 719 int32_t QCameraStream::init(QCameraHeapMemory *streamInfoBuf, in init() 720 QCameraHeapMemory *miscBuf, in init()
|
D | QCameraPostProc.cpp | 2280 QCameraHeapMemory* miscBufHandler = reproc_stream->getMiscBuf(); in encodeData() 2299 QCameraHeapMemory* miscBufHandler = reproc_stream->getMiscBuf(); in encodeData()
|
D | QCameraParameters.cpp | 6093 m_pParamHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in allocate() 6164 m_pRelCamSyncHeap = new QCameraHeapMemory(QCAMERA_ION_USE_CACHE); in init()
|