Searched refs:GetID3Frame (Results 1 – 9 of 9) sorted by relevance
/external/opencore/fileformats/rawaac/parser/include/ |
D | aacfileparser.h | 463 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/ |
D | mp3parser.h | 398 iId3TagParser.GetID3Frame(pFrameType, pMetaData); in GetMetaData()
|
/external/opencore/fileformats/id3parcom/include/ |
D | pv_id3_parcom.h | 191 …OSCL_IMPORT_REF PVMFStatus GetID3Frame(const OSCL_String& aFrameType, PvmiKvpSharedPtrVector& aFra…
|
/external/opencore/fileformats/rawaac/parser/src/ |
D | aacfileparser.cpp | 1887 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/ |
D | mpeg4file.h | 1273 void GetID3Frame(const OSCL_String& aFrameType, PvmiKvpSharedPtrVector& aFrame);
|
/external/opencore/fileformats/mp4/parser/src/ |
D | mpeg4file.cpp | 3026 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/ |
D | mp3parser.cpp | 1297 iId3TagParser.GetID3Frame(keyList[0], frame); in GetDurationFromMetadata()
|
/external/opencore/nodes/pvaacffparsernode/src/ |
D | pvmf_aacffparser_node.cpp | 2597 iAACParser->GetID3Frame((*keylistptr)[lcv], iFrame); in DoGetMetadataValues()
|
/external/opencore/fileformats/id3parcom/src/ |
D | pv_id3_parcom.cpp | 359 OSCL_EXPORT_REF PVMFStatus PVID3ParCom::GetID3Frame(const OSCL_String& aFrameType, PvmiKvpSharedPtr… in GetID3Frame() function in PVID3ParCom
|