Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_codec.cc711 TbI420Decoder::FunctionCalls decode_calls = in ViECodecExternalCodecTest() local
713 number_of_errors += ViETest::TestError(decode_calls.InitDecode == 1, in ViECodecExternalCodecTest()
716 number_of_errors += ViETest::TestError(decode_calls.Release == 1, in ViECodecExternalCodecTest()
719 number_of_errors += ViETest::TestError(decode_calls.Decode > 30, in ViECodecExternalCodecTest()
723 decode_calls.RegisterDecodeCompleteCallback == 1, in ViECodecExternalCodecTest()
786 decode_calls = ext_decoder.GetFunctionCalls(); in ViECodecExternalCodecTest()
787 number_of_errors += ViETest::TestError(decode_calls.InitDecode == 2, in ViECodecExternalCodecTest()
790 number_of_errors += ViETest::TestError(decode_calls.Release == 2, in ViECodecExternalCodecTest()
793 number_of_errors += ViETest::TestError(decode_calls.Decode > 30, in ViECodecExternalCodecTest()
797 decode_calls.RegisterDecodeCompleteCallback == 2, in ViECodecExternalCodecTest()