Searched refs:mock_encoder (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/acm2/ |
D | audio_coding_module_unittest_oldapi.cc | 1636 MockAudioEncoder mock_encoder; in TEST_F() local 1639 EXPECT_CALL(mock_encoder, MaxEncodedBytes()) in TEST_F() 1642 EXPECT_CALL(mock_encoder, SampleRateHz()) in TEST_F() 1645 EXPECT_CALL(mock_encoder, NumChannels()) in TEST_F() 1648 EXPECT_CALL(mock_encoder, RtpTimestampRateHz()) in TEST_F() 1651 EXPECT_CALL(mock_encoder, Num10MsFramesInNextPacket()) in TEST_F() 1655 EXPECT_CALL(mock_encoder, GetTargetBitrate()) in TEST_F() 1658 EXPECT_CALL(mock_encoder, EncodeInternal(_, _, _, _)) in TEST_F() 1661 EXPECT_CALL(mock_encoder, SetFec(_)) in TEST_F() 1665 SetUpTestExternalEncoder(&mock_encoder, codec_inst.pltype)); in TEST_F()
|