Searched refs:should_cap_resolution (Results 1 – 1 of 1) sorted by relevance
2051 bool should_cap_resolution = false; in CheckForAnimatedContent() local2071 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()