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

  /external/pixman/test/
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)
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);
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:__anon27167
    [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...]
  /external/pixman/pixman/
pixman-arm-neon-asm.S     [all...]
pixman-arm-neon-asm-bilinear.S 283 .macro bilinear_load_dst dst_fmt, op, numpix, dst0, dst1, dst01
284 bilinear_load_dst_&dst_fmt&_&op numpix, dst0, dst1, dst01
485 .macro bilinear_interpolate_last_pixel src_fmt, mask_fmt, dst_fmt, op
488 bilinear_load_dst dst_fmt, op, 1, d18, d19, q9
510 bilinear_store_&dst_fmt 1, q2, q3
513 .macro bilinear_interpolate_two_pixels src_fmt, mask_fmt, dst_fmt, op
517 bilinear_load_dst dst_fmt, op, 2, d18, d19, q9
539 bilinear_store_&dst_fmt 2, q2, q3
542 .macro bilinear_interpolate_four_pixels src_fmt, mask_fmt, dst_fmt, op
560 bilinear_load_dst dst_fmt, op, 4, d2, d3, q
    [all...]
  /external/qemu/android/camera/
camera-format-converters.c     [all...]

Completed in 4603 milliseconds