Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp9/test/
H A Dvp9_impl_unittest.cc453 SetWaitForEncodedFramesThreshold(sl_idx + 1); in TEST_P()
471 SetWaitForEncodedFramesThreshold(sl_idx); in TEST_P()
629 SetWaitForEncodedFramesThreshold(num_spatial_layers); in TEST_P()
650 SetWaitForEncodedFramesThreshold(1); in TEST_P()
674 SetWaitForEncodedFramesThreshold(1); in TEST_P()
686 SetWaitForEncodedFramesThreshold(1); in TEST_P()
706 SetWaitForEncodedFramesThreshold(2); in TEST_P()
735 SetWaitForEncodedFramesThreshold(num_spatial_layers); in TEST_P()
899 SetWaitForEncodedFramesThreshold(num_spatial_layers); in TEST_P()
917 SetWaitForEncodedFramesThreshold(1); in TEST_P()
[all …]
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/
H A Dvideo_codec_unittest.h88 void SetWaitForEncodedFramesThreshold(size_t num_frames);
H A Dvideo_codec_unittest.cc133 void VideoCodecUnitTest::SetWaitForEncodedFramesThreshold(size_t num_frames) { in SetWaitForEncodedFramesThreshold() function in webrtc::VideoCodecUnitTest