Home
last modified time | relevance | path

Searched refs:plane_idx (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/camera/QCamera2/stack/common/
Dmm_camera_interface.h136 int32_t plane_idx,
151 int32_t plane_idx,
483 int32_t plane_idx,
508 int32_t plane_idx);
Dcam_types.h244 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member
256 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera.h280 int32_t plane_idx; member
289 int32_t plane_idx; member
495 int32_t plane_idx,
503 int32_t plane_idx);
539 int32_t plane_idx,
545 int32_t plane_idx);
/hardware/qcom/camera/QCamera2/HAL3/
DQCamera3Stream.h83 int32_t plane_idx, int fd, uint32_t size);
84 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
DQCamera3Stream.cpp807 int32_t plane_idx, in mapBuf() argument
813 buf_idx, plane_idx, in mapBuf()
832 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) in unmapBuf() argument
836 buf_idx, plane_idx); in unmapBuf()
/hardware/qcom/camera/QCamera2/HAL/
DQCameraStream.h84 int32_t plane_idx, int fd, uint32_t size);
85 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
DQCameraStream.cpp884 int32_t plane_idx, in mapBuf() argument
890 buf_idx, plane_idx, in mapBuf()
909 int32_t QCameraStream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) in unmapBuf() argument
913 buf_idx, plane_idx); in unmapBuf()
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_interface.c1156 int32_t plane_idx, in mm_camera_intf_map_stream_buf() argument
1167 __func__, camera_handle, ch_id, stream_id, buf_idx, plane_idx); in mm_camera_intf_map_stream_buf()
1173 buf_type, buf_idx, plane_idx, in mm_camera_intf_map_stream_buf()
1212 int32_t plane_idx) in mm_camera_intf_unmap_stream_buf() argument
1221 __func__, camera_handle, ch_id, stream_id, buf_idx, plane_idx); in mm_camera_intf_unmap_stream_buf()
1227 buf_type, buf_idx, plane_idx); in mm_camera_intf_unmap_stream_buf()
Dmm_camera.c1320 int32_t plane_idx, in mm_camera_map_stream_buf() argument
1337 payload.plane_idx = plane_idx; in mm_camera_map_stream_buf()
1380 int32_t plane_idx) in mm_camera_unmap_stream_buf() argument
1395 payload.plane_idx = plane_idx; in mm_camera_unmap_stream_buf()
Dmm_camera_stream.c1251 int32_t plane_idx, in mm_stream_map_buf() argument
1268 packet.payload.buf_map.plane_idx = plane_idx; in mm_stream_map_buf()
1300 int32_t plane_idx) in mm_stream_unmap_buf() argument
1313 packet.payload.buf_unmap.plane_idx = plane_idx; in mm_stream_unmap_buf()
1344 int32_t plane_idx, in mm_stream_map_buf_ops() argument
1352 frame_idx, plane_idx, fd, size); in mm_stream_map_buf_ops()
1377 int32_t plane_idx, in mm_stream_unmap_buf_ops() argument
1384 plane_idx); in mm_stream_unmap_buf_ops()
Dmm_camera_channel.c1359 payload->plane_idx, in mm_channel_map_stream_buf()
1388 payload->buf_idx, payload->plane_idx); in mm_channel_unmap_stream_buf()