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

  /external/chromium_org/media/filters/
fake_video_decoder.cc 97 stop_cb_.SetCallback(BindToCurrentLoop(closure));
123 stop_cb_.HoldCallback();
133 if (!stop_cb_.IsNull())
144 if (reset_cb_.IsNull() && !stop_cb_.IsNull())
153 if (!stop_cb_.IsNull())
161 stop_cb_.RunHeldCallback();
177 DCHECK(!stop_cb_.IsNull());
181 stop_cb_.RunOrHold();
video_frame_stream.cc 65 DCHECK(stop_cb_.is_null());
87 DCHECK(stop_cb_.is_null());
118 DCHECK(stop_cb_.is_null());
120 stop_cb_ = closure;
149 message_loop_->PostTask(FROM_HERE, base::ResetAndReturn(&stop_cb_));
185 if (!stop_cb_.is_null()) {
186 Stop(base::ResetAndReturn(&stop_cb_));
205 DCHECK(stop_cb_.is_null());
247 if (!stop_cb_.is_null() || !reset_cb_.is_null()) {
274 DCHECK(stop_cb_.is_null())
    [all...]
fake_video_decoder.h 85 CallbackHolder<base::Closure> stop_cb_; member in class:media::FakeVideoDecoder
video_frame_stream.h 148 base::Closure stop_cb_; member in class:media::VideoFrameStream
  /external/chromium_org/media/base/
pipeline.cc 62 DCHECK(stop_cb_.is_null());
250 DCHECK(stop_cb_.is_null())
631 // followed by |stop_cb_| so we don't leave outstanding callbacks around.
636 if (!stop_cb_.is_null()) {
638 base::ResetAndReturn(&stop_cb_).Run();
641 // executing |stop_cb_|.
719 DCHECK(stop_cb_.is_null());
728 stop_cb_ = stop_cb;
780 DCHECK(stop_cb_.is_null());
pipeline.h 419 base::Closure stop_cb_; member in class:media::Pipeline

Completed in 110 milliseconds