Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_codec.cc690 TbI420Encoder::FunctionCalls encode_calls = in ViECodecExternalCodecTest() local
692 number_of_errors += ViETest::TestError(encode_calls.InitEncode == 1, in ViECodecExternalCodecTest()
695 number_of_errors += ViETest::TestError(encode_calls.Release == 1, in ViECodecExternalCodecTest()
698 number_of_errors += ViETest::TestError(encode_calls.Encode > 30, in ViECodecExternalCodecTest()
702 encode_calls.RegisterEncodeCompleteCallback == 1, in ViECodecExternalCodecTest()
705 encode_calls.SetChannelParameters > 1, "ERROR: %s at line %d", in ViECodecExternalCodecTest()
707 number_of_errors += ViETest::TestError(encode_calls.SetRates > 1, in ViECodecExternalCodecTest()
767 encode_calls = ext_encoder.GetFunctionCalls(); in ViECodecExternalCodecTest()
768 number_of_errors += ViETest::TestError(encode_calls.InitEncode == 2, in ViECodecExternalCodecTest()
771 number_of_errors += ViETest::TestError(encode_calls.Release == 2, in ViECodecExternalCodecTest()
[all …]