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

  /external/opencore/fileformats/mp3/parser/include/
mp3parser.h 125 } MP3HeaderType;
450 bool GetMP3Header(uint32 &fh, MP3HeaderType &hi);
451 bool DecodeMP3Header(MP3HeaderType &aHeaderInfoType, MP3ConfigInfoType &aConfigInfoType, bool aComputeAvgBitrate);
452 bool DecodeXINGHeader(uint8 *XingBuffer, XINGHeaderType &mp3XingHI, MP3HeaderType &hi);
453 bool DecodeVBRIHeader(uint8 * VbriBuffer, VBRIHeaderType &vbriHDI, MP3HeaderType &hi);
456 MP3ErrorType mp3VerifyCRC(MP3HeaderType mp3HdrInfo, MP3ConfigInfoType mp3CI);
483 MP3HeaderType iMP3HeaderInfo;
  /external/opencore/fileformats/mp3/parser/src/
mp3parser.cpp 701 MP3HeaderType mp3HeaderInfo;
905 bool MP3Parser::GetMP3Header(uint32 &aFrameHeader, MP3HeaderType &aMP3HeaderInfo)
945 bool MP3Parser::DecodeMP3Header(MP3HeaderType &aMP3HeaderInfo, MP3ConfigInfoType &aMP3ConfigInfo, bool aComputeAvgBitrate)
    [all...]

Completed in 214 milliseconds