Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/media_file/source/
Dmedia_file_impl.cc130 const uint32_t bufferLengthInBytes = dataLengthInBytes; in PlayoutData() local
133 if(buffer == NULL || bufferLengthInBytes == 0) in PlayoutData()
167 bufferLengthInBytes); in PlayoutData()
173 bufferLengthInBytes); in PlayoutData()
179 bufferLengthInBytes); in PlayoutData()
185 bufferLengthInBytes); in PlayoutData()
199 bufferLengthInBytes); in PlayoutData()
205 bufferLengthInBytes); in PlayoutData()
278 const uint32_t bufferLengthInBytes = dataLengthInBytes; in PlayoutStereoData() local
281 if(bufferLeft == NULL || bufferRight == NULL || bufferLengthInBytes == 0) in PlayoutStereoData()
[all …]
Dmedia_file_utility.h46 const uint32_t bufferLengthInBytes);
52 const uint32_t bufferLengthInBytes);
69 uint32_t bufferLengthInBytes);
79 uint32_t bufferLengthInBytes);
Dmedia_file_utility.cc242 uint32_t bufferLengthInBytes) in WriteAviAudioData() argument
248 bufferLengthInBytes); in WriteAviAudioData()
259 uint32_t bufferLengthInBytes) in WriteAviVideoData() argument
265 bufferLengthInBytes); in WriteAviVideoData()
378 const uint32_t bufferLengthInBytes) in ReadAviAudioData() argument
386 int32_t length = bufferLengthInBytes; in ReadAviAudioData()
401 const uint32_t bufferLengthInBytes) in ReadAviVideoData() argument
409 int32_t length = bufferLengthInBytes; in ReadAviVideoData()