Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp9/test/
Dvp9_impl_unittest.cc290 SetWaitForEncodedFramesThreshold(sl_idx + 1); in TEST_F()
308 SetWaitForEncodedFramesThreshold(sl_idx); in TEST_F()
352 SetWaitForEncodedFramesThreshold(num_spatial_layers); in TEST_F()
373 SetWaitForEncodedFramesThreshold(1); in TEST_F()
397 SetWaitForEncodedFramesThreshold(1); in TEST_F()
409 SetWaitForEncodedFramesThreshold(1); in TEST_F()
429 SetWaitForEncodedFramesThreshold(2); in TEST_F()
458 SetWaitForEncodedFramesThreshold(num_spatial_layers); in TEST_F()
502 SetWaitForEncodedFramesThreshold(num_spatial_layers); in TEST_F()
520 SetWaitForEncodedFramesThreshold(1); in TEST_F()
[all …]
/external/webrtc/modules/video_coding/codecs/test/
Dvideo_codec_unittest.h89 void SetWaitForEncodedFramesThreshold(size_t num_frames);
Dvideo_codec_unittest.cc128 void VideoCodecUnitTest::SetWaitForEncodedFramesThreshold(size_t num_frames) { in SetWaitForEncodedFramesThreshold() function in webrtc::VideoCodecUnitTest