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

  /external/opencv/otherlibs/highgui/
grfmt_imageio.cpp 254 CFStringRef imageUTI = NULL;
257 imageUTI = CFSTR( "com.microsoft.bmp" );
259 imageUTI = CFSTR( "com.ilm.openexr-image" );
261 imageUTI = CFSTR( "public.jpeg" );
263 imageUTI = CFSTR( "public.jpeg-2000" );
265 imageUTI = CFSTR( "com.adobe.pdf" );
267 imageUTI = CFSTR( "public.png" );
269 imageUTI = CFSTR( "public.tiff" );
271 return imageUTI;
279 CFStringRef imageUTI = FilenameToUTI( m_filename )
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 276 CFStringRef imageUTI = CGImageSourceGetType(m_decoder);
278 if (!imageUTI || !CFEqual(imageUTI, xbmUTI))

Completed in 806 milliseconds