Searched refs:buffsize (Results 1 – 2 of 2) sorted by relevance
144 OSCL_IMPORT_REF PVMFStatus ParseID3Tag(PVFile* aFile, uint32 buffsize = 100);
138 uint32 buffsize = 100; //number of bytes to search , from the end of file, to look for footer in GetID3TagSize() local140 || (LookForV2_4Footer(buffsize, 0) == PVMFSuccess)) in GetID3TagSize()259 OSCL_EXPORT_REF PVMFStatus PVID3ParCom::ParseID3Tag(PVFile* aFile, uint32 buffsize) in ParseID3Tag() argument293 if (CheckForTagID3V2() || (LookForV2_4Footer(buffsize, 0) == PVMFSuccess)) in ParseID3Tag()