Home
last modified time | relevance | path

Searched refs:cropExtLen (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
DGLConsumer.cpp109 size_t cropExtLen = strlen(CROP_EXT_STR); in hasEglAndroidImageCropImpl() local
112 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()
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp624 size_t cropExtLen = strlen(CROP_EXT_STR); in TEST_F() local
627 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()