Searched defs:plane_idx (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraStream.cpp874 * @plane_idx: plane index
884 int32_t plane_idx,
890 buf_idx, plane_idx,
903 * @plane_idx: plane index
909 int32_t QCameraStream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) argument
913 buf_idx, plane_idx);
882 mapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, int fd, uint32_t size) argument
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Stream.cpp797 * @plane_idx: plane index
807 int32_t plane_idx,
813 buf_idx, plane_idx,
826 * @plane_idx: plane index
832 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) argument
836 buf_idx, plane_idx);
805 mapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, int fd, uint32_t size) argument
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_interface.c1141 * @plane_idx : plane index. If all planes share the same fd,
1142 * plane_idx = -1; otherwise, plean_idx is the
1156 int32_t plane_idx,
1166 CDBG("%s :E camera_handle = %d, ch_id = %d, s_id = %d, buf_idx = %d, plane_idx = %d",
1167 __func__, camera_handle, ch_id, stream_id, buf_idx, plane_idx);
1173 buf_type, buf_idx, plane_idx,
1199 * @plane_idx : plane index. If all planes share the same fd,
1200 * plane_idx = -1; otherwise, plean_idx is the
1212 int32_t plane_idx)
1220 CDBG("%s :E camera_handle = %d, ch_id = %d, s_id = %d, buf_idx = %d, plane_idx
1151 mm_camera_intf_map_stream_buf(uint32_t camera_handle, uint32_t ch_id, uint32_t stream_id, uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, int fd, uint32_t size) argument
1207 mm_camera_intf_unmap_stream_buf(uint32_t camera_handle, uint32_t ch_id, uint32_t stream_id, uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) argument
[all...]
H A Dmm_camera.c1305 * @plane_idx : plane index. If all planes share the same fd,
1306 * plane_idx = -1; otherwise, plean_idx is the
1320 int32_t plane_idx,
1337 payload.plane_idx = plane_idx;
1367 * @plane_idx : plane index. If all planes share the same fd,
1368 * plane_idx = -1; otherwise, plean_idx is the
1380 int32_t plane_idx)
1395 payload.plane_idx = plane_idx;
1315 mm_camera_map_stream_buf(mm_camera_obj_t *my_obj, uint32_t ch_id, uint32_t stream_id, uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, int fd, uint32_t size) argument
1375 mm_camera_unmap_stream_buf(mm_camera_obj_t *my_obj, uint32_t ch_id, uint32_t stream_id, uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) argument
[all...]
H A Dmm_camera_stream.c1238 * @plane_idx : plane index. If all planes share the same fd,
1239 * plane_idx = -1; otherwise, plean_idx is the
1251 int32_t plane_idx,
1268 packet.payload.buf_map.plane_idx = plane_idx;
1289 * @plane_idx : plane index. If all planes share the same fd,
1290 * plane_idx = -1; otherwise, plean_idx is the
1300 int32_t plane_idx)
1313 packet.payload.buf_unmap.plane_idx = plane_idx;
1248 mm_stream_map_buf(mm_stream_t * my_obj, uint8_t buf_type, uint32_t frame_idx, int32_t plane_idx, int fd, uint32_t size) argument
1297 mm_stream_unmap_buf(mm_stream_t * my_obj, uint8_t buf_type, uint32_t frame_idx, int32_t plane_idx) argument
1343 mm_stream_map_buf_ops(uint32_t frame_idx, int32_t plane_idx, int fd, uint32_t size, void *userdata) argument
1376 mm_stream_unmap_buf_ops(uint32_t frame_idx, int32_t plane_idx, void *userdata) argument
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
H A Dmm_camera.h280 int32_t plane_idx; member in struct:__anon596
289 int32_t plane_idx; member in struct:__anon597
495 int32_t plane_idx,
503 int32_t plane_idx);
539 int32_t plane_idx,
545 int32_t plane_idx);
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_types.h244 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon445
256 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member in struct:__anon446

Completed in 1264 milliseconds