HomeSort by relevance Sort by last modified time
    Searched refs:cropExtLen (Results 1 - 2 of 2) sorted by null

  /frameworks/native/libs/gui/
GLConsumer.cpp 109 size_t cropExtLen = strlen(CROP_EXT_STR);
112 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1);
113 bool atEnd = (cropExtLen+1) < extsLen &&
114 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1));
    [all...]
  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 624 size_t cropExtLen = strlen(CROP_EXT_STR);
627 bool atStart = !strncmp(CROP_EXT_STR " ", exts, cropExtLen+1);
628 bool atEnd = (cropExtLen+1) < extsLen &&
629 !strcmp(" " CROP_EXT_STR, exts + extsLen - (cropExtLen+1));

Completed in 505 milliseconds