Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/utility/source/
Dfile_player_impl.cc216 CodecInst codecInstL16; in StartPlayingFile() local
217 strncpy(codecInstL16.plname,"L16",32); in StartPlayingFile()
218 codecInstL16.pltype = 93; in StartPlayingFile()
219 codecInstL16.channels = 1; in StartPlayingFile()
223 codecInstL16.rate = 128000; in StartPlayingFile()
224 codecInstL16.plfreq = 8000; in StartPlayingFile()
225 codecInstL16.pacsize = 80; in StartPlayingFile()
229 codecInstL16.rate = 256000; in StartPlayingFile()
230 codecInstL16.plfreq = 16000; in StartPlayingFile()
231 codecInstL16.pacsize = 160; in StartPlayingFile()
[all …]