HomeSort by relevance Sort by last modified time
    Searched defs:dst_fmt (Results 1 - 5 of 5) sorted by null

  /external/pixman/test/
affine-test.c 45 pixman_format_code_t src_fmt, dst_fmt; local
86 dst_fmt = dst_bpp == 4 ? (prng_rand_n (2) == 0 ?
93 dst_fmt, dst_width, dst_height, dstbuf, dst_stride);
203 printf ("src_fmt=%s, dst_fmt=%s\n", format_name (src_fmt), format_name (dst_fmt));
276 if (dst_fmt == PIXMAN_x8r8g8b8)
blitters-test.c 237 pixman_format_code_t src_fmt, dst_fmt, mask_fmt; local
275 max_extra_stride, &dst_fmt);
342 printf ("src_fmt=%s, dst_fmt=%s, mask_fmt=%s\n",
343 format_name (src_fmt), format_name (dst_fmt),
366 if (j == (dst_width * PIXMAN_FORMAT_BPP (dst_fmt) + 7) / 8)
377 crc32 = free_random_image (0, dst_img, dst_fmt);
scaling-test.c 76 pixman_format_code_t src_fmt, dst_fmt; local
148 dst_fmt = get_format (dst_bpp);
157 dst_fmt, dst_width, dst_height, dstbuf, dst_stride);
242 printf ("src_fmt=%s, dst_fmt=%s\n",
243 format_name (src_fmt), format_name (dst_fmt));
343 if (dst_fmt == PIXMAN_x8r8g8b8 || dst_fmt == PIXMAN_x8b8g8r8)
lowlevel-blt-bench.c 376 int dst_fmt,
418 bytes_per_pix += (dst_fmt >> 24) / 8.0;
419 dst_img = pixman_image_create_bits (dst_fmt,
459 xdst_img = pixman_image_create_bits (dst_fmt,
492 ((PIXMAN_FORMAT_BPP(src_fmt) + PIXMAN_FORMAT_BPP(dst_fmt)) / 8);
598 int dst_fmt; member in struct:__anon26219
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_iconv.c 103 int dst_fmt; member in struct:_SDL_iconv_t
171 int dst_fmt = ENCODING_UNKNOWN; local
185 if ( dst_fmt != ENCODING_UNKNOWN ) {
190 dst_fmt = encodings[i].format;
196 if ( src_fmt != ENCODING_UNKNOWN && dst_fmt != ENCODING_UNKNOWN ) {
200 cd->dst_fmt = dst_fmt;
279 switch ( cd->dst_fmt ) {
288 cd->dst_fmt = ENCODING_UTF16NATIVE;
298 cd->dst_fmt = ENCODING_UTF32NATIVE
    [all...]

Completed in 591 milliseconds