Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/media_file/
Dmedia_file_impl.cc112 const size_t bufferLengthInBytes = dataLengthInBytes; in PlayoutAudioData() local
115 if(buffer == NULL || bufferLengthInBytes == 0) in PlayoutAudioData()
149 bufferLengthInBytes); in PlayoutAudioData()
155 bufferLengthInBytes); in PlayoutAudioData()
161 bufferLengthInBytes); in PlayoutAudioData()
167 bufferLengthInBytes); in PlayoutAudioData()
244 const size_t bufferLengthInBytes = dataLengthInBytes; in PlayoutStereoData() local
247 if(bufferLeft == NULL || bufferRight == NULL || bufferLengthInBytes == 0) in PlayoutStereoData()
286 bufferLengthInBytes); in PlayoutStereoData()
602 const size_t bufferLengthInBytes) in IncomingAudioData() argument
[all …]