Searched refs:MP3Parser (Results 1 – 4 of 4) sorted by relevance
/external/opencore/fileformats/mp3/parser/src/ |
D | mp3parser.cpp | 309 MP3Parser::MP3Parser(PVFile* aFileHandle) in MP3Parser() function in MP3Parser 368 MP3Parser::~MP3Parser() in ~MP3Parser() 413 MP3ErrorType MP3Parser::ParseMP3File(PVFile * fpUsed, bool aEnableCRC) in ParseMP3File() 694 MP3ErrorType MP3Parser::ScanMP3File(PVFile * fpUsed, uint32 aFramesToScan) in ScanMP3File() 905 bool MP3Parser::GetMP3Header(uint32 &aFrameHeader, MP3HeaderType &aMP3HeaderInfo) in GetMP3Header() 945 bool MP3Parser::DecodeMP3Header(MP3HeaderType &aMP3HeaderInfo, MP3ConfigInfoType &aMP3ConfigInfo, b… in DecodeMP3Header() 1074 bool MP3Parser::DecodeVBRIHeader(uint8 *VbriBuffer, VBRIHeaderType &vbriHDType, in DecodeVBRIHeader() 1117 bool MP3Parser::DecodeXINGHeader(uint8 *XingBuffer, in DecodeXINGHeader() 1199 bool MP3Parser::GetMP3FileHeader(MP3ConfigInfoType * pMP3Config) in GetMP3FileHeader() 1277 uint32 MP3Parser::GetChannelMode() const in GetChannelMode() [all …]
|
D | imp3ff.cpp | 135 OSCL_TRY(leavecode, pMP3Parser = OSCL_NEW(MP3Parser, (&iMP3File));); in OSCL_DLL_ENTRY_POINT_DEFAULT() 145 OSCL_TRY(leavecode, pMP3Parser = OSCL_NEW(MP3Parser, ());); in IMpeg3File() 1460 MP3Parser* mp3Parser = NULL; in IsMp3File() 1461 mp3Parser = OSCL_NEW(MP3Parser, ()); in IsMp3File()
|
/external/opencore/fileformats/mp3/parser/include/ |
D | mp3parser.h | 181 class MP3Parser 191 MP3Parser(PVFile* aFileHandle = NULL); 199 ~MP3Parser();
|
D | imp3ff.h | 137 class MP3Parser; variable 440 MP3Parser* pMP3Parser;
|