Home
last modified time | relevance | path

Searched refs:formats (Results 1 – 25 of 56) sorted by relevance

123

/AliOS-Things-master/components/SDL2/test/
A Dtestyuv.c116 const Uint32 formats[] = { in run_automated_tests() local
139 for (i = 0; i < SDL_arraysize(formats); ++i) { in run_automated_tests()
144 yuv1_pitch = CalculateYUVPitch(formats[i], pattern->w); in run_automated_tests()
152 for (i = 0; i < SDL_arraysize(formats); ++i) { in run_automated_tests()
165 for (i = 0; i < SDL_arraysize(formats); ++i) { in run_automated_tests()
166 for (j = 0; j < SDL_arraysize(formats); ++j) { in run_automated_tests()
173 …if (SDL_ConvertPixels(pattern->w, pattern->h, formats[i], yuv1, yuv1_pitch, formats[j], yuv2, yuv2… in run_automated_tests()
185 for (i = 0; i < SDL_arraysize(formats); ++i) { in run_automated_tests()
186 for (j = 0; j < SDL_arraysize(formats); ++j) { in run_automated_tests()
187 if (is_packed_yuv_format(formats[i]) != is_packed_yuv_format(formats[j])) { in run_automated_tests()
[all …]
A Dtesticonv.c31 const char *formats[] = { in main() local
71 for (i = 0; i < SDL_arraysize(formats); ++i) { in main()
72 test[0] = SDL_iconv_string(formats[i], "UCS-4", ucs4, len); in main()
73 test[1] = SDL_iconv_string("UCS-4", formats[i], test[0], len); in main()
75 SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "FAIL: %s\n", formats[i]); in main()
/AliOS-Things-master/components/SDL2/src/image/debian/
A Dcontrol27 This is a simple library to load images of various formats as SDL surfaces.
29 formats.
42 This is a simple library to load images of various formats as SDL surfaces.
44 formats.
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/conftest/
A Ds_read.dfa12 # libpng able to read all PNG formats and convert them into a small number of
13 # well understood memory formats.
31 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
33 # changed to match common hardware formats.
A Ds_write.dfa29 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
31 # changed to match common hardware formats.
A Dsimple.dfa30 # Switching these options on enables the 'AFIRST' and 'BGR' formats - you don't
32 # changed to match common hardware formats.
A Dwrite.dfa40 # does not need to deal with arbitrary formats, so only add support for things
/AliOS-Things-master/components/SDL2/src/image/
A DSDL2_image.spec21 This is a simple library to load images of various formats as SDL surfaces.
22 This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF formats.
31 This is a simple library to load images of various formats as SDL surfaces.
32 This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF formats.
A DSDL2_image.spec.in21 This is a simple library to load images of various formats as SDL surfaces.
22 This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF formats.
31 This is a simple library to load images of various formats as SDL surfaces.
32 This library supports BMP, PPM, PCX, GIF, JPEG, PNG, and TIFF formats.
A DREADME.txt7 This is a simple library to load images of various formats as SDL surfaces.
9 TGA, TIFF, and simple SVG formats.
/AliOS-Things-master/components/freetype/src/sfnt/
A Dmodule.mk20 $(ECHO_DRIVER)sfnt $(ECHO_DRIVER_DESC)helper module for TrueType & OpenType formats$(ECHO_DRIV…
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_pixels.c499 static SDL_PixelFormat *formats; variable
510 for (format = formats; format; format = format->next) { in SDL_AllocFormat()
534 format->next = formats; in SDL_AllocFormat()
535 formats = format; in SDL_AllocFormat()
626 if (format == formats) { in SDL_FreeFormat()
627 formats = format->next; in SDL_FreeFormat()
628 } else if (formats) { in SDL_FreeFormat()
629 for (prev = formats; prev->next; prev = prev->next) { in SDL_FreeFormat()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/
A Dreadme.txt39 missing. Handling compressed file formats like ZIP/GZIP or PNG
41 Applications that handle these formats are either using their own,
/AliOS-Things-master/components/freetype/src/gxvalid/
A DREADME70 formats; the former is supported on both Microsoft and Apple
348 find the proper validation routines for all possible data formats,
372 undocumented differences between Microsoft's and Apple's formats.
376 the formats and the auto detection algorithm of gxvalid is described
400 The new version can store all subtable formats (0, 1, 2, and 3),
402 formats available in the classic version.
404 5-2-2. Available subtable formats in classic version
410 subtable formats in the classic version.
416 it. Aubtable formats 1, 3, and higher are documented as reserved
418 formats 0 and 2, at least. `ttfdump.exe', a font tool provided by
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A DREADME73 perform conversion between JPEG and some other popular image file formats.
79 decoding, but they are essential for output to colormapped file formats or
304 together with ITU-T SG16) currently promotes different formats containing
305 the name "JPEG" which is misleading because these formats are incompatible
310 kind of formats which is misleading because they don't support original
312 We have no sympathy for the promotion of inferior formats. Indeed, one of
329 are incompatible with formats supported by actual IJG libjpeg distributions.
A Dchange.log205 according to Netpbm, the de facto standard implementation of the PNM formats,
334 JPEG formats; primarily, it can be used to convert baseline to progressive
385 Modify rdppm.c/wrppm.c to handle 2-byte raw PPM/PGM formats for 12-bit data.
424 * JPEG abbreviated datastream formats are supported, ie, quantization and
A Djconfig.txt138 /* These defines indicate which image (non-JPEG) file formats are allowed. */
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DINDEX25 doc/ documentation for formats and algorithms
A DFAQ134 zlib on the other hand use the gzip format. Both the zlib and gzip formats
138 19. Ok, so why are there two different formats?
312 formats and associated software.
341 they have not documented it as they have previous compression formats. In
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/visupng/
A DREADME.txt12 graphics formats) are in development. To get these, or for pre-compiled
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodframebuf.c281 STATIC mp_framebuf_p_t formats[] = { variable
292 formats[fb->format].setpixel(fb, x, y, col); in setpixel()
296 return formats[fb->format].getpixel(fb, x, y); in getpixel()
311 formats[fb->format].fill_rect(fb, x, y, xend - x, yend - y, col); in fill_rect()
369 formats[self->format].fill_rect(self, 0, 0, self->width, self->height, col); in framebuf_fill()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngstest.c3445 test_one_file(const char *file_name, format_list *formats, png_uint_32 opts, in test_one_file() argument
3457 result = testimage(&image, opts, formats); in test_one_file()
3491 format_list formats; in main() local
3508 format_init(&formats); in main()
3614 format_set(&formats, format); in main()
3624 if (format_is_initial(&formats)) in main()
3625 format_default(&formats, redundant); in main()
3648 if (ich > 0 && !test_one_file(buffer, &formats, opts, in main()
3673 else if (!test_one_file(arg, &formats, opts, stride_extra, log_pass)) in main()
/AliOS-Things-master/components/SDL2/docs/
A DREADME-ios.md168 OpenGL ES for iOS supports several display pixel formats, such as RGBA8 and RGB565, which provide a…
226 … texture formats on iOS are SDL_PIXELFORMAT_ABGR8888, SDL_PIXELFORMAT_ABGR8888, SDL_PIXELFORMAT_BG…
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A DREADME29 Your ReadRGBA() routine works well for reading many different formats
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Dtxtvsbin.txt67 some printable text. Even the newer, portable text formats such as

Completed in 188 milliseconds

123