Searched refs:extsLen (Results 1 – 2 of 2) sorted by relevance
96 size_t extsLen = strlen(exts); in initialize() local99 bool atEnd = (bcExtLen+1) < extsLen && in initialize()100 !strcmp(" " BC_EXT_STR, exts + extsLen - (bcExtLen+1)); in initialize()
99 size_t extsLen = strlen(exts); in hasEglAndroidImageCropImpl() local102 bool atEnd = (cropExtLen+1) < extsLen && in hasEglAndroidImageCropImpl()103 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1)); in hasEglAndroidImageCropImpl()