Searched refs:audioCodecInst (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/utility/source/ |
D | file_recorder_impl.h | 74 const CodecInst& audioCodecInst, 144 const CodecInst& audioCodecInst,
|
D | file_recorder_impl.cc | 352 const CodecInst& audioCodecInst, in StartRecordingVideoFile() argument 362 audioCodecInst, videoCodecInst, in StartRecordingVideoFile() 370 if(FileRecorderImpl::StartRecordingAudioFile(fileName,audioCodecInst, 0, in StartRecordingVideoFile()
|
/external/chromium_org/third_party/webrtc/modules/utility/interface/ |
D | file_recorder.h | 76 const CodecInst& audioCodecInst,
|
/external/chromium_org/third_party/webrtc/modules/media_file/source/ |
D | media_file_utility.cc | 99 const CodecInst& audioCodecInst, in InitAviWriting() argument 175 if (strncmp(audioCodecInst.plname, "PCMU", 4) == 0) in InitAviWriting() 188 } else if (strncmp(audioCodecInst.plname, "PCMA", 4) == 0) in InitAviWriting() 201 } else if (strncmp(audioCodecInst.plname, "L16", 3) == 0) in InitAviWriting() 204 audioStreamHeader.dwRate = audioCodecInst.plfreq; in InitAviWriting() 207 (audioCodecInst.plfreq/100) * 2; in InitAviWriting() 209 waveFormatHeader.nAvgBytesPerSec = audioCodecInst.plfreq * 2; in InitAviWriting() 210 waveFormatHeader.nSamplesPerSec = audioCodecInst.plfreq; in InitAviWriting()
|