Home
last modified time | relevance | path

Searched refs:EVBRType (Results 1 – 2 of 2) sorted by relevance

/external/opencore/fileformats/mp3/parser/include/
Dmp3parser.h171 EVBRType, // to take care of case where there is no xing or VBRI hdr present enumerator
/external/opencore/fileformats/mp3/parser/src/
Dmp3parser.cpp318 mp3Type = EVBRType; in MP3Parser()
658 mp3Type = EVBRType; in ParseMP3File()
1032 …e && !(iXingHeader.flags & TOC_FLAG) && !(iXingHeader.flags & FRAMES_FLAG)) || mp3Type == EVBRType) in DecodeMP3Header()