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

  /frameworks/base/media/libdrm/mobile1/src/parser/
parser_dcf.c 66 pDcfInfo->ContentURILen = *(tmpBuf++);
67 if (pDcfInfo->ContentURILen >= MAX_CONTENT_URI_LEN)
73 strncpy((char *)pDcfInfo->ContentURI, (char *)tmpBuf, pDcfInfo->ContentURILen);
75 tmpBuf += pDcfInfo->ContentURILen;
  /frameworks/base/media/libdrm/mobile1/include/parser/
parser_dcf.h 57 uint8_t ContentURILen; /**< Length of the ContentURI field */

Completed in 52 milliseconds