Searched refs:mapBufs (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraStream.h | 105 int32_t mapBufs(cam_buf_map_type_list bufMapList, 251 int32_t mapBufs(QCameraMemory *heapBuf, cam_mapping_buf_type bufType,
|
D | QCameraStream.cpp | 581 int32_t QCameraStream::mapBufs(QCameraMemory *Buf, in mapBufs() function in qcamera::QCameraStream 720 rc = mapBufs(mStreamInfoBuf, CAM_MAPPING_BUF_TYPE_STREAM_INFO, NULL); in init() 728 rc = mapBufs(mMiscBuf, CAM_MAPPING_BUF_TYPE_MISC_BUF, NULL); in init() 1663 rc = mapBufs(bufMapList, NULL); in mapBuffers() 1726 rc = mapBufs(bufMapList, ops_tbl); in allocateBatchBufs() 1784 rc = mapBufs(planeBufMapList, ops_tbl); in allocateBatchBufs() 2455 return mapBufs(bufMapList, ops_tbl); in mapBuf() 2472 int32_t QCameraStream::mapBufs(cam_buf_map_type_list bufMapList, in mapBufs() function in qcamera::QCameraStream
|