OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BindToCurrentLoop
(Results
1 - 22
of
22
) sorted by null
/external/chromium_org/chrome/renderer/media/
cast_session.cc
35
media::
BindToCurrentLoop
(callback)));
44
media::
BindToCurrentLoop
(callback)));
/external/chromium_org/media/filters/
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);
201
BindToCurrentLoop
(base::Bind(
223
Decryptor::kAudio,
BindToCurrentLoop
(base::Bind(
294
config,
BindToCurrentLoop
(base::Bind(
337
BindToCurrentLoop
(base::Bind(
ffmpeg_video_decoder.cc
140
PipelineStatusCB initialize_cb =
BindToCurrentLoop
(status_cb);
158
decode_cb_ =
BindToCurrentLoop
(decode_cb);
177
reset_cb_ =
BindToCurrentLoop
(closure);
196
base::ScopedClosureRunner runner(
BindToCurrentLoop
(closure));
vpx_video_decoder.cc
174
decode_cb_ =
BindToCurrentLoop
(decode_cb);
193
reset_cb_ =
BindToCurrentLoop
(closure);
204
base::ScopedClosureRunner runner(
BindToCurrentLoop
(closure));
audio_decoder_selector.cc
44
select_decoder_cb_ =
BindToCurrentLoop
(select_decoder_cb);
decrypting_demuxer_stream.cc
55
init_cb_ =
BindToCurrentLoop
(status_cb);
71
read_cb_ =
BindToCurrentLoop
(read_cb);
84
reset_cb_ =
BindToCurrentLoop
(closure);
146
BindToCurrentLoop
(closure).Run();
gpu_video_decoder.cc
98
pending_reset_cb_ =
BindToCurrentLoop
(closure);
111
BindToCurrentLoop
(closure).Run();
152
BindToCurrentLoop
(orig_status_cb));
230
pending_decode_cb_ =
BindToCurrentLoop
(decode_cb);
449
BindToCurrentLoop
(base::Bind(&GpuVideoDecoder::ReusePictureBuffer,
ffmpeg_audio_decoder.cc
91
PipelineStatusCB initialize_cb =
BindToCurrentLoop
(status_cb);
119
read_cb_ =
BindToCurrentLoop
(read_cb);
150
base::Closure reset_cb =
BindToCurrentLoop
(closure);
opus_audio_decoder.cc
276
PipelineStatusCB initialize_cb =
BindToCurrentLoop
(status_cb);
301
read_cb_ =
BindToCurrentLoop
(read_cb);
323
base::Closure reset_cb =
BindToCurrentLoop
(closure);
fake_demuxer_stream.cc
58
read_cb_ =
BindToCurrentLoop
(read_cb);
video_decoder_selector.cc
44
select_decoder_cb_ =
BindToCurrentLoop
(select_decoder_cb);
audio_renderer_impl.cc
150
decrypting_demuxer_stream_->Reset(
BindToCurrentLoop
(
160
decoder_->Reset(
BindToCurrentLoop
(
ffmpeg_demuxer.cc
241
read_cb_ =
BindToCurrentLoop
(read_cb);
380
data_source_->Stop(
BindToCurrentLoop
(base::Bind(
382
BindToCurrentLoop
(callback))));
chunk_demuxer.cc
831
read_cb_ =
BindToCurrentLoop
(read_cb);
938
init_cb_ =
BindToCurrentLoop
(cb);
965
seek_cb_ =
BindToCurrentLoop
(cb);
[
all
...]
/external/chromium_org/content/renderer/media/
webaudiosourceprovider_impl.cc
74
set_format_cb_ = media::
BindToCurrentLoop
(
rtc_video_decoder.cc
427
media::
BindToCurrentLoop
(
/external/chromium_org/content/browser/renderer_host/media/
audio_renderer_host_unittest.cc
269
FROM_HERE, media::
BindToCurrentLoop
(run_loop.QuitClosure()));
/external/chromium_org/content/renderer/media/android/
media_source_delegate.cc
151
update_network_state_cb_ = media::
BindToCurrentLoop
(update_network_state_cb);
156
media::
BindToCurrentLoop
(base::Bind(
158
media::
BindToCurrentLoop
(base::Bind(
185
update_network_state_cb_ = media::
BindToCurrentLoop
(update_network_state_cb);
/external/chromium_org/media/base/
bind_to_loop.h
161
static base::Callback<T>
BindToCurrentLoop
(
/external/chromium_org/content/common/gpu/media/
video_encode_accelerator_unittest.cc
447
media::
BindToCurrentLoop
(
Completed in 528 milliseconds