Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp648 int num_bytes_read = aBuffSz + aFileOffset; in SearchTagV2_4() local
654 if (num_bytes_read > iFileSizeInBytes) in SearchTagV2_4()
655 remaining_bytes = iFileSizeInBytes - (num_bytes_read - aBuffSz); in SearchTagV2_4()