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()
315 int32_t QCameraStream::set_config_ops(mm_camera_map_unmap_ops_tbl_t *ops_tbl, in set_config_ops() argument
324 stream->m_MemOpsTbl = *ops_tbl; in set_config_ops()
583 cam_mapping_buf_type bufType, __unused mm_camera_map_unmap_ops_tbl_t *ops_tbl) in unMapBuf() argument
629 cam_mapping_buf_type bufType, __unused mm_camera_map_unmap_ops_tbl_t *ops_tbl) in mapBufs() argument
1375 mm_camera_map_unmap_ops_tbl_t *ops_tbl) in getBufs() argument
1380 if (!ops_tbl) { in getBufs()
1438 rc = ops_tbl->bundled_map_ops(&bufMapList, ops_tbl->userdata); in getBufs()
1453 ops_tbl->unmap_ops(i, -1, CAM_MAPPING_BUF_TYPE_STREAM_BUF, ops_tbl->userdata); in getBufs()
1466 ops_tbl->unmap_ops(i, -1, CAM_MAPPING_BUF_TYPE_STREAM_BUF, ops_tbl->userdata); in getBufs()
1484 ops_tbl->unmap_ops(i, -1, CAM_MAPPING_BUF_TYPE_STREAM_BUF, ops_tbl->userdata); in getBufs()
1539 __unused mm_camera_map_unmap_ops_tbl_t *ops_tbl) in getBufsDeferred() argument
1809 mm_camera_buf_def_t **bufs, mm_camera_map_unmap_ops_tbl_t *ops_tbl) in allocateBatchBufs() argument
1848 rc = mapBufs(bufMapList, ops_tbl); in allocateBatchBufs()
1907 rc = mapBufs(planeBufMapList, ops_tbl); in allocateBatchBufs()
1927 unmapBuf(CAM_MAPPING_BUF_TYPE_STREAM_BUF, i, -1, ops_tbl); in allocateBatchBufs()
1944 unmapBuf(CAM_MAPPING_BUF_TYPE_STREAM_BUF, i, -1, ops_tbl); in allocateBatchBufs()
1965 unmapBuf(CAM_MAPPING_BUF_TYPE_STREAM_BUF, i, -1, ops_tbl); in allocateBatchBufs()
2062 int32_t QCameraStream::releaseBatchBufs(mm_camera_map_unmap_ops_tbl_t *ops_tbl) in releaseBatchBufs() argument
2068 rc = unmapBuf(CAM_MAPPING_BUF_TYPE_STREAM_BUF, i, -1, ops_tbl); in releaseBatchBufs()
2090 unmapBuf(CAM_MAPPING_BUF_TYPE_STREAM_USER_BUF, i, -1, ops_tbl); in releaseBatchBufs()
2215 int32_t QCameraStream::putBufs(mm_camera_map_unmap_ops_tbl_t *ops_tbl) in putBufs() argument
2229 rc = ops_tbl->unmap_ops(i, -1, CAM_MAPPING_BUF_TYPE_STREAM_BUF, ops_tbl->userdata); in putBufs()
2599 mm_camera_map_unmap_ops_tbl_t *ops_tbl) in mapBuf() argument
2610 return mapBufs(bufMapList, ops_tbl); in mapBuf()
2628 __unused mm_camera_map_unmap_ops_tbl_t *ops_tbl) in mapBufs() argument
2655 mm_camera_map_unmap_ops_tbl_t *ops_tbl) in unmapBuf() argument
2657 if (ops_tbl != NULL) { in unmapBuf()
2658 return ops_tbl->unmap_ops(buf_idx, plane_idx, in unmapBuf()
2659 (cam_mapping_buf_type)buf_type, ops_tbl->userdata); in unmapBuf()