Searched defs:playout_buffer (Results 1 - 1 of 1) sorted by relevance

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

Completed in 235 milliseconds