Searched refs:cropExtLen (Results 1 – 1 of 1) sorted by relevance
98 size_t cropExtLen = strlen(CROP_EXT_STR); in hasEglAndroidImageCropImpl() local101 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1); in hasEglAndroidImageCropImpl()102 bool atEnd = (cropExtLen+1) < extsLen && in hasEglAndroidImageCropImpl()103 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1)); in hasEglAndroidImageCropImpl()