Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder.h141 class VideoFrameInfo {
143 VideoFrameInfo(int width, int height, bool is_texture) in VideoFrameInfo() function
255 absl::optional<VideoFrameInfo> last_frame_info_
Dvideo_stream_encoder.cc564 last_frame_info_ = VideoFrameInfo(kDefaultInputPixelsWidth, in ConfigureEncoder()
1182 last_frame_info_ = VideoFrameInfo(video_frame.width(), video_frame.height(), in MaybeEncodeVideoFrame()