Searched refs:unmap_ops (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/camera/QCamera2/HAL3/ |
D | QCamera3Stream.cpp | 670 mMemOps->unmap_ops(index, -1, CAM_MAPPING_BUF_TYPE_STREAM_BUF, mMemOps->userdata); in bufDone() 718 rc = mMemOps->unmap_ops(index, -1, CAM_MAPPING_BUF_TYPE_STREAM_BUF, in bufRelease() 790 ops_tbl->unmap_ops(j, -1, in getBufs() 810 ops_tbl->unmap_ops(i, -1, CAM_MAPPING_BUF_TYPE_STREAM_BUF, in getBufs() 823 ops_tbl->unmap_ops(i, -1, CAM_MAPPING_BUF_TYPE_STREAM_BUF, in getBufs() 843 ops_tbl->unmap_ops(i, -1, CAM_MAPPING_BUF_TYPE_STREAM_BUF, in getBufs() 879 rc = ops_tbl->unmap_ops(i, -1, CAM_MAPPING_BUF_TYPE_STREAM_BUF, ops_tbl->userdata); in putBufs() 1208 ops_tbl->unmap_ops(j, -1, in getBatchBufs() 1269 ops_tbl->unmap_ops(i, -1, CAM_MAPPING_BUF_TYPE_STREAM_USER_BUF, in getBatchBufs() 1299 rc = ops_tbl->unmap_ops(i, -1, CAM_MAPPING_BUF_TYPE_STREAM_USER_BUF, in putBatchBufs()
|
/hardware/qcom/camera/QCamera2/HAL/ |
D | QCameraStream.cpp | 547 if (m_MemOpsTbl.unmap_ops == NULL ) { in unMapBuf() 551 rc = m_MemOpsTbl.unmap_ops(i, -1, bufType, m_MemOpsTbl.userdata); in unMapBuf() 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() 2097 rc = ops_tbl->unmap_ops(i, -1, CAM_MAPPING_BUF_TYPE_STREAM_BUF, ops_tbl->userdata); in putBufs() 2503 return ops_tbl->unmap_ops(buf_idx, plane_idx, in unmapBuf()
|
/hardware/qcom/camera/QCamera2/stack/common/ |
D | mm_camera_interface.h | 258 unmap_stream_buf_op_t unmap_ops; member
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_app.c | 424 ops_tbl->unmap_ops(pBufs[j].buf_idx, -1, in mm_app_stream_initbuf() 449 ops_tbl->unmap_ops(stream->s_bufs[i].buf.buf_idx, -1, in mm_app_stream_deinitbuf()
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 1079 my_obj->map_ops.unmap_ops = mm_stream_unmap_buf_ops; in mm_stream_config() 2104 ops_tbl.unmap_ops = mm_stream_unmap_buf_ops; in mm_stream_deinit_bufs()
|