Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h144 OSCL_IMPORT_REF PVMFStatus ParseID3Tag(PVFile* aFile, uint32 buffsize = 100);
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp138 uint32 buffsize = 100; //number of bytes to search , from the end of file, to look for footer in GetID3TagSize() local
140 || (LookForV2_4Footer(buffsize, 0) == PVMFSuccess)) in GetID3TagSize()
259 OSCL_EXPORT_REF PVMFStatus PVID3ParCom::ParseID3Tag(PVFile* aFile, uint32 buffsize) in ParseID3Tag() argument
293 if (CheckForTagID3V2() || (LookForV2_4Footer(buffsize, 0) == PVMFSuccess)) in ParseID3Tag()