Searched refs:gainwr (Results 1 – 1 of 1) sorted by relevance
84 SmartPtr<SubVideoBuffer> gainwr = new SubVideoBuffer(v4l2buf); in poll_buffer_ready() local85 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()