HomeSort by relevance Sort by last modified time
    Searched refs:ContentTypeLen (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_dcf.c 62 pDcfInfo->ContentTypeLen = *(tmpBuf++);
63 if (pDcfInfo->ContentTypeLen >= MAX_CONTENT_TYPE_LEN)
70 strncpy((char *)pDcfInfo->ContentType, (char *)tmpBuf, pDcfInfo->ContentTypeLen);
72 tmpBuf += pDcfInfo->ContentTypeLen;
  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_dcf.h 56 uint8_t ContentTypeLen; /**< Length of the ContentType field */

Completed in 260 milliseconds