Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraMem.cpp85 mBufType(bufType) in QCameraMemory()
383 bool secure_mode = mBufType & QCAMERA_MEM_TYPE_SECURE ? TRUE : FALSE; in alloc()
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()
[all …]
DQCameraMem.h159 QCameraMemType mBufType; variable