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

/frameworks/base/media/libdrm/mobile1/src/parser/
H A Dparser_rel.c71 uint8_t * pHead = pTmp; local
76 pEnd = (uint8_t *)strstr((char *)pHead, "-");
81 year = atoi((char *)pHead);
82 pHead = pEnd + 1;
86 pEnd = (uint8_t *)strstr((char *)pHead, "-");
91 mon = atoi((char *)pHead);
92 pHead = pEnd + 1;
96 pEnd = (uint8_t *)strstr((char *)pHead, "T");
101 day = atoi((char *)pHead);
102 pHead
340 uint8_t * pHead = pTmp + 1; local
[all...]

Completed in 57 milliseconds