Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp87 iFileSizeInBytes(0), in PVID3ParCom()
127 iFileSizeInBytes = 0; in GetID3TagSize()
131 iInputFile->GetRemainingBytes((uint32&)iFileSizeInBytes); in GetID3TagSize()
279 iFileSizeInBytes = 0; in ParseID3Tag()
283 iInputFile->GetRemainingBytes((uint32&)iFileSizeInBytes); in ParseID3Tag()
532 if (iFileSizeInBytes >= ID3V1_MAX_NUM_BYTES_TOTAL) in CheckForTagID3V1()
537 nBytes = iFileSizeInBytes - ID3V1_MAX_NUM_BYTES_TOTAL; in CheckForTagID3V1()
639 if (iFileSizeInBytes == 0) in SearchTagV2_4()
654 if (num_bytes_read > iFileSizeInBytes) in SearchTagV2_4()
655 remaining_bytes = iFileSizeInBytes - (num_bytes_read - aBuffSz); in SearchTagV2_4()
[all …]
/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h896 int32 iFileSizeInBytes; variable