Home
last modified time | relevance | path

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

/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraMem.cpp71 mBufType(bufType) in QCameraMemory()
1210 mBufType = bufType; in QCameraVideoMemory()
1246 if (mBufType != CAM_STREAM_BUF_TYPE_USERPTR) { in allocate()
1294 if (mBufType != CAM_STREAM_BUF_TYPE_USERPTR) { in allocateMore()
1389 if (mBufType != CAM_STREAM_BUF_TYPE_USERPTR) { in deallocate()
DQCameraMem.h122 cam_stream_buf_type mBufType; variable
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraMem.cpp71 mBufType(bufType) in QCameraMemory()
1213 mBufType = bufType; in QCameraVideoMemory()
1249 if (mBufType != CAM_STREAM_BUF_TYPE_USERPTR) { in allocate()
1298 if (mBufType != CAM_STREAM_BUF_TYPE_USERPTR) { in allocateMore()
1394 if (mBufType != CAM_STREAM_BUF_TYPE_USERPTR) { in deallocate()
DQCameraMem.h122 cam_stream_buf_type mBufType; variable
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.cpp83 mBufType(bufType) in QCameraMemory()
1290 mBufType = bufType; in QCameraVideoMemory()
1333 if (!(mBufType & QCAMERA_MEM_TYPE_BATCH)) { in allocate()
1385 if (!(mBufType & QCAMERA_MEM_TYPE_BATCH)) { in allocateMore()
DQCameraMem.h135 QCameraMemType mBufType; variable