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

  /prebuilts/misc/windows/sdl2/test/
testautomation_surface.c 330 SDL_Surface *face = NULL, *cvt1, *cvt2, *final; local
351 cvt1 = SDL_ConvertSurface(face, fmt1, 0);
352 SDL_assert(cvt1 != NULL);
356 cvt2 = SDL_ConvertSurface(cvt1, fmt2, 0);
372 SDL_FreeSurface(cvt1);
  /external/opencv3/modules/imgproc/src/
templmatch.cpp 272 char cvt1[40]; local
274 const char* convertToWT = ocl::convertTypeStr(depth, wdepth, rated_cn, cvt1);
    [all...]

Completed in 85 milliseconds