Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dmedia_opt_util.cc144 int max_bytes_per_frame = kMaxBytesPerFrameForFec; in BitRateTooLowForFec() local
147 max_bytes_per_frame = kMaxBytesPerFrameForFecLow; in BitRateTooLowForFec()
149 max_bytes_per_frame = kMaxBytesPerFrameForFecHigh; in BitRateTooLowForFec()
155 if (estimate_bytes_per_frame < max_bytes_per_frame && in BitRateTooLowForFec()