Home
last modified time | relevance | path

Searched refs:vbufInfo (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DNrStatsStream.cpp114 struct VideoBufferInfo vbufInfo; in poll_buffer_ready() local
115 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()
H A DSPStreamProcUnit.cpp76 struct VideoBufferInfo vbufInfo; in new_video_buffer() local
77 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()
H A DRawStreamCapUnit.cpp394 auto vbufInfo = buf_s->get_video_info(); in poll_buffer_ready() local
398 subvbuf->set_video_info(vbufInfo); in poll_buffer_ready()