Searched refs:mapBufs (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraStream.h | 105 int32_t mapBufs(cam_buf_map_type_list bufMapList, 263 int32_t mapBufs(QCameraMemory *heapBuf, cam_mapping_buf_type bufType,
|
D | QCameraStream.cpp | 628 int32_t QCameraStream::mapBufs(QCameraMemory *Buf, in mapBufs() function in qcamera::QCameraStream 793 rc = mapBufs(mStreamInfoBuf, CAM_MAPPING_BUF_TYPE_STREAM_INFO, NULL); in init() 801 rc = mapBufs(mMiscBuf, CAM_MAPPING_BUF_TYPE_MISC_BUF, NULL); in init() 1784 rc = mapBufs(bufMapList, NULL); in mapBuffers() 1848 rc = mapBufs(bufMapList, ops_tbl); in allocateBatchBufs() 1907 rc = mapBufs(planeBufMapList, ops_tbl); in allocateBatchBufs() 2610 return mapBufs(bufMapList, ops_tbl); in mapBuf() 2627 int32_t QCameraStream::mapBufs(cam_buf_map_type_list bufMapList, in mapBufs() function in qcamera::QCameraStream
|