Home
last modified time | relevance | path

Searched refs:mStreamBatchBufs (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Stream.cpp299 mStreamBatchBufs(NULL), in QCamera3Stream()
1386 if (!mStreamBatchBufs) { in getBatchBufs()
1395 rc = mStreamBatchBufs->allocate( in getBatchBufs()
1491 mStreamBatchBufs->deallocate(); in getBatchBufs()
1493 delete mStreamBatchBufs; in getBatchBufs()
1494 mStreamBatchBufs = NULL; in getBatchBufs()
1515 if (mStreamBatchBufs) { in putBatchBufs()
1523 mStreamBatchBufs->deallocate(); in putBatchBufs()
1524 delete mStreamBatchBufs; in putBatchBufs()
1525 mStreamBatchBufs = NULL; in putBatchBufs()
[all …]
H A DQCamera3Stream.h133 QCamera3HeapMemory *mStreamBatchBufs; //Pointer to batch buffers memory variable
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraStream.cpp368 mStreamBatchBufs(NULL), in QCameraStream()
1822 if (!mStreamBatchBufs) { in allocateBatchBufs()
1852 mStreamBatchBufs->deallocate(); in allocateBatchBufs()
1853 delete mStreamBatchBufs; in allocateBatchBufs()
1854 mStreamBatchBufs = NULL; in allocateBatchBufs()
1993 mStreamBatchBufs->deallocate(); in allocateBatchBufs()
1994 delete mStreamBatchBufs; in allocateBatchBufs()
1995 mStreamBatchBufs = NULL; in allocateBatchBufs()
2088 if (mStreamBatchBufs != NULL) { in releaseBatchBufs()
2093 delete mStreamBatchBufs; in releaseBatchBufs()
[all …]
H A DQCameraStream.h183 QCameraMemory *mStreamBatchBufs; variable