HomeSort by relevance Sort by last modified time
    Searched refs:queued_audio_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/media/filters/
ffmpeg_audio_decoder.cc 123 if (queued_audio_.empty()) {
129 queued_audio_.front().status, queued_audio_.front().buffer);
130 queued_audio_.pop_front();
154 queued_audio_.clear();
240 DCHECK(queued_audio_.empty());
265 if (queued_audio_.empty()) {
271 queued_audio_.front().status, queued_audio_.front().buffer);
272 queued_audio_.pop_front()
    [all...]
ffmpeg_audio_decoder.h 98 std::list<QueuedAudioBuffer> queued_audio_; member in class:media::FFmpegAudioDecoder

Completed in 162 milliseconds