Searched refs:VideoFrameInfo (Results 1 – 2 of 2) sorted by relevance
141 class VideoFrameInfo {143 VideoFrameInfo(int width, int height, bool is_texture) in VideoFrameInfo() function255 absl::optional<VideoFrameInfo> last_frame_info_
564 last_frame_info_ = VideoFrameInfo(kDefaultInputPixelsWidth, in ConfigureEncoder()1182 last_frame_info_ = VideoFrameInfo(video_frame.width(), video_frame.height(), in MaybeEncodeVideoFrame()