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

  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_inner.h 38 #define DRM_MAX_MALLOC_LEN (50 * 1024) /* 50K */
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 723 if (dataLen > DRM_MAX_MALLOC_LEN)
724 bufLen = DRM_MAX_MALLOC_LEN;
813 if (dataLen > DRM_MAX_MALLOC_LEN)
814 s->rawContentLen = DRM_MAX_MALLOC_LEN;
894 int32_t encLen = DRM_MAX_MALLOC_LEN - s->contentOffset, decLen;
907 s->rawContent = (uint8_t *)realloc(s->rawContent, DRM_MAX_MALLOC_LEN + needBytes);
915 if (-1 != data.readInputData(data.inputHandle, s->rawContent + DRM_MAX_MALLOC_LEN + i, 1)) {
916 if ('\r' == *(s->rawContent + DRM_MAX_MALLOC_LEN + i) || '\n' == *(s->rawContent + DRM_MAX_MALLOC_LEN + i))
    [all...]

Completed in 248 milliseconds