Home
last modified time | relevance | path

Searched refs:buf_planes (Results 1 – 4 of 4) sorted by relevance

/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_stream.c77 cam_stream_buf_plane_info_t *buf_planes);
81 cam_stream_buf_plane_info_t *buf_planes);
85 cam_stream_buf_plane_info_t *buf_planes);
87 cam_stream_buf_plane_info_t *buf_planes);
90 cam_stream_buf_plane_info_t *buf_planes);
93 cam_stream_buf_plane_info_t *buf_planes);
1658 cam_stream_buf_plane_info_t *buf_planes) in mm_stream_calc_offset_preview() argument
1667 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()
1671 buf_planes->plane_info.mp[0].offset = 0; in mm_stream_calc_offset_preview()
1672 buf_planes->plane_info.mp[0].len = stride * scanline; in mm_stream_calc_offset_preview()
[all …]
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_rdi.c96 cam_stream_buf_plane_info_t *buf_planes; in mm_app_add_rdi_stream() local
150 buf_planes = &stream->s_config.stream_info->buf_planes; in mm_app_add_rdi_stream()
151 rdi_len = buf_planes->plane_info.mp[0].len; in mm_app_add_rdi_stream()
153 buf_planes->plane_info.mp[0].stride, buf_planes->plane_info.mp[0].scanline, in mm_app_add_rdi_stream()
154 buf_planes->plane_info.mp[0].len, buf_planes->plane_info.frame_len); in mm_app_add_rdi_stream()
/device/asus/flo/camera/QCamera2/stack/common/
Dcam_intf.h349 cam_stream_buf_plane_info_t buf_planes; member
/device/asus/flo/camera/QCamera2/HAL/
DQCamera2HWI.cpp3285 streamInfoBuf->buf_planes = img_config.input_buf_planes; in addOfflineReprocChannel()