Home | History | Annotate | Download | only in src

Lines Matching refs:frame_offset_info

275                       cam_frame_len_offset_t *frame_offset_info,
287 app_bufs[i].mem_info.size = frame_offset_info->frame_len;
291 app_bufs[i].buf.num_planes = frame_offset_info->num_planes;
299 app_bufs[i].buf.planes[0].length = frame_offset_info->mp[0].len;
301 app_bufs[i].buf.planes[0].data_offset = frame_offset_info->mp[0].offset;
303 for (j = 1; j < frame_offset_info->num_planes; j++) {
304 app_bufs[i].buf.planes[j].length = frame_offset_info->mp[j].len;
306 app_bufs[i].buf.planes[j].data_offset = frame_offset_info->mp[j].offset;
331 int mm_app_stream_initbuf(cam_frame_len_offset_t *frame_offset_info,
343 stream->offset = *frame_offset_info;
345 __func__, stream->s_id, frame_offset_info->frame_len);
361 frame_offset_info,