HomeSort by relevance Sort by last modified time
    Searched refs:read_cb (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/media/audio/
fake_audio_consumer.h 32 // Start executing |read_cb| at a regular intervals. Stop() must be called by
35 void Start(const ReadCB& read_cb);
fake_audio_consumer.cc 29 void Start(const ReadCB& read_cb);
73 void FakeAudioConsumer::Start(const ReadCB& read_cb) {
75 worker_->Start(read_cb);
106 void FakeAudioConsumer::Worker::Start(const ReadCB& read_cb) {
108 DCHECK(!read_cb.is_null());
112 read_cb_ = read_cb;
  /external/chromium_org/media/tools/player_x11/
data_source_logger.cc 16 const media::DataSource::ReadCB& read_cb, int result) {
18 read_cb.Run(result);
40 const media::DataSource::ReadCB& read_cb) {
43 &LogAndRunReadCB, position, size, read_cb));
data_source_logger.h 29 const media::DataSource::ReadCB& read_cb) OVERRIDE;
  /external/chromium_org/media/base/
audio_decoder.h 50 virtual void Read(const ReadCB& read_cb) = 0;
audio_pull_fifo.h 27 // Constructs an AudioPullFifo with the specified |read_cb|, which is used to
31 AudioPullFifo(int channels, int frames, const ReadCB& read_cb);
demuxer_stream.h 55 virtual void Read(const ReadCB& read_cb) = 0;
multi_channel_resampler.h 28 // Constructs a MultiChannelResampler with the specified |read_cb|, which is
31 // frames of the AudioBus to be filled by |read_cb|.
35 const ReadCB& read_cb);
audio_pull_fifo.cc 14 AudioPullFifo::AudioPullFifo(int channels, int frames, const ReadCB& read_cb)
15 : read_cb_(read_cb),
data_source.h 44 // or failed, |read_cb| is called with the number of bytes read or
47 const DataSource::ReadCB& read_cb) = 0;
multi_channel_resampler.cc 17 const ReadCB& read_cb)
18 : read_cb_(read_cb),
sinc_resampler.h 46 // Constructs a SincResampler with the specified |read_cb|, which is used to
49 // frames of the buffer requested by each |read_cb| call. The value must be
54 const ReadCB& read_cb);
  /external/chromium_org/media/filters/
file_data_source.cc 49 const DataSource::ReadCB& read_cb) {
51 read_cb.Run(kReadError);
66 read_cb.Run(clamped_size);
fake_demuxer_stream.h 31 virtual void Read(const ReadCB& read_cb) OVERRIDE;
file_data_source.h 31 const DataSource::ReadCB& read_cb) OVERRIDE;
fake_demuxer_stream.cc 49 void FakeDemuxerStream::Read(const ReadCB& read_cb) {
53 read_cb_ = BindToCurrentLoop(read_cb);
decrypting_demuxer_stream.h 41 virtual void Read(const ReadCB& read_cb) OVERRIDE;
fake_video_decoder.h 67 const DecodeCB& read_cb,
ffmpeg_audio_decoder.h 40 virtual void Read(const ReadCB& read_cb) OVERRIDE;
opus_audio_decoder.h 37 virtual void Read(const ReadCB& read_cb) OVERRIDE;
  /external/chromium/third_party/libevent/test/
test-eof.c 37 read_cb(int fd, short event, void *arg) function
78 event_set(&ev, pair[1], EV_READ, read_cb, &ev);
bench.c 67 read_cb(int fd, short which, void *arg) function
91 event_set(&events[i], cp[0], EV_READ | EV_PERSIST, read_cb, (void *) i);
  /external/chromium_org/third_party/libevent/test/
test-eof.c 37 read_cb(int fd, short event, void *arg) function
78 event_set(&ev, pair[1], EV_READ, read_cb, &ev);
  /external/flac/libFLAC/
metadata_iterators.c 91 static FLAC__bool read_metadata_block_header_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__bool *is_last, FLAC__MetadataType *type, unsigned *length);
92 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__IOCallback_Seek seek_cb, FLAC__StreamMetadata *block);
93 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_streaminfo_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_StreamInfo *block);
95 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_application_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_Application *block, unsigned block_length);
96 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_seektable_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_SeekTable *block, unsigned block_length);
97 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_vorbis_comment_entry_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_VorbisComment_Entry *entry);
98 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_vorbis_comment_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_VorbisComment *block);
99 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_cuesheet_track_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_CueSheet_Track *track);
100 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_cuesheet_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_CueSheet *block);
101 static FLAC__Metadata_SimpleIteratorStatus read_metadata_block_data_picture_cb_(FLAC__IOHandle handle, FLAC__IOCallback_Read read_cb, FLAC__StreamMetadata_Picture *block)
916 FLAC__IOCallback_Read read_cb; member in struct:FLAC__Metadata_Chain
    [all...]
  /external/chromium_org/content/renderer/media/
rtc_video_decoder_factory_tv.cc 27 virtual void Read(const ReadCB& read_cb) OVERRIDE;
102 void RTCDemuxerStream::Read(const ReadCB& read_cb) {
106 media::BindToLoop(base::MessageLoopProxy::current(), read_cb)
110 read_cb_ = media::BindToLoop(base::MessageLoopProxy::current(), read_cb);

Completed in 322 milliseconds

1 2