Home
last modified time | relevance | path

Searched refs:LookForV2_4Footer (Results 1 – 2 of 2) sorted by relevance

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h280 OSCL_IMPORT_REF PVMFStatus LookForV2_4Footer(uint32 buff_sz, uint32 offset);
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp140 || (LookForV2_4Footer(buffsize, 0) == PVMFSuccess)) in GetID3TagSize()
293 if (CheckForTagID3V2() || (LookForV2_4Footer(buffsize, 0) == PVMFSuccess)) in ParseID3Tag()
600 OSCL_EXPORT_REF PVMFStatus PVID3ParCom::LookForV2_4Footer(uint32 aBuffSz, uint32 aFileOffset) in LookForV2_4Footer() function in PVID3ParCom