Searched refs:pDcfInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libdrm/mobile1/src/parser/
H A Dparser_dcf.c45 int32_t drm_dcfParser(uint8_t *buffer, int32_t bufferLen, T_DRM_DCF_Info *pDcfInfo, argument
53 if (NULL == buffer || bufferLen <= 0 || NULL == pDcfInfo)
58 pDcfInfo->Version = *(tmpBuf++);
59 if (0x01 != pDcfInfo->Version) /* Because it is OMA DRM v1.0, the vension must be 1 */
61 pDcfInfo->ContentTypeLen = *(tmpBuf++);
62 pDcfInfo->ContentURILen = *(tmpBuf++);
63 strncpy((char *)pDcfInfo->ContentType, (char *)tmpBuf, pDcfInfo->ContentTypeLen);
64 tmpBuf += pDcfInfo->ContentTypeLen;
65 strncpy((char *)pDcfInfo
[all...]
/frameworks/base/media/libdrm/mobile1/include/parser/
H A Dparser_dcf.h77 * \param pDcfInfo (out)A structure pointer which contain information of DCF headers
84 int32_t drm_dcfParser(uint8_t *buffer, int32_t bufferLen, T_DRM_DCF_Info *pDcfInfo,

Completed in 143 milliseconds