Searched defs:ReadCB (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chromecast/media/cma/base/
H A Dcoded_frame_provider.h25 const ::media::VideoDecoderConfig&)> ReadCB; typedef in class:chromecast::media::CodedFrameProvider
36 virtual void Read(const ReadCB& read_cb) = 0;
/external/chromium_org/media/audio/
H A Dfake_audio_consumer.h24 // |worker_task_runner| is the task runner on which the ReadCB provided to
35 typedef base::Callback<void(AudioBus* audio_bus)> ReadCB; typedef in class:media::FakeAudioConsumer
36 void Start(const ReadCB& read_cb);
38 // Stop executing the ReadCB provided to Start(). Blocks until the worker
39 // loop is not inside a ReadCB invocation. Safe to call multiple times. Must
/external/chromium_org/media/base/
H A Daudio_pull_fifo.h25 typedef base::Callback<void(int frame_delay, AudioBus* audio_bus)> ReadCB; typedef in class:media::AudioPullFifo
31 AudioPullFifo(int channels, int frames, const ReadCB& read_cb);
37 // ReadCB implementation.
49 const ReadCB read_cb_;
H A Ddata_source.h17 typedef base::Callback<void(int)> ReadCB; typedef in class:media::DataSource
28 const DataSource::ReadCB& read_cb) = 0;
H A Dmulti_channel_resampler.h26 typedef base::Callback<void(int frame_delay, AudioBus* audio_bus)> ReadCB; typedef in class:media::MultiChannelResampler
35 const ReadCB& read_cb);
55 // SincResampler::ReadCB implementation. ProvideInput() will be called for
60 ReadCB read_cb_;
65 // Buffers for audio data going into SincResampler from ReadCB.
H A Ddemuxer_stream.h58 const scoped_refptr<DecoderBuffer>&)>ReadCB; typedef in class:media::DemuxerStream
59 virtual void Read(const ReadCB& read_cb) = 0;
H A Dsinc_resampler.h40 typedef base::Callback<void(int frames, float* destination)> ReadCB; typedef in class:media::SincResampler
50 const ReadCB& read_cb);
105 const ReadCB read_cb_;
/external/chromium_org/media/blink/
H A Dbuffered_resource_loader.h119 typedef base::Callback<void(Status, int)> ReadCB; typedef in class:media::BufferedResourceLoader
121 uint8* buffer, const ReadCB& read_cb);
294 ReadCB read_cb_;
/external/chromium_org/media/filters/
H A Ddecoder_stream.h51 typedef base::Callback<void(Status, const scoped_refptr<Output>&)> ReadCB; typedef in class:media::DecoderStream
71 void Read(const ReadCB& read_cb);
171 ReadCB read_cb_;

Completed in 192 milliseconds