| /external/webrtc/webrtc/modules/audio_coding/codecs/ | 
| audio_encoder.cc | 35       EncodeInternal(rtp_timestamp, audio, max_encoded_bytes, encoded); 
 | 
| audio_encoder.h | 92   // Encode() checks some preconditions, calls EncodeInternal() which does the 99   virtual EncodedInfo EncodeInternal(uint32_t rtp_timestamp,
 
 | 
| /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ | 
| audio_encoder_ilbc.h | 43   EncodedInfo EncodeInternal(uint32_t rtp_timestamp, 
 | 
| audio_encoder_ilbc.cc | 92 AudioEncoder::EncodedInfo AudioEncoderIlbc::EncodeInternal( 
 | 
| /external/webrtc/webrtc/modules/audio_coding/codecs/mock/ | 
| mock_audio_encoder.h | 33   MOCK_METHOD4(EncodeInternal, 
 | 
| /external/webrtc/webrtc/modules/audio_coding/codecs/red/ | 
| audio_encoder_copy_red.h | 46   EncodedInfo EncodeInternal(uint32_t rtp_timestamp, 
 | 
| audio_encoder_copy_red_unittest.cc | 141   // check ensures that exactly one call to EncodeInternal happens in each 146     EXPECT_CALL(mock_encoder_, EncodeInternal(_, _, _, _))
 161   EXPECT_CALL(mock_encoder_, EncodeInternal(_, _, _, _))
 171   EXPECT_CALL(mock_encoder_, EncodeInternal(_, _, _, _))
 178   EXPECT_CALL(mock_encoder_, EncodeInternal(_, _, _, _))
 195     EXPECT_CALL(mock_encoder_, EncodeInternal(_, _, _, _))
 221   EXPECT_CALL(mock_encoder_, EncodeInternal(_, _, _, _))
 252   EXPECT_CALL(mock_encoder_, EncodeInternal(_, _, _, _))
 289   EXPECT_CALL(mock_encoder_, EncodeInternal(_, _, _, _))
 
 | 
| audio_encoder_copy_red.cc | 55 AudioEncoder::EncodedInfo AudioEncoderCopyRed::EncodeInternal( 
 | 
| /external/webrtc/webrtc/modules/audio_coding/codecs/g722/ | 
| audio_encoder_g722.h | 44   EncodedInfo EncodeInternal(uint32_t rtp_timestamp, 
 | 
| audio_encoder_g722.cc | 94 AudioEncoder::EncodedInfo AudioEncoderG722::EncodeInternal( 
 | 
| /external/webrtc/webrtc/modules/audio_coding/codecs/isac/ | 
| audio_encoder_isac_t.h | 63   EncodedInfo EncodeInternal(uint32_t rtp_timestamp, 
 | 
| audio_encoder_isac_t_impl.h | 116 AudioEncoder::EncodedInfo AudioEncoderIsacT<T>::EncodeInternal( 
 | 
| /external/webrtc/webrtc/modules/audio_coding/codecs/opus/ | 
| audio_encoder_opus.h | 64   EncodedInfo EncodeInternal(uint32_t rtp_timestamp, 
 | 
| audio_encoder_opus.cc | 133 AudioEncoder::EncodedInfo AudioEncoderOpus::EncodeInternal( 
 | 
| /external/webrtc/webrtc/modules/audio_coding/codecs/cng/ | 
| audio_encoder_cng_unittest.cc | 92       EXPECT_CALL(mock_encoder_, EncodeInternal(_, _, _, _)) 96     EXPECT_CALL(mock_encoder_, EncodeInternal(_, _, _, _))
 111     EXPECT_CALL(mock_encoder_, EncodeInternal(_, _, _, _)).Times(0);
 262   EXPECT_CALL(mock_encoder_, EncodeInternal(_, _, _, _)).Times(0);
 344   EXPECT_CALL(mock_encoder_, EncodeInternal(_, _, _, _)).Times(0);
 378   EXPECT_CALL(mock_encoder_, EncodeInternal(_, _, _, _)).WillOnce(Return(info));
 
 | 
| audio_encoder_cng.h | 59   EncodedInfo EncodeInternal(uint32_t rtp_timestamp, 
 | 
| audio_encoder_cng.cc | 98 AudioEncoder::EncodedInfo AudioEncoderCng::EncodeInternal( 
 | 
| /external/webrtc/webrtc/modules/audio_coding/codecs/g711/ | 
| audio_encoder_pcm.h | 44   EncodedInfo EncodeInternal(uint32_t rtp_timestamp, 
 | 
| audio_encoder_pcm.cc | 80 AudioEncoder::EncodedInfo AudioEncoderPcm::EncodeInternal( 
 | 
| /external/webrtc/webrtc/modules/audio_coding/acm2/ | 
| rent_a_codec_unittest.cc | 125                 EncodeInternal(0, rtc::ArrayView<const int16_t>(audio), 132                 EncodeInternal(2, rtc::ArrayView<const int16_t>(audio),
 
 | 
| audio_coding_module_unittest_oldapi.cc | [all...] |