Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DTnrStatsStream.cpp84 SmartPtr<SubVideoBuffer> gainwr = new SubVideoBuffer(v4l2buf); in poll_buffer_ready() local
85 gainwr->_buf_type = ISPP_GAIN_WR; in poll_buffer_ready()
86 gainwr->set_buff_info(get_fd_by_index(stats->gain.index), stats->gain.size); in poll_buffer_ready()
87 gainwr->set_sequence(stats->frame_id); in poll_buffer_ready()
88 SmartPtr<VideoBuffer> vbuf = gainwr.dynamic_cast_ptr<VideoBuffer>(); in poll_buffer_ready()