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

  /external/chromium_org/third_party/webrtc/modules/utility/source/
coder.h 39 int32_t PlayoutData(AudioFrame& decodedAudio, uint16_t& sampFreqHz);
coder.cc 74 int32_t AudioCoder::PlayoutData(AudioFrame& decodedAudio,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
EncodeDecodeTest.h 77 bool PlayoutData();
EncodeDecodeTest.cc 210 bool Receiver::PlayoutData() {
238 if (!PlayoutData()) {
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_impl.h 160 int32_t PlayoutData(int8_t* dataBuffer, uint32_t& dataLengthInBytes,
media_file_impl.cc 114 return PlayoutData( buffer, dataLengthInBytes, true);
120 return PlayoutData( buffer, dataLengthInBytes, false);
123 int32_t MediaFileImpl::PlayoutData(int8_t* buffer, uint32_t& dataLengthInBytes,
127 "MediaFileImpl::PlayoutData(buffer= 0x%x, bufLen= %ld)",
    [all...]

Completed in 3087 milliseconds