Searched refs:vbufInfo (Results 1 – 3 of 3) sorted by relevance
114 struct VideoBufferInfo vbufInfo; in poll_buffer_ready() local115 vbufInfo.init(V4L2_PIX_FMT_NV12, _ispp_fmt.format.width, _ispp_fmt.format.height, in poll_buffer_ready()118 _buf_num, stats->image.index, get_NRimg_fd_by_index(stats->image.index), vbufInfo); in poll_buffer_ready()
76 struct VideoBufferInfo vbufInfo; in new_video_buffer() local77 vbufInfo.init(V4L2_PIX_FMT_NV12, _ds_width_align, _ds_height_align, in new_video_buffer()83 img_buf->set_video_info(vbufInfo); in new_video_buffer()
394 auto vbufInfo = buf_s->get_video_info(); in poll_buffer_ready() local398 subvbuf->set_video_info(vbufInfo); in poll_buffer_ready()