Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder.cc616 int highest_stream_width = static_cast<int>(highest_stream->width); in ReconfigureEncoder() local
619 RTC_CHECK_GE(last_frame_info_->width, highest_stream_width); in ReconfigureEncoder()
621 crop_width_ = last_frame_info_->width - highest_stream_width; in ReconfigureEncoder()