HomeSort by relevance Sort by last modified time
    Searched full:has_audio_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/media/base/
pipeline.cc 45 has_audio_(false),
109 return has_audio_;
320 if (!has_audio_)
338 if (has_audio_)
446 // TODO(scherkus): |has_audio_| should be true no matter what --
450 has_audio_ = audio_renderer_ != NULL && !audio_disabled_;
471 if (!has_audio_) {
866 has_audio_ = false;
pipeline.h 399 bool has_audio_; member in class:media::Pipeline
  /external/chromium_org/media/mp4/
mp4_stream_parser.h 106 bool has_audio_; member in class:media::mp4::MP4StreamParser
mp4_stream_parser.cc 31 has_audio_(false),
162 has_audio_ = false;
261 has_audio_ = true;
436 bool audio = has_audio_ && audio_track_id_ == runs_->track_id();

Completed in 1297 milliseconds