Searched refs:buf_planes (Results 1 – 4 of 4) sorted by relevance
77 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() argument1667 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 …]
96 cam_stream_buf_plane_info_t *buf_planes; in mm_app_add_rdi_stream() local150 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()
349 cam_stream_buf_plane_info_t buf_planes; member
3285 streamInfoBuf->buf_planes = img_config.input_buf_planes; in addOfflineReprocChannel()