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

  /external/chromium_org/media/filters/
fake_video_decoder.cc 34 DCHECK(reset_cb_.IsNull()) << "No reinitialization during pending reset.";
54 DCHECK(reset_cb_.IsNull());
85 DCHECK(reset_cb_.IsNull());
86 reset_cb_.SetCallback(BindToCurrentLoop(closure));
100 if (!init_cb_.IsNull() || !decode_cb_.IsNull() || !reset_cb_.IsNull())
118 reset_cb_.HoldCallback();
129 DCHECK(reset_cb_.IsNull());
141 if (!reset_cb_.IsNull())
144 if (reset_cb_.IsNull() && !stop_cb_.IsNull())
151 reset_cb_.RunHeldCallback()
    [all...]
video_frame_stream.cc 64 DCHECK(reset_cb_.is_null());
86 DCHECK(reset_cb_.is_null());
89 reset_cb_ = closure;
164 DCHECK(reset_cb_.is_null());
204 DCHECK(reset_cb_.is_null());
247 if (!stop_cb_.is_null() || !reset_cb_.is_null()) {
273 DCHECK(reset_cb_.is_null());
295 if (!reset_cb_.is_null())
296 Reset(base::ResetAndReturn(&reset_cb_));
303 if (!reset_cb_.is_null())
    [all...]
decrypting_video_decoder.cc 42 DCHECK(reset_cb_.is_null());
101 DCHECK(reset_cb_.is_null());
103 reset_cb_ = BindToCurrentLoop(closure);
108 // Defer the resetting process in this case. The |reset_cb_| will be fired
146 if (!reset_cb_.is_null())
147 base::ResetAndReturn(&reset_cb_).Run();
192 DCHECK(reset_cb_.is_null()); // No Reset() before initialization finished.
249 if (!reset_cb_.is_null()) {
320 base::ResetAndReturn(&reset_cb_).Run();
vpx_video_decoder.cc 82 DCHECK(reset_cb_.is_null());
184 DCHECK(reset_cb_.is_null());
185 reset_cb_ = BindToCurrentLoop(closure);
204 if (!reset_cb_.is_null())
205 base::ResetAndReturn(&reset_cb_).Run();
220 DCHECK(reset_cb_.is_null());
324 reset_cb_.Run();
325 reset_cb_.Reset();
ffmpeg_video_decoder.cc 136 DCHECK(reset_cb_.is_null());
179 DCHECK(reset_cb_.is_null());
180 reset_cb_ = BindToCurrentLoop(closure);
194 base::ResetAndReturn(&reset_cb_).Run();
207 if (!reset_cb_.is_null())
208 base::ResetAndReturn(&reset_cb_).Run();
227 DCHECK(reset_cb_.is_null());
decrypting_audio_decoder.cc 121 DCHECK(reset_cb_.is_null());
123 reset_cb_ = closure;
128 // Defer the resetting process in this case. The |reset_cb_| will be fired
208 DCHECK(reset_cb_.is_null()); // No Reset() before initialization finished.
237 if (!reset_cb_.is_null())
238 base::ResetAndReturn(&reset_cb_).Run();
245 if (!reset_cb_.is_null()) {
295 if (!reset_cb_.is_null()) {
355 if (!reset_cb_.is_null()) {
434 base::ResetAndReturn(&reset_cb_).Run()
    [all...]
decrypting_demuxer_stream.h 78 // Resets decoder and calls |reset_cb_|.
96 base::Closure reset_cb_; member in class:media::DecryptingDemuxerStream
decrypting_video_decoder.h 75 // Reset decoder and call |reset_cb_|.
89 base::Closure reset_cb_; member in class:media::DecryptingVideoDecoder
fake_video_decoder.h 84 CallbackHolder<base::Closure> reset_cb_; member in class:media::FakeVideoDecoder
ffmpeg_video_decoder.h 67 // Reset decoder and call |reset_cb_|.
77 base::Closure reset_cb_; member in class:media::FFmpegVideoDecoder
vpx_video_decoder.h 62 // Reset decoder and call |reset_cb_|.
76 base::Closure reset_cb_; member in class:media::VpxVideoDecoder
decrypting_demuxer_stream.cc 83 DCHECK(reset_cb_.is_null());
85 reset_cb_ = BindToCurrentLoop(closure);
90 // Defer the resetting process in this case. The |reset_cb_| will be fired
165 if (!reset_cb_.is_null()) {
225 if (!reset_cb_.is_null()) {
278 base::ResetAndReturn(&reset_cb_).Run();
decrypting_audio_decoder.h 97 // Resets decoder and calls |reset_cb_|.
117 base::Closure reset_cb_; member in class:media::DecryptingAudioDecoder
video_frame_stream.h 147 base::Closure reset_cb_; member in class:media::VideoFrameStream

Completed in 63 milliseconds