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

  /external/chromium_org/media/filters/
audio_decoder_selector.cc 42 select_decoder_cb_ = BindToCurrentLoop(select_decoder_cb);
72 BindToCurrentLoop(base::Bind(
95 BindToCurrentLoop(base::Bind(
128 BindToCurrentLoop(base::Bind(
video_decoder_selector.cc 41 select_decoder_cb_ = BindToCurrentLoop(select_decoder_cb);
70 BindToCurrentLoop(base::Bind(
90 BindToCurrentLoop(base::Bind(
123 BindToCurrentLoop(base::Bind(&VideoDecoderSelector::DecoderInitDone,
decrypting_video_decoder.cc 46 init_cb_ = BindToCurrentLoop(status_cb);
52 set_decryptor_ready_cb_.Run(BindToCurrentLoop(base::Bind(
60 decryptor_->InitializeVideoDecoder(config, BindToCurrentLoop(base::Bind(
74 decode_cb_ = BindToCurrentLoop(decode_cb);
103 reset_cb_ = BindToCurrentLoop(closure);
149 BindToCurrentLoop(closure).Run();
179 BindToCurrentLoop(base::Bind(
201 decryptor_->RegisterNewKeyCB(Decryptor::kVideo, BindToCurrentLoop(
222 pending_buffer_to_decode_, BindToCurrentLoop(base::Bind(
fake_video_decoder.cc 39 init_cb_.SetCallback(BindToCurrentLoop(status_cb));
58 decode_cb_.SetCallback(BindToCurrentLoop(base::Bind(
86 reset_cb_.SetCallback(BindToCurrentLoop(closure));
97 stop_cb_.SetCallback(BindToCurrentLoop(closure));
decrypting_audio_decoder.cc 62 init_cb_ = BindToCurrentLoop(status_cb);
82 set_decryptor_ready_cb_.Run(BindToCurrentLoop(
93 read_cb_ = BindToCurrentLoop(read_cb);
199 BindToCurrentLoop(base::Bind(
221 Decryptor::kAudio, BindToCurrentLoop(base::Bind(
290 config, BindToCurrentLoop(base::Bind(
333 BindToCurrentLoop(base::Bind(
ffmpeg_video_decoder.cc 143 PipelineStatusCB initialize_cb = BindToCurrentLoop(status_cb);
161 decode_cb_ = BindToCurrentLoop(decode_cb);
180 reset_cb_ = BindToCurrentLoop(closure);
199 base::ScopedClosureRunner runner(BindToCurrentLoop(closure));
vpx_video_decoder.cc 166 decode_cb_ = BindToCurrentLoop(decode_cb);
185 reset_cb_ = BindToCurrentLoop(closure);
196 base::ScopedClosureRunner runner(BindToCurrentLoop(closure));
fake_demuxer_stream.cc 53 read_cb_ = BindToCurrentLoop(read_cb);
gpu_video_decoder.cc 94 pending_reset_cb_ = BindToCurrentLoop(closure);
107 BindToCurrentLoop(closure).Run();
137 BindToCurrentLoop(orig_status_cb));
217 pending_decode_cb_ = BindToCurrentLoop(decode_cb);
430 BindToCurrentLoop(base::Bind(&GpuVideoDecoder::ReusePictureBuffer,
ffmpeg_audio_decoder.cc 92 PipelineStatusCB initialize_cb = BindToCurrentLoop(status_cb);
120 read_cb_ = BindToCurrentLoop(read_cb);
151 base::Closure reset_cb = BindToCurrentLoop(closure);
opus_audio_decoder.cc 262 PipelineStatusCB initialize_cb = BindToCurrentLoop(status_cb);
287 read_cb_ = BindToCurrentLoop(read_cb);
309 base::Closure reset_cb = BindToCurrentLoop(closure);
decrypting_demuxer_stream.cc 85 reset_cb_ = BindToCurrentLoop(closure);
ffmpeg_demuxer.cc 199 read_cb_ = BindToCurrentLoop(read_cb);
316 data_source_->Stop(BindToCurrentLoop(base::Bind(
318 BindToCurrentLoop(callback))));
chunk_demuxer.cc 667 read_cb_ = BindToCurrentLoop(read_cb);
766 init_cb_ = BindToCurrentLoop(cb);
792 seek_cb_ = BindToCurrentLoop(cb);
    [all...]
  /external/chromium_org/content/renderer/media/android/
media_source_delegate.cc 164 update_network_state_cb_ = media::BindToCurrentLoop(update_network_state_cb);
165 duration_change_cb_ = media::BindToCurrentLoop(duration_change_cb);
200 update_network_state_cb_ = media::BindToCurrentLoop(update_network_state_cb);
  /external/chromium_org/media/base/
bind_to_loop.h 165 static base::Callback<T> BindToCurrentLoop(
  /external/chromium_org/content/renderer/media/
rtc_video_decoder.cc 391 media::BindToCurrentLoop(

Completed in 306 milliseconds