Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/test/
Dvideocodec_test_fixture_impl.cc432 auto next_rate_profile = std::next(rate_profile); in ProcessAllFrames() local
433 if (next_rate_profile != rate_profiles.end() && in ProcessAllFrames()
434 frame_num == next_rate_profile->frame_num) { in ProcessAllFrames()
435 rate_profile = next_rate_profile; in ProcessAllFrames()