Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp3/parser/include/
Dmp3parser.h163 } VBRIHeaderType; typedef
453 bool DecodeVBRIHeader(uint8 * VbriBuffer, VBRIHeaderType &vbriHDI, MP3HeaderType &hi);
486 VBRIHeaderType iVbriHeader;
/external/opencore/fileformats/mp3/parser/src/
Dmp3parser.cpp1074 bool MP3Parser::DecodeVBRIHeader(uint8 *VbriBuffer, VBRIHeaderType &vbriHDType, in DecodeVBRIHeader()