Searched refs:QCameraStreamMemory (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
H A D | QCameraMem.cpp | 1059 QCameraStreamMemory::QCameraStreamMemory(camera_request_memory memory, in QCameraStreamMemory() function in qcamera::QCameraStreamMemory 1081 QCameraStreamMemory::~QCameraStreamMemory() in ~QCameraStreamMemory() 1098 int QCameraStreamMemory::allocate(uint8_t count, size_t size) in allocate() 1160 void QCameraStreamMemory::deallocate() in deallocate() 1203 int QCameraStreamMemory::getRegFlags(uint8_t *regFlags) const in getRegFlags() 1242 int QCameraStreamMemory::getMatchBufIndex(const void *opaque, in getMatchBufIndex() 1268 void *QCameraStreamMemory::getPtr(uint32_t index) const in getPtr() 1295 : QCameraStreamMemory(memory, cbCookie, cached) in QCameraVideoMemory() 1337 int rc = QCameraStreamMemory::allocate(count, size); in allocate() 1381 int rc = QCameraStreamMemory::allocateMore(count, size); in allocateMore() [all …]
|
H A D | QCameraMem.h | 216 class QCameraStreamMemory : public QCameraMemory { 218 QCameraStreamMemory(camera_request_memory getMemory, 224 virtual ~QCameraStreamMemory(); 243 class QCameraVideoMemory : public QCameraStreamMemory {
|
H A D | QCamera2HWI.cpp | 3003 mem = new QCameraStreamMemory(mGetMemory, in allocateStreamBuf() 3053 mem = new QCameraStreamMemory(mGetMemory, mCallbackCookie, bCachedMem); in allocateStreamBuf() 3075 mem = new QCameraStreamMemory(mGetMemory, in allocateStreamBuf() 3083 mem = new QCameraStreamMemory(mGetMemory, in allocateStreamBuf() 3091 mem = new QCameraStreamMemory(mGetMemory, in allocateStreamBuf() 3178 mem = new QCameraStreamMemory(mGetMemory, in allocateStreamBuf()
|