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

/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c895 int32_t skipLen, needBytes, i; local
905 needBytes = DRM_B64_ENC_BLOCK - ((encLen - skipLen) % DRM_B64_ENC_BLOCK);
906 if (needBytes < DRM_B64_ENC_BLOCK) {
907 s->rawContent = (uint8_t *)realloc(s->rawContent, DRM_MAX_MALLOC_LEN + needBytes);
914 while (i < needBytes) {

Completed in 28 milliseconds