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

  /external/chromium_org/media/formats/mpeg/
adts_stream_parser.cc 24 bool* metadata_frame) const {
93 if (metadata_frame)
94 *metadata_frame = false;
adts_stream_parser.h 27 bool* metadata_frame) const OVERRIDE;
mpeg_audio_stream_parser_base.h 61 // |metadata_frame| - Optional parameter that is set to true if the frame has
65 // |sample_rate|, |channel_layout|, |sample_count|, |metadata_frame| may be
69 // If |metadata_frame| is true, the MPEGAudioStreamParserBase will discard the
82 bool* metadata_frame) const = 0;
mpeg1_audio_stream_parser.cc 233 bool* metadata_frame) const {
252 if (metadata_frame)
253 *metadata_frame = false;
282 if (metadata_frame)
283 *metadata_frame = true;
mpeg1_audio_stream_parser.h 81 bool* metadata_frame) const OVERRIDE;
mpeg_audio_stream_parser_base.cc 171 bool metadata_frame = false; local
178 &metadata_frame);
235 if (metadata_frame)

Completed in 762 milliseconds