HomeSort by relevance Sort by last modified time
    Searched refs:playing_ (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/media/base/
audio_renderer_mixer_input.cc 15 : playing_(false),
44 DCHECK(!playing_);
50 if (!playing_)
54 playing_ = false;
60 if (playing_)
64 playing_ = true;
70 if (!playing_)
74 playing_ = false;
clock.cc 23 return playing_;
27 DCHECK(!playing_);
29 playing_ = true;
34 DCHECK(playing_);
36 playing_ = false;
59 if (!playing_ || underflow_)
131 playing_ = false;
audio_renderer_mixer.cc 22 // Initialize |playing_| to true since Start() results in an auto-play.
23 playing_(true) {
41 if (!playing_) {
42 playing_ = true;
71 } else if (now - last_play_time_ >= pause_delay_ && playing_) {
73 playing_ = false;
audio_renderer_mixer.h 60 bool playing_; member in class:media::AudioRendererMixer
audio_renderer_mixer_input.h 47 bool playing_; member in class:media::AudioRendererMixerInput
clock.h 103 bool playing_; member in class:media::Clock
  /external/chromium_org/media/audio/
null_audio_sink.cc 17 playing_(false),
34 DCHECK(!playing_);
49 if (playing_)
54 playing_ = true;
60 if (!playing_)
64 playing_ = false;
null_audio_sink.h 50 bool playing_; member in class:media::NullAudioSink
  /external/chromium_org/ppapi/shared_impl/
ppb_audio_shared.h 33 bool playing() const { return playing_; }
77 bool playing_; member in class:ppapi::PPB_Audio_Shared
ppb_audio_shared.cc 26 : playing_(false),
51 DCHECK(!playing_);
59 // notify us. This is a common case. In this case, we just set the playing_
62 playing_ = true;
67 DCHECK(playing_);
69 playing_ = false;
103 if (!playing_ || !callback_ || !socket_.get() || !shared_memory_->memory() ||
  /external/chromium_org/content/renderer/media/
webrtc_local_audio_renderer.cc 26 if (!playing_) {
65 if (!playing_)
101 playing_(false) {
166 playing_ = false;
178 playing_ = false;
207 playing_ = true;
225 playing_ = false;
webrtc_audio_device_impl.cc 29 playing_(false),
166 playing_ = false;
249 if (playing_) {
255 playing_ = true;
262 if (!playing_) {
274 playing_ = false;
279 return playing_;
webrtc_local_audio_renderer.h 125 bool playing_; member in class:content::WebRtcLocalAudioRenderer
127 // Protects |loopback_fifo_|, |playing_| and |sink_|.
webrtc_audio_device_impl.h 390 bool playing_; member in class:content::WebRtcAudioDeviceImpl
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 64 playing_(false),
248 playing_ = true;
254 playing_ = false;
260 return playing_;
644 const bool process = recording_ || playing_;
664 if (playing_) {
fakeaudiocapturemodule.h 250 bool playing_; // True when audio is being pulled by the instance. member in class:FakeAudioCaptureModule
  /external/chromium_org/media/base/android/
media_source_player.cc 341 playing_(false),
390 playing_ = true;
404 playing_ = false;
409 return playing_;
442 playing_ = false;
527 if (playing_)
553 if (pending_event_ != NO_EVENT_PENDING || !playing_)
584 if (playing_)
638 if (playing_)
683 if (!playing_) {
    [all...]
media_source_player.h 251 bool playing_; member in class:media::MediaSourcePlayer

Completed in 1378 milliseconds