Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder.cc1896 return current_thresholds.bitrate && rate < *current_thresholds.bitrate; in IsBitrateBelowThreshold()
1901 return current_thresholds.pixel_count && in IsPixelCountBelowThreshold()
1902 pixel_count < *current_thresholds.pixel_count; in IsPixelCountBelowThreshold()
1909 current_thresholds = {}; in SetCodec()
1911 current_thresholds = it->second; in SetCodec()
Dvideo_stream_encoder.h373 Thresholds current_thresholds; member