Home
last modified time | relevance | path

Searched refs:GetID3Version (Results 1 – 7 of 7) sorted by relevance

/external/opencore/fileformats/rawaac/parser/include/
Daacfileparser.h468 PVID3Version GetID3Version() const in GetID3Version() function
470 return id3Parser->GetID3Version(); in GetID3Version()
615 OSCL_IMPORT_REF PVID3Version GetID3Version() const;
/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h159 OSCL_IMPORT_REF PVID3Version GetID3Version() const;
/external/opencore/fileformats/mp4/parser/include/
Dimpeg4file.h240 virtual PVID3Version GetID3Version() const = 0;
Dmpeg4file.h1274 PVID3Version GetID3Version() const;
/external/opencore/fileformats/rawaac/parser/src/
Daacfileparser.cpp2471 OSCL_EXPORT_REF PVID3Version CAACFileParser::GetID3Version() const in GetID3Version() function in CAACFileParser
2473 return ipBSO->GetID3Version(); in GetID3Version()
/external/opencore/fileformats/mp4/parser/src/
Dmpeg4file.cpp3031 PVID3Version Mpeg4File::GetID3Version() const in GetID3Version() function in Mpeg4File
3033 return _pID3Parser->GetID3Version(); in GetID3Version()
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp334 OSCL_EXPORT_REF PVID3Version PVID3ParCom::GetID3Version() const in GetID3Version() function in PVID3ParCom