Home
last modified time | relevance | path

Searched refs:GetDecoderSpecificInfoContent (Results 1 – 4 of 4) sorted by relevance

/external/opencore/fileformats/mp3/parser/include/
Dimp3ff.h332 OSCL_IMPORT_REF uint8 const *GetDecoderSpecificInfoContent() const;
Dmp3parser.h318 uint8 const * GetDecoderSpecificInfoContent() const;
/external/opencore/fileformats/mp3/parser/src/
Dimp3ff.cpp492 OSCL_EXPORT_REF uint8 const * IMpeg3File::GetDecoderSpecificInfoContent() const in GetDecoderSpecificInfoContent() function in IMpeg3File
496 return pMP3Parser->GetDecoderSpecificInfoContent(); in GetDecoderSpecificInfoContent()
Dmp3parser.cpp2593 uint8 const * MP3Parser::GetDecoderSpecificInfoContent() const in GetDecoderSpecificInfoContent() function in MP3Parser