Searched refs:ContentTypeLen (Results 1 – 2 of 2) sorted by relevance
61 pDcfInfo->ContentTypeLen = *(tmpBuf++); in drm_dcfParser()63 strncpy((char *)pDcfInfo->ContentType, (char *)tmpBuf, pDcfInfo->ContentTypeLen); in drm_dcfParser()64 tmpBuf += pDcfInfo->ContentTypeLen; in drm_dcfParser()
56 uint8_t ContentTypeLen; /**< Length of the ContentType field */ member