OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_playoutFramesLeft
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/audio_device/dummy/
file_audio_device.cc
32
_playoutFramesLeft
(0),
194
_playoutFramesLeft
= 0;
235
_playoutFramesLeft
= 0;
491
_playoutFramesLeft
= _ptrAudioBuffer->GetPlayoutData(_playoutBuffer);
492
assert(
_playoutFramesLeft
== _playoutFramesIn10MS);
499
_playoutFramesLeft
= 0;
file_audio_device.h
177
uint32_t
_playoutFramesLeft
;
/external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc
88
_playoutFramesLeft
(0),
[
all
...]
audio_device_alsa_linux.h
223
uint32_t
_playoutFramesLeft
;
Completed in 446 milliseconds