Home
last modified time | relevance | path

Searched refs:IsID3V1Present (Results 1 – 3 of 3) sorted by relevance

/external/opencore/fileformats/mp3/parser/src/
Dmp3parser.cpp1038 if (iId3TagParser.IsID3V1Present()) in DecodeMP3Header()
1329 if (iId3TagParser.IsID3V1Present()) in ConvertSizeToTime()
1402 if (iId3TagParser.IsID3V1Present()) in GetDuration()
2794 if (iId3TagParser.IsID3V1Present()) in EstimateDurationFromExternalFileSize()
2915 if (iId3TagParser.IsID3V1Present()) in ComputeDurationFromNRandomFrames()
/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h166 OSCL_IMPORT_REF bool IsID3V1Present() const;
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp340 OSCL_EXPORT_REF bool PVID3ParCom::IsID3V1Present() const in IsID3V1Present() function in PVID3ParCom