Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Ddefault_temporal_layers_unittest.cc162 EXPECT_TRUE(checker.CheckTemporalConfig(is_keyframe, tl_config));
218 EXPECT_TRUE(checker.CheckTemporalConfig(is_keyframe, tl_config));
263 EXPECT_TRUE(checker.CheckTemporalConfig(is_keyframe, tl_config)); in TEST_F()
401 EXPECT_TRUE(checker.CheckTemporalConfig(is_keyframe, tl_config));
666 EXPECT_TRUE(checker.CheckTemporalConfig(false, tl_config)); in TEST_F()
686 EXPECT_TRUE(checker.CheckTemporalConfig(true, tl_config)); in TEST_F()
Ddefault_temporal_layers.cc417 RTC_DCHECK(checker_->CheckTemporalConfig(first_frame, tl_config)); in NextFrameConfig()
502 RTC_DCHECK(checker_->CheckTemporalConfig(true, frame_config)); in OnEncodeDone()
711 bool DefaultTemporalLayersChecker::CheckTemporalConfig( in CheckTemporalConfig() function in webrtc::DefaultTemporalLayersChecker
714 if (!TemporalLayersChecker::CheckTemporalConfig(frame_is_keyframe, in CheckTemporalConfig()
Dtemporal_layers_checker.cc72 bool TemporalLayersChecker::CheckTemporalConfig( in CheckTemporalConfig() function in webrtc::TemporalLayersChecker
Ddefault_temporal_layers.h134 bool CheckTemporalConfig(bool frame_is_keyframe,
Dscreenshare_layers.cc312 RTC_DCHECK(checker_->CheckTemporalConfig(is_keyframe, in OnEncodeDone()
/external/webrtc/modules/video_coding/codecs/vp8/include/
Dtemporal_layers_checker.h31 virtual bool CheckTemporalConfig(bool frame_is_keyframe,