OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_audio_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/mp4/
mp4_stream_parser.h
105
bool
has_audio_
;
member in class:media::mp4::MP4StreamParser
mp4_stream_parser.cc
32
has_audio_
(false),
162
has_audio_
= false;
262
has_audio_
= true;
435
bool audio =
has_audio_
&& audio_track_id_ == runs_->track_id();
/external/chromium_org/media/base/
pipeline.cc
47
has_audio_
(false),
112
return
has_audio_
;
336
if (!
has_audio_
)
354
if (
has_audio_
)
466
// TODO(scherkus): |
has_audio_
| should be true no matter what --
470
has_audio_
= audio_renderer_ != NULL && !audio_disabled_;
491
if (!
has_audio_
) {
937
has_audio_
= false;
pipeline.h
413
bool
has_audio_
;
member in class:media::Pipeline
Completed in 39 milliseconds