Searched refs:ReadPCMSample (Results 1 – 1 of 1) sorted by relevance
148 int16_t ReadPCMSample(const uint8_t* pcm_data);217 int16_t WAVEDecoder::ReadPCMSample(const uint8_t* pcm_data) { in ReadPCMSample() function in content::WAVEDecoder327 int16_t sample = ReadPCMSample(buffer_); in CopyDataChunkToBus()