Home
last modified time | relevance | path

Searched refs:mBufType (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCameraMem.cpp85 mBufType(bufType) in QCameraMemory()
802 if (mBufType & QCAMERA_MEM_TYPE_SECURE) { in allocate()
1109 if (mBufType & QCAMERA_MEM_TYPE_SECURE) { in allocate()
1300 mBufType = bufType; in QCameraVideoMemory()
1343 if (!(mBufType & QCAMERA_MEM_TYPE_BATCH)) { in allocate()
1387 if (!(mBufType & QCAMERA_MEM_TYPE_BATCH)) { in allocateMore()
1901 mBufType =bufType; in QCameraGrallocMemory()
2042 if (mBufType & QCAMERA_MEM_TYPE_SECURE) { in displayBuffer()
2178 if (mBufType & QCAMERA_MEM_TYPE_SECURE) { in dequeueBuffer()
2263 if (mBufType & QCAMERA_MEM_TYPE_SECURE) { in allocate()
[all …]
H A DQCameraMem.h159 QCameraMemType mBufType; variable