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

  /external/chromium_org/media/base/
audio_pull_fifo.h 49 const ReadCB read_cb_; member in class:media::AudioPullFifo
fake_text_track_stream.h 42 ReadCB read_cb_; member in class:media::FakeTextTrackStream
multi_channel_resampler.h 38 // Resamples |frames| of data from |read_cb_| into AudioBus.
51 // single call to |read_cb_| for more data.
60 ReadCB read_cb_; member in class:media::MultiChannelResampler
sinc_resampler.h 53 // Resample |frames| of data from |read_cb_| into |destination|.
57 // single call to |read_cb_| for more data.
105 const ReadCB read_cb_; member in class:media::SincResampler
107 // The size (in samples) to request from each |read_cb_| execution.
  /external/chromium_org/media/audio/
fake_audio_consumer.cc 42 // Task that regularly calls |read_cb_| according to the playback rate as
51 base::Lock read_cb_lock_; // Held while mutating or running |read_cb_|.
52 ReadCB read_cb_; member in class:media::FakeAudioConsumer::Worker
98 DCHECK(read_cb_.is_null());
103 return read_cb_.is_null();
111 DCHECK(read_cb_.is_null());
112 read_cb_ = read_cb;
128 if (read_cb_.is_null())
130 read_cb_.Reset();
145 if (!read_cb_.is_null()
    [all...]
  /external/chromium_org/media/filters/
decrypting_demuxer_stream.h 107 ReadCB read_cb_; member in class:media::DecryptingDemuxerStream
fake_demuxer_stream.h 95 ReadCB read_cb_; member in class:media::FakeDemuxerStream
ffmpeg_demuxer.h 110 // Runs |read_cb_| if present with the front of |buffer_queue_|, calling
130 ReadCB read_cb_; member in class:media::FFmpegDemuxerStream
chunk_demuxer.h 123 ReadCB read_cb_; member in class:media::ChunkDemuxerStream
decoder_stream.h 136 // Satisfy pending |read_cb_| with |status| and |output|.
177 ReadCB read_cb_; member in class:media::DecoderStream
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
sinc_resampler.h 65 // Resample |frames| of data from |read_cb_| into |destination|.
69 // single call to |read_cb_| for more data.
127 SincResamplerCallback* read_cb_; member in class:webrtc::SincResampler
129 // The size (in samples) to request from each |read_cb_| execution.
  /external/chromium_org/content/renderer/media/
buffered_resource_loader.h 231 // Method that does the actual read and calls the |read_cb_|, assuming the
245 bool HasPendingRead() { return !read_cb_.is_null(); }
297 ReadCB read_cb_; member in class:content::BufferedResourceLoader

Completed in 366 milliseconds