Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder.cc2051 bool should_cap_resolution = false; in CheckForAnimatedContent() local
2071 should_cap_resolution = true; in CheckForAnimatedContent()
2074 if (cap_resolution_due_to_video_content_ != should_cap_resolution) { in CheckForAnimatedContent()
2075 expect_resize_state_ = should_cap_resolution ? ExpectResizeState::kResize in CheckForAnimatedContent()
2077 cap_resolution_due_to_video_content_ = should_cap_resolution; in CheckForAnimatedContent()
2078 if (should_cap_resolution) { in CheckForAnimatedContent()
2085 should_cap_resolution ? absl::optional<size_t>(kMaxAnimationPixels) in CheckForAnimatedContent()