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

/frameworks/base/media/libdrm/mobile1/src/parser/
H A Dparser_dm.c71 int32_t contentLen, leftLen; local
80 leftLen = bufferLen;
89 pEnd = drm_strnstr(pStart, (uint8_t *)DRM_NEW_LINE_CRLF, leftLen);
98 leftLen = pBufferEnd - pStart;
105 pEnd = drm_strnstr(pStart, (uint8_t *)DRM_NEW_LINE_CRLF, leftLen);
185 leftLen = pBufferEnd - pStart;
191 while (leftLen > 0) {
192 if (NULL == (pEnd = memchr(pEnd, '\r', leftLen))) {
197 leftLen = pBufferEnd - pEnd;
198 if (leftLen < boundaryLe
[all...]
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c191 int32_t leftLen; local
199 leftLen = len - (p - pBuf);
200 while (leftLen > 0) {
201 if (NULL == (p = memchr(p, '\r', leftLen)))
204 leftLen = len - (p - pBuf);
205 if (leftLen < boundaryLen)
212 leftLen--;
931 int32_t boundaryLen, leftLen, readBytes; local
988 int32_t boundaryLen, leftLen, readBytes; local
1338 int32_t i, j, piece, leftLen, firstByte local
1468 int32_t leftLen; local
[all...]

Completed in 121 milliseconds