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.cc1016 int highest_stream_width = static_cast<int>(highest_stream->width); in ReconfigureEncoder() local
1019 RTC_CHECK_GE(last_frame_info_->width, highest_stream_width); in ReconfigureEncoder()
1021 crop_width_ = last_frame_info_->width - highest_stream_width; in ReconfigureEncoder()