Searched defs:dst_fmt (Results 1 - 6 of 6) sorted by relevance

/external/pixman/test/
H A Daffine-test.c45 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)
H A Dblitters-test.c237 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);
H A Dscaling-test.c76 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)
H A Dlowlevel-blt-bench.c376 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:__anon28865
813 tests_tbl[i].dst_fmt,
370 bench_composite(char * testname, int src_fmt, int src_flags, int op, int mask_fmt, int mask_flags, int dst_fmt, double npix) argument
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_iconv.c103 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
[all...]
/external/qemu/android/camera/
H A Dcamera-format-converters.c1111 const YUVDesc* dst_fmt,
1125 const int Y_Inc_dst = dst_fmt->Y_inc;
1126 const int UV_inc_dst = dst_fmt->UV_inc;
1127 const int Y_next_pair_dst = dst_fmt->Y_next_pair;
1129 uint8_t* pYdst = (uint8_t*)dst + dst_fmt->Y_offset;
1136 (uint8_t*)dst + dst_fmt->u_offset(dst_fmt, y, width, height);
1138 (uint8_t*)dst + dst_fmt->v_offset(dst_fmt, y, width, height);
1110 YUVToYUV(const YUVDesc* src_fmt, const YUVDesc* dst_fmt, const void* src, void* dst, int width, int height, float r_scale, float g_scale, float b_scale, float exp_comp) argument

Completed in 124 milliseconds