Home
last modified time | relevance | path

Searched refs:ReadPCMSample (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/renderer/media/android/
Daudio_decoder_android.cc148 int16_t ReadPCMSample(const uint8_t* pcm_data);
217 int16_t WAVEDecoder::ReadPCMSample(const uint8_t* pcm_data) { in ReadPCMSample() function in content::WAVEDecoder
327 int16_t sample = ReadPCMSample(buffer_); in CopyDataChunkToBus()