Searched refs:cropExtLen (Results 1 – 2 of 2) sorted by relevance
109 size_t cropExtLen = strlen(CROP_EXT_STR); in hasEglAndroidImageCropImpl() local112 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1); in hasEglAndroidImageCropImpl()113 bool atEnd = (cropExtLen+1) < extsLen && in hasEglAndroidImageCropImpl()114 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1)); in hasEglAndroidImageCropImpl()
624 size_t cropExtLen = strlen(CROP_EXT_STR); in TEST_F() local627 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1); in TEST_F()628 bool atEnd = (cropExtLen+1) < extsLen && in TEST_F()629 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1)); in TEST_F()