Home
last modified time | relevance | path

Searched refs:PVID3Version (Results 1 – 8 of 8) sorted by relevance

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h159 OSCL_IMPORT_REF PVID3Version GetID3Version() const;
211 OSCL_IMPORT_REF PVMFStatus SetID3Version(PVID3Version aVersion);
442 int ReadTagID3V2(PVID3Version version);
455 void ReadFrameHeaderID3V2(PVID3Version version);
565 PVID3FrameType FrameSupportedID3V2(PVID3Version version, uint8* aframeid = NULL);
902 PVID3Version iVersion;
Dpv_id3_parcom_types.h51 } PVID3Version; typedef
/external/opencore/fileformats/rawaac/parser/include/
Daacfileparser.h468 PVID3Version GetID3Version() const in GetID3Version()
615 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/id3parcom/src/
Dpv_id3_parcom.cpp334 OSCL_EXPORT_REF PVID3Version PVID3ParCom::GetID3Version() const in GetID3Version()
389 OSCL_EXPORT_REF PVMFStatus PVID3ParCom::SetID3Version(PVID3Version aVersion) in SetID3Version()
1166 int PVID3ParCom::ReadTagID3V2(PVID3Version aVersion) in ReadTagID3V2()
1530 void PVID3ParCom::ReadFrameHeaderID3V2(PVID3Version aVersion) in ReadFrameHeaderID3V2()
1843 PVID3ParCom::PVID3FrameType PVID3ParCom::FrameSupportedID3V2(PVID3Version aVersion, uint8* aframeid) in FrameSupportedID3V2()
/external/opencore/fileformats/rawaac/parser/src/
Daacfileparser.cpp2471 OSCL_EXPORT_REF PVID3Version CAACFileParser::GetID3Version() const in GetID3Version()
/external/opencore/fileformats/mp4/parser/src/
Dmpeg4file.cpp3031 PVID3Version Mpeg4File::GetID3Version() const in GetID3Version()