Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/test/
DPCMFile.h43 uint16_t PayloadLength10Ms() const;
DPCMFile.cc112 uint16_t PCMFile::PayloadLength10Ms() const { in PayloadLength10Ms() function in webrtc::PCMFile
DTestVADDTX.cc103 uint16_t frame_size_samples = in_file.PayloadLength10Ms(); in Run()