Home
last modified time | relevance | path

Searched refs:bufType (Results 1 – 12 of 12) sorted by relevance

/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraStream.h206 int32_t mapBuf(QCameraMemory *heapBuf, cam_mapping_buf_type bufType,
208 int32_t unMapBuf(QCameraMemory *heapBuf, cam_mapping_buf_type bufType,
DQCameraStream.cpp471 cam_mapping_buf_type bufType, mm_camera_map_unmap_ops_tbl_t *ops_tbl) in unMapBuf() argument
484 bufType, i, -1); in unMapBuf()
486 rc = ops_tbl->unmap_ops(i, -1, bufType, ops_tbl->userdata); in unMapBuf()
517 cam_mapping_buf_type bufType, mm_camera_map_unmap_ops_tbl_t *ops_tbl) in mapBuf() argument
530 (uint8_t)bufType, (uint32_t)i, -1, in mapBuf()
534 (uint32_t)bufSize, bufType, ops_tbl->userdata); in mapBuf()
555 (uint8_t)bufType, (uint32_t)i, -1); in mapBuf()
557 rc = ops_tbl->unmap_ops((uint32_t)i, -1, bufType, ops_tbl->userdata); in mapBuf()
DQCameraMem.cpp67 cam_stream_type_t streamType, cam_stream_buf_type bufType) in QCameraMemory() argument
71 mBufType(bufType) in QCameraMemory()
980 cam_stream_type_t streamType, cam_stream_buf_type bufType) in QCameraStreamMemory() argument
1205 bool cached, cam_stream_buf_type bufType) in QCameraVideoMemory() argument
1210 mBufType = bufType; in QCameraVideoMemory()
DQCameraMem.h199 cam_stream_buf_type bufType = CAM_STREAM_BUF_TYPE_MPLANE);
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraStream.h206 int32_t mapBuf(QCameraMemory *heapBuf, cam_mapping_buf_type bufType,
208 int32_t unMapBuf(QCameraMemory *heapBuf, cam_mapping_buf_type bufType,
DQCameraStream.cpp471 cam_mapping_buf_type bufType, mm_camera_map_unmap_ops_tbl_t *ops_tbl) in unMapBuf() argument
484 bufType, i, -1); in unMapBuf()
486 rc = ops_tbl->unmap_ops(i, -1, bufType, ops_tbl->userdata); in unMapBuf()
517 cam_mapping_buf_type bufType, mm_camera_map_unmap_ops_tbl_t *ops_tbl) in mapBuf() argument
530 (uint8_t)bufType, (uint32_t)i, -1, in mapBuf()
534 (uint32_t)bufSize, bufType, ops_tbl->userdata); in mapBuf()
555 (uint8_t)bufType, (uint32_t)i, -1); in mapBuf()
557 rc = ops_tbl->unmap_ops((uint32_t)i, -1, bufType, ops_tbl->userdata); in mapBuf()
DQCameraMem.cpp67 cam_stream_type_t streamType, cam_stream_buf_type bufType) in QCameraMemory() argument
71 mBufType(bufType) in QCameraMemory()
981 cam_stream_type_t streamType, cam_stream_buf_type bufType) in QCameraStreamMemory() argument
1208 bool cached, cam_stream_buf_type bufType) in QCameraVideoMemory() argument
1213 mBufType = bufType; in QCameraVideoMemory()
DQCameraMem.h202 cam_stream_buf_type bufType = CAM_STREAM_BUF_TYPE_MPLANE);
/device/google/marlin/camera/QCamera2/HAL/
DQCameraStream.h251 int32_t mapBufs(QCameraMemory *heapBuf, cam_mapping_buf_type bufType,
253 int32_t unMapBuf(QCameraMemory *heapBuf, cam_mapping_buf_type bufType,
DQCameraMem.cpp79 cam_stream_type_t streamType, QCameraMemType bufType) in QCameraMemory() argument
83 mBufType(bufType) in QCameraMemory()
1055 cam_stream_type_t streamType, __unused cam_stream_buf_type bufType) in QCameraStreamMemory() argument
1284 bool cached, QCameraMemType bufType) in QCameraVideoMemory() argument
1290 mBufType = bufType; in QCameraVideoMemory()
DQCameraStream.cpp536 cam_mapping_buf_type bufType, __unused mm_camera_map_unmap_ops_tbl_t *ops_tbl) in unMapBuf() argument
549 bufType, i, -1); in unMapBuf()
551 rc = m_MemOpsTbl.unmap_ops(i, -1, bufType, m_MemOpsTbl.userdata); in unMapBuf()
582 cam_mapping_buf_type bufType, __unused mm_camera_map_unmap_ops_tbl_t *ops_tbl) in mapBufs() argument
595 rc = bufferMaps.enqueue(bufType, mHandle, i /*buf index*/, -1 /*plane index*/, in mapBufs()
DQCameraMem.h220 QCameraMemType bufType = QCAMERA_MEM_TYPE_DEFAULT);