HomeSort by relevance Sort by last modified time
    Searched refs:mock_decoder (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 274 MockAudioDecoder mock_decoder; local
275 EXPECT_CALL(mock_decoder, Channels()).WillRepeatedly(Return(1));
277 EXPECT_CALL(mock_decoder, IncomingPacket(_,
283 EXPECT_CALL(mock_decoder, IncomingPacket(_,
288 EXPECT_CALL(mock_decoder, Die()).Times(1); // Called when deleted.
300 .WillRepeatedly(Return(&mock_decoder));
522 MockAudioDecoder mock_decoder; local
523 EXPECT_CALL(mock_decoder, Reset()).WillRepeatedly(Return());
524 EXPECT_CALL(mock_decoder, Channels()).WillRepeatedly(Return(1));
525 EXPECT_CALL(mock_decoder, IncomingPacket(_, kPayloadLengthBytes, _, _, _)
683 MockAudioDecoder mock_decoder; local
951 MockAudioDecoder mock_decoder; local
1020 MockAudioDecoder mock_decoder; local
1145 MockAudioDecoder mock_decoder; local
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 1001 MockAudioDecoder mock_decoder; local
    [all...]

Completed in 603 milliseconds