Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_muxer.h111 uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, int fd,
119 int32_t plane_idx, mm_camera_obj_t *cam_obj);
181 int32_t plane_idx, int fd, size_t size,
188 int32_t plane_idx, cam_mapping_buf_type type, void *userdata);
Dmm_camera.h794 int32_t plane_idx,
806 int32_t plane_idx);
847 int32_t plane_idx,
856 int32_t plane_idx);
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dmm_camera_interface.h234 int32_t plane_idx,
254 int32_t plane_idx,
680 int32_t plane_idx,
718 int32_t plane_idx);
Dcam_types.h510 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member
528 int32_t plane_idx; /* planner index. valid if type is STREAM_BUF. member
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Stream.h95 int32_t plane_idx, int fd, void *buffer, size_t size);
96 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
DQCamera3Stream.cpp1262 int32_t plane_idx, int fd, void *buffer, size_t size) in mapBuf() argument
1267 buf_idx, plane_idx, in mapBuf()
1286 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx) in unmapBuf() argument
1291 buf_idx, plane_idx); in unmapBuf()
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_muxer.c1021 uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, int fd, in mm_camera_muxer_map_stream_buf() argument
1031 camera_handle, ch_id, stream_id, buf_idx, plane_idx); in mm_camera_muxer_map_stream_buf()
1037 buf_type, buf_idx, plane_idx, in mm_camera_muxer_map_stream_buf()
1107 int32_t plane_idx, mm_camera_obj_t *cam_obj) in mm_camera_muxer_unmap_stream_buf() argument
1114 camera_handle, ch_id, stream_id, buf_idx, plane_idx); in mm_camera_muxer_unmap_stream_buf()
1120 buf_type, buf_idx, plane_idx); in mm_camera_muxer_unmap_stream_buf()
2406 int32_t plane_idx, int fd, size_t size, in mm_camera_map_stream_buf_ops() argument
2428 type, buf_idx, plane_idx, fd, size, buffer); in mm_camera_map_stream_buf_ops()
2440 type, buf_idx, plane_idx, fd, size, buffer); in mm_camera_map_stream_buf_ops()
2483 buf_map_list->buf_maps[0].plane_idx, in mm_camera_bundled_map_stream_buf_ops()
[all …]
Dmm_camera.c1640 int32_t plane_idx, in mm_camera_map_stream_buf() argument
1658 payload.plane_idx = plane_idx; in mm_camera_map_stream_buf()
1741 int32_t plane_idx) in mm_camera_unmap_stream_buf() argument
1756 payload.plane_idx = plane_idx; in mm_camera_unmap_stream_buf()
Dmm_camera_interface.c2080 uint32_t buf_idx, int32_t plane_idx, int fd, in mm_camera_intf_map_stream_buf() argument
2089 camera_handle, ch_id, stream_id, buf_idx, plane_idx); in mm_camera_intf_map_stream_buf()
2101 buf_type, buf_idx, plane_idx, in mm_camera_intf_map_stream_buf()
2117 aux_strid, buf_type, buf_idx, plane_idx, fd, size, in mm_camera_intf_map_stream_buf()
2232 int32_t plane_idx) in mm_camera_intf_unmap_stream_buf() argument
2241 camera_handle, ch_id, stream_id, buf_idx, plane_idx); in mm_camera_intf_unmap_stream_buf()
2253 plane_idx, my_obj); in mm_camera_intf_unmap_stream_buf()
2268 buf_type, buf_idx, plane_idx); in mm_camera_intf_unmap_stream_buf()
Dmm_camera_stream.c2131 int32_t plane_idx, int32_t fd, in mm_stream_map_buf() argument
2148 packet.payload.buf_map.plane_idx = plane_idx; in mm_stream_map_buf()
2294 int32_t plane_idx) in mm_stream_unmap_buf() argument
2307 packet.payload.buf_unmap.plane_idx = plane_idx; in mm_stream_unmap_buf()
Dmm_camera_channel.c2610 payload->plane_idx, payload->fd, in mm_channel_map_stream_buf()
2676 payload->frame_idx, payload->plane_idx); in mm_channel_unmap_stream_buf()
/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraBufferMaps.cpp179 mBufMapList.buf_maps[pos].plane_idx = pPlaneIndex; in enqueue()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStream.h103 int32_t plane_idx, int fd, void *buffer, size_t size,
108 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx,
DQCameraMem.cpp329 uint32_t plane_idx = (index * buf_info.frame_buf_cnt); in getUserBufDef() local
352 bufs->getBufDef(plane_offset, planeBufDef[plane_idx], plane_idx); in getUserBufDef()
354 cont_buf->buf_idx[i] = planeBufDef[plane_idx].buf_idx; in getUserBufDef()
355 plane_idx++; in getUserBufDef()
360 bufDef.user_buf.num_buffers, index, plane_idx); in getUserBufDef()
DQCameraStream.cpp2598 int32_t plane_idx, int fd, void *buffer, size_t size, in mapBuf() argument
2603 (cam_mapping_buf_type)buf_type, mHandle, buf_idx, plane_idx, in mapBuf()
2654 int32_t QCameraStream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, in unmapBuf() argument
2658 return ops_tbl->unmap_ops(buf_idx, plane_idx, in unmapBuf()
2662 mHandle, buf_type, buf_idx, plane_idx); in unmapBuf()