HomeSort by relevance Sort by last modified time
    Searched defs:ReadCB (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/media/audio/
fake_audio_consumer.h 24 // |worker_task_runner| is the task runner on which the ReadCB provided to
35 typedef base::Callback<void(AudioBus* audio_bus)> ReadCB;
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/
audio_pull_fifo.h 25 typedef base::Callback<void(int frame_delay, AudioBus* audio_bus)> ReadCB;
31 AudioPullFifo(int channels, int frames, const ReadCB& read_cb);
37 // ReadCB implementation.
49 const ReadCB read_cb_;
data_source.h 17 typedef base::Callback<void(int)> ReadCB;
27 const DataSource::ReadCB& read_cb) = 0;
multi_channel_resampler.h 26 typedef base::Callback<void(int frame_delay, AudioBus* audio_bus)> ReadCB;
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.
demuxer_stream.h 57 const scoped_refptr<DecoderBuffer>&)>ReadCB;
58 virtual void Read(const ReadCB& read_cb) = 0;
sinc_resampler.h 40 typedef base::Callback<void(int frames, float* destination)> ReadCB;
50 const ReadCB& read_cb);
105 const ReadCB read_cb_;
  /external/chromium_org/content/renderer/media/
buffered_resource_loader.h 122 typedef base::Callback<void(Status, int)> ReadCB;
124 uint8* buffer, const ReadCB& read_cb);
297 ReadCB read_cb_;
  /external/chromium_org/media/filters/
decoder_stream.h 50 typedef base::Callback<void(Status, const scoped_refptr<Output>&)> ReadCB;
69 void Read(const ReadCB& read_cb);
177 ReadCB read_cb_;

Completed in 1338 milliseconds