Searched refs:MP3HeaderType (Results 1 – 2 of 2) sorted by relevance
/external/opencore/fileformats/mp3/parser/include/ |
D | mp3parser.h | 125 } MP3HeaderType; typedef 450 bool GetMP3Header(uint32 &fh, MP3HeaderType &hi); 451 …bool DecodeMP3Header(MP3HeaderType &aHeaderInfoType, MP3ConfigInfoType &aConfigInfoType, bool aCom… 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/ |
D | mp3parser.cpp | 701 MP3HeaderType mp3HeaderInfo; in ScanMP3File() 905 bool MP3Parser::GetMP3Header(uint32 &aFrameHeader, MP3HeaderType &aMP3HeaderInfo) in GetMP3Header() 945 bool MP3Parser::DecodeMP3Header(MP3HeaderType &aMP3HeaderInfo, MP3ConfigInfoType &aMP3ConfigInfo, b… in DecodeMP3Header() 1075 MP3HeaderType &aMP3HeaderInfo) in DecodeVBRIHeader() 1119 MP3HeaderType &hdrInfo) in DecodeXINGHeader() 1579 MP3HeaderType mp3HeaderInfo = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in GetNextMediaSample() 2236 MP3HeaderType mp3HeaderInfo = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in IsValidFrameHeader() 2361 MP3ErrorType MP3Parser::mp3VerifyCRC(MP3HeaderType mp3HdrInfo, MP3ConfigInfoType mp3CI) in mp3VerifyCRC() 2901 MP3HeaderType mp3HeaderInfo; in ComputeDurationFromNRandomFrames()
|