Lines Matching refs:ops_tbl
71 mm_camera_map_unmap_ops_tbl_t *ops_tbl, in get_bufs() argument
84 initial_reg_flag, bufs, ops_tbl); in get_bufs()
88 initial_reg_flag, bufs, ops_tbl); in get_bufs()
115 mm_camera_map_unmap_ops_tbl_t * ops_tbl, in get_bufs_deffered() argument
126 ops_tbl); in get_bufs_deffered()
143 mm_camera_map_unmap_ops_tbl_t *ops_tbl, in put_bufs() argument
155 return stream->releaseBatchBufs(ops_tbl); in put_bufs()
158 return stream->putBufs(ops_tbl); in put_bufs()
277 int32_t QCameraStream::set_config_ops(mm_camera_map_unmap_ops_tbl_t *ops_tbl, in set_config_ops() argument
286 stream->m_MemOpsTbl = *ops_tbl; in set_config_ops()
536 cam_mapping_buf_type bufType, __unused mm_camera_map_unmap_ops_tbl_t *ops_tbl) in unMapBuf() argument
582 cam_mapping_buf_type bufType, __unused mm_camera_map_unmap_ops_tbl_t *ops_tbl) in mapBufs() argument
1255 mm_camera_map_unmap_ops_tbl_t *ops_tbl) in getBufs() argument
1260 if (!ops_tbl) { in getBufs()
1317 rc = ops_tbl->bundled_map_ops(&bufMapList, ops_tbl->userdata); in getBufs()
1332 ops_tbl->unmap_ops(i, -1, CAM_MAPPING_BUF_TYPE_STREAM_BUF, ops_tbl->userdata); in getBufs()
1345 ops_tbl->unmap_ops(i, -1, CAM_MAPPING_BUF_TYPE_STREAM_BUF, ops_tbl->userdata); in getBufs()
1363 ops_tbl->unmap_ops(i, -1, CAM_MAPPING_BUF_TYPE_STREAM_BUF, ops_tbl->userdata); in getBufs()
1419 __unused mm_camera_map_unmap_ops_tbl_t *ops_tbl) in getBufsDeferred() argument
1688 mm_camera_buf_def_t **bufs, mm_camera_map_unmap_ops_tbl_t *ops_tbl) in allocateBatchBufs() argument
1726 rc = mapBufs(bufMapList, ops_tbl); in allocateBatchBufs()
1784 rc = mapBufs(planeBufMapList, ops_tbl); in allocateBatchBufs()
1804 unmapBuf(CAM_MAPPING_BUF_TYPE_STREAM_BUF, i, -1, ops_tbl); in allocateBatchBufs()
1821 unmapBuf(CAM_MAPPING_BUF_TYPE_STREAM_BUF, i, -1, ops_tbl); in allocateBatchBufs()
1842 unmapBuf(CAM_MAPPING_BUF_TYPE_STREAM_BUF, i, -1, ops_tbl); in allocateBatchBufs()
1931 int32_t QCameraStream::releaseBatchBufs(mm_camera_map_unmap_ops_tbl_t *ops_tbl) in releaseBatchBufs() argument
1937 rc = unmapBuf(CAM_MAPPING_BUF_TYPE_STREAM_BUF, i, -1, ops_tbl); in releaseBatchBufs()
1959 unmapBuf(CAM_MAPPING_BUF_TYPE_STREAM_USER_BUF, i, -1, ops_tbl); in releaseBatchBufs()
2083 int32_t QCameraStream::putBufs(mm_camera_map_unmap_ops_tbl_t *ops_tbl) in putBufs() argument
2097 rc = ops_tbl->unmap_ops(i, -1, CAM_MAPPING_BUF_TYPE_STREAM_BUF, ops_tbl->userdata); in putBufs()
2444 int32_t plane_idx, int fd, size_t size, mm_camera_map_unmap_ops_tbl_t *ops_tbl) in mapBuf() argument
2455 return mapBufs(bufMapList, ops_tbl); in mapBuf()
2473 __unused mm_camera_map_unmap_ops_tbl_t *ops_tbl) in mapBufs() argument
2500 mm_camera_map_unmap_ops_tbl_t *ops_tbl) in unmapBuf() argument
2502 if (ops_tbl != NULL) { in unmapBuf()
2503 return ops_tbl->unmap_ops(buf_idx, plane_idx, in unmapBuf()
2504 (cam_mapping_buf_type)buf_type, ops_tbl->userdata); in unmapBuf()