Searched refs:inMiddle (Results 1 – 3 of 3) sorted by relevance
102 bool inMiddle = strstr(exts, " " BC_EXT_STR " "); in initialize() local103 if (equal || atStart || atEnd || inMiddle) { in initialize()
117 bool inMiddle = strstr(exts, " " CROP_EXT_STR " "); in hasEglAndroidImageCropImpl() local118 return equal || atStart || atEnd || inMiddle; in hasEglAndroidImageCropImpl()137 bool inMiddle = strstr(exts, " " PROT_CONTENT_EXT_STR " "); in hasEglProtectedContentImpl() local138 return equal || atStart || atEnd || inMiddle; in hasEglProtectedContentImpl()
649 bool inMiddle = strstr(exts, " " CROP_EXT_STR " "); in TEST_F() local650 bool hasEglAndroidImageCrop = equal || atStart || atEnd || inMiddle; in TEST_F()