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

/external/chromium_org/media/audio/
H A Dfake_audio_consumer.h24 // |worker_loop| is the loop on which the ReadCB provided to Start() will be
34 typedef base::Callback<void(AudioBus* audio_bus)> ReadCB; typedef in class:media::FakeAudioConsumer
35 void Start(const ReadCB& read_cb);
37 // Stop executing the ReadCB provided to Start(). Blocks until the worker
38 // 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 Daudio_decoder.h49 ReadCB; typedef in class:media::AudioDecoder
50 virtual void Read(const ReadCB& read_cb) = 0;
H A Ddata_source.h35 typedef base::Callback<void(int)> ReadCB; typedef in class:media::DataSource
47 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);
51 // SincResampler::ReadCB implementation. ProvideInput() will be called for
56 ReadCB read_cb_;
61 // Buffers for audio data going into SincResampler from ReadCB.
H A Ddemuxer_stream.h55 const scoped_refptr<DecoderBuffer>&)>ReadCB; typedef in class:media::DemuxerStream
56 virtual void Read(const ReadCB& read_cb) = 0;
H A Dsinc_resampler.h45 typedef base::Callback<void(int frames, float* destination)> ReadCB; typedef in class:media::SincResampler
55 const ReadCB& read_cb);
110 const ReadCB read_cb_;
/external/chromium_org/media/filters/
H A Dvideo_frame_stream.h45 typedef base::Callback<void(Status, const scoped_refptr<VideoFrame>&)> ReadCB; typedef in class:media::VideoFrameStream
62 void Read(const ReadCB& read_cb);
145 ReadCB read_cb_;
/external/chromium_org/content/renderer/media/
H A Dbuffered_resource_loader.h125 typedef base::Callback<void(Status, int)> ReadCB; typedef in class:content::BufferedResourceLoader
127 uint8* buffer, const ReadCB& read_cb);
299 ReadCB read_cb_;

Completed in 145 milliseconds