Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/test/
DPCMFile.cc178 void PCMFile::Write10MsData(int16_t* playout_buffer, size_t length_smpls) { in Write10MsData() argument
179 if (fwrite(playout_buffer, sizeof(uint16_t), length_smpls, pcm_file_) != in Write10MsData()
DPCMFile.h40 void Write10MsData(int16_t *playout_buffer, size_t length_smpls);