Searched refs:encode_calls (Results 1 – 1 of 1) sorted by relevance
690 TbI420Encoder::FunctionCalls encode_calls = in ViECodecExternalCodecTest() local692 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 …]