Searched refs:bufferLengthInBytes (Results 1 – 1 of 1) sorted by relevance
112 const size_t bufferLengthInBytes = dataLengthInBytes; in PlayoutAudioData() local115 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() local247 if(bufferLeft == NULL || bufferRight == NULL || bufferLengthInBytes == 0) in PlayoutStereoData()286 bufferLengthInBytes); in PlayoutStereoData()602 const size_t bufferLengthInBytes) in IncomingAudioData() argument[all …]