Home
last modified time | relevance | path

Searched refs:GetID3Frame (Results 1 – 9 of 9) sorted by relevance

/external/opencore/fileformats/rawaac/parser/include/
Daacfileparser.h463 void GetID3Frame(const OSCL_String& aFrameType, PvmiKvpSharedPtrVector& aFrame) in GetID3Frame() function
465 id3Parser->GetID3Frame(aFrameType, aFrame); in GetID3Frame()
587 … OSCL_IMPORT_REF void GetID3Frame(const OSCL_String& aFrameType, PvmiKvpSharedPtrVector& aFrame);
/external/opencore/fileformats/mp3/parser/include/
Dmp3parser.h398 iId3TagParser.GetID3Frame(pFrameType, pMetaData); in GetMetaData()
/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h191 …OSCL_IMPORT_REF PVMFStatus GetID3Frame(const OSCL_String& aFrameType, PvmiKvpSharedPtrVector& aFra…
/external/opencore/fileformats/rawaac/parser/src/
Daacfileparser.cpp1887 OSCL_EXPORT_REF void CAACFileParser::GetID3Frame(const OSCL_String& aFrameType, PvmiKvpSharedPtrVec… in GetID3Frame() function in CAACFileParser
1889 ipBSO->GetID3Frame(aFrameType, aFrame); in GetID3Frame()
/external/opencore/fileformats/mp4/parser/include/
Dmpeg4file.h1273 void GetID3Frame(const OSCL_String& aFrameType, PvmiKvpSharedPtrVector& aFrame);
/external/opencore/fileformats/mp4/parser/src/
Dmpeg4file.cpp3026 void Mpeg4File::GetID3Frame(const OSCL_String& aFrameType, PvmiKvpSharedPtrVector& aFrame) in GetID3Frame() function in Mpeg4File
3028 _pID3Parser->GetID3Frame(aFrameType, aFrame); in GetID3Frame()
/external/opencore/fileformats/mp3/parser/src/
Dmp3parser.cpp1297 iId3TagParser.GetID3Frame(keyList[0], frame); in GetDurationFromMetadata()
/external/opencore/nodes/pvaacffparsernode/src/
Dpvmf_aacffparser_node.cpp2597 iAACParser->GetID3Frame((*keylistptr)[lcv], iFrame); in DoGetMetadataValues()
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp359 OSCL_EXPORT_REF PVMFStatus PVID3ParCom::GetID3Frame(const OSCL_String& aFrameType, PvmiKvpSharedPtr… in GetID3Frame() function in PVID3ParCom