Searched refs:mapBufs (Results 1 – 2 of 2) sorted by relevance
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraStream.h | 105 int32_t mapBufs(cam_buf_map_type_list bufMapList, 254 int32_t mapBufs(QCameraMemory *heapBuf, cam_mapping_buf_type bufType,
|
D | QCameraStream.cpp | 620 int32_t QCameraStream::mapBufs(QCameraMemory *Buf, in mapBufs() function in qcamera::QCameraStream 759 rc = mapBufs(mStreamInfoBuf, CAM_MAPPING_BUF_TYPE_STREAM_INFO, NULL); in init() 767 rc = mapBufs(mMiscBuf, CAM_MAPPING_BUF_TYPE_MISC_BUF, NULL); in init() 1704 rc = mapBufs(bufMapList, NULL); in mapBuffers() 1768 rc = mapBufs(bufMapList, ops_tbl); in allocateBatchBufs() 1827 rc = mapBufs(planeBufMapList, ops_tbl); in allocateBatchBufs() 2522 return mapBufs(bufMapList, ops_tbl); in mapBuf() 2539 int32_t QCameraStream::mapBufs(cam_buf_map_type_list bufMapList, in mapBufs() function in qcamera::QCameraStream
|