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

  /external/chromium_org/media/mp4/
es_descriptor.h 34 static bool IsAAC(uint8 object_type);
es_descriptor.cc 35 bool ESDescriptor::IsAAC(uint8 object_type) {
mp4_stream_parser.cc 226 if (ESDescriptor::IsAAC(audio_type)) {
481 if (ESDescriptor::IsAAC(runs_->audio_description().esds.object_type) &&

Completed in 1048 milliseconds