Lines Matching refs:PCMFile
24 PCMFile::PCMFile() in PCMFile() function in webrtc::PCMFile
37 PCMFile::PCMFile(uint32_t timestamp) in PCMFile() function in webrtc::PCMFile
49 PCMFile::~PCMFile() { in ~PCMFile()
55 int16_t PCMFile::ChooseFile(std::string* file_name, in ChooseFile()
102 void PCMFile::Open(const std::string& file_name, in Open()
117 int32_t PCMFile::SamplingFrequency() const { in SamplingFrequency()
121 uint16_t PCMFile::PayloadLength10Ms() const { in PayloadLength10Ms()
125 int32_t PCMFile::Read10MsData(AudioFrame& audio_frame) { in Read10MsData()
157 void PCMFile::Write10MsData(const AudioFrame& audio_frame) { in Write10MsData()
190 void PCMFile::Write10MsData(const int16_t* playout_buffer, in Write10MsData()
198 void PCMFile::Close() { in Close()
204 void PCMFile::FastForward(int num_10ms_blocks) { in FastForward()
212 void PCMFile::Rewind() { in Rewind()
218 bool PCMFile::Rewinded() { in Rewinded()
222 void PCMFile::SaveStereo(bool is_stereo) { in SaveStereo()
226 void PCMFile::ReadStereo(bool is_stereo) { in ReadStereo()
230 void PCMFile::SetNum10MsBlocksToRead(int value) { in SetNum10MsBlocksToRead()