Searched refs:plane_info (Results 1 – 5 of 5) sorted by relevance
1668 buf_planes->plane_info.num_planes = 2; in mm_stream_calc_offset_preview()1672 buf_planes->plane_info.mp[0].offset = 0; in mm_stream_calc_offset_preview()1673 buf_planes->plane_info.mp[0].len = stride * scanline; in mm_stream_calc_offset_preview()1674 buf_planes->plane_info.mp[0].offset_x = 0; in mm_stream_calc_offset_preview()1675 buf_planes->plane_info.mp[0].offset_y = 0; in mm_stream_calc_offset_preview()1676 buf_planes->plane_info.mp[0].stride = stride; in mm_stream_calc_offset_preview()1677 buf_planes->plane_info.mp[0].scanline = scanline; in mm_stream_calc_offset_preview()1681 buf_planes->plane_info.mp[1].offset = 0; in mm_stream_calc_offset_preview()1682 buf_planes->plane_info.mp[1].len = in mm_stream_calc_offset_preview()1684 buf_planes->plane_info.mp[1].offset_x = 0; in mm_stream_calc_offset_preview()[all …]
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()
317 cam_frame_len_offset_t plane_info; member
167 main_stream->getFrameOffset(config.input_buf_planes.plane_info); in capture_channel_cb_routine()
2169 rc = imgBuf->allocate(1, config->input_buf_planes.plane_info.frame_len); in registerFaceImage()2183 memcpy(pBufPtr, img_ptr, config->input_buf_planes.plane_info.frame_len); in registerFaceImage()