Home
last modified time | relevance | path

Searched refs:map_ops (Results 1 – 17 of 17) sorted by relevance

/device/lge/bullhead/camera/QCamera2/HAL3/
DQCamera3Stream.cpp636 rc = mMemOps->map_ops(index, -1, mStreamBufs->getFd(index), in bufDone()
754 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs()
1154 rc = ops_tbl->map_ops(i, -1, mStreamBatchBufs->getFd(i), in getBatchBufs()
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Stream.cpp706 rc = mMemOps->map_ops(index, -1, mStreamBufs->getFd(index), in bufDone()
870 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs()
1291 rc = ops_tbl->map_ops(i, -1, mStreamBatchBufs->getFd(i), in getBatchBufs()
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3Stream.cpp636 rc = mMemOps->map_ops(index, -1, mStreamBufs->getFd(index), in bufDone()
754 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs()
1154 rc = ops_tbl->map_ops(i, -1, mStreamBatchBufs->getFd(i), in getBatchBufs()
/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraStream.cpp533 rc = ops_tbl->map_ops((uint32_t)i, -1, Buf->getFd((uint32_t)i), in mapBuf()
1145 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs()
1640 rc = pme->m_MemOpsTbl.map_ops(i, -1, pme->mStreamBufs->getFd(i), in BufAllocRoutine()
2033 return ops_tbl->map_ops(buf_idx, plane_idx, fd, in mapBuf()
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraStream.cpp533 rc = ops_tbl->map_ops((uint32_t)i, -1, Buf->getFd((uint32_t)i), in mapBuf()
1145 rc = ops_tbl->map_ops(i, -1, mStreamBufs->getFd(i), in getBufs()
1640 rc = pme->m_MemOpsTbl.map_ops(i, -1, pme->mStreamBufs->getFd(i), in BufAllocRoutine()
2033 return ops_tbl->map_ops(buf_idx, plane_idx, fd, in mapBuf()
/device/lge/bullhead/camera/QCamera2/stack/common/
Dmm_camera_interface.h226 map_stream_buf_op_t map_ops; member
/device/huawei/angler/camera/QCamera2/stack/common/
Dmm_camera_interface.h226 map_stream_buf_op_t map_ops; member
/device/google/marlin/camera/QCamera2/stack/common/
Dmm_camera_interface.h249 map_stream_buf_op_t map_ops; member
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h269 mm_camera_map_unmap_ops_tbl_t map_ops; member
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h269 mm_camera_map_unmap_ops_tbl_t map_ops; member
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1760 my_obj->map_ops.map_ops = mm_stream_map_buf_ops; in mm_stream_init_bufs()
1761 my_obj->map_ops.unmap_ops = mm_stream_unmap_buf_ops; in mm_stream_init_bufs()
1762 my_obj->map_ops.userdata = my_obj; in mm_stream_init_bufs()
1768 &my_obj->map_ops, in mm_stream_init_bufs()
1850 ops_tbl.map_ops = mm_stream_map_buf_ops; in mm_stream_deinit_bufs()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1760 my_obj->map_ops.map_ops = mm_stream_map_buf_ops; in mm_stream_init_bufs()
1761 my_obj->map_ops.unmap_ops = mm_stream_unmap_buf_ops; in mm_stream_init_bufs()
1762 my_obj->map_ops.userdata = my_obj; in mm_stream_init_bufs()
1768 &my_obj->map_ops, in mm_stream_init_bufs()
1850 ops_tbl.map_ops = mm_stream_map_buf_ops; in mm_stream_deinit_bufs()
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c1082 my_obj->map_ops.map_ops = mm_stream_map_buf_ops; in mm_stream_config()
1083 my_obj->map_ops.bundled_map_ops = mm_stream_bundled_map_buf_ops; in mm_stream_config()
1084 my_obj->map_ops.unmap_ops = mm_stream_unmap_buf_ops; in mm_stream_config()
1085 my_obj->map_ops.userdata = my_obj; in mm_stream_config()
1088 my_obj->mem_vtbl.set_config_ops(&my_obj->map_ops, in mm_stream_config()
2161 &my_obj->map_ops, in mm_stream_init_bufs()
2232 ops_tbl.map_ops = mm_stream_map_buf_ops; in mm_stream_deinit_bufs()
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h286 mm_camera_map_unmap_ops_tbl_t map_ops; member
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c413 rc = ops_tbl->map_ops(pBufs[i].buf_idx, in mm_app_stream_initbuf()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c405 rc = ops_tbl->map_ops(pBufs[i].buf_idx, in mm_app_stream_initbuf()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_app.c405 rc = ops_tbl->map_ops(pBufs[i].buf_idx, in mm_app_stream_initbuf()