Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom_constants.h76 #define VERSION_SIZE 2 macro
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp2680 …, kvpPtr = AllocateKvp(keyStr, PVMI_KVPVALTYPE_CHARPTR, aValueSize + 1 + VERSION_SIZE, truncate);); in ReadFrame()
2697 …if (readByteData(iInputFile, aValueSize, (uint8*)kvpPtr->value.pUint8_value + VERSION_SIZE) == fal… in ReadFrame()
2702 kvpPtr->value.pUint8_value[aValueSize+VERSION_SIZE] = 0; in ReadFrame()
2703 kvpPtr->length = aValueSize + VERSION_SIZE; in ReadFrame()