Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_stream_encoder.h357 kResize, // Resize was triggered by the animation detection. enumerator
Dvideo_stream_encoder.cc2465 if (expect_resize_state_ == ExpectResizeState::kResize && last_frame_info_ && in CheckForAnimatedContent()
2509 expect_resize_state_ = should_cap_resolution ? ExpectResizeState::kResize in CheckForAnimatedContent()