Searched refs:out_fmt (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | float_convs.c | 48 char *out_fmt, *flag_fmt; in convert_single_to_double() local 55 out_fmt = fmt_f64(output); in convert_single_to_double() 56 printf(" to double: %s (%s)\n", out_fmt, flag_fmt); in convert_single_to_double() 57 free(out_fmt); in convert_single_to_double()
|
| H A D | float_convd.c | 48 char *out_fmt, *flag_fmt; in convert_double_to_single() local 55 out_fmt = fmt_f32(output); in convert_double_to_single() 56 printf(" to single: %s (%s)\n", out_fmt, flag_fmt); in convert_double_to_single() 57 free(out_fmt); in convert_double_to_single()
|
| /openbmc/qemu/hw/audio/ |
| H A D | wm8750.c | 180 struct audsettings out_fmt; in wm8750_set_format() local 217 out_fmt.endianness = 0; in wm8750_set_format() 218 out_fmt.nchannels = 2; in wm8750_set_format() 219 out_fmt.freq = s->dac_hz; in wm8750_set_format() 220 out_fmt.fmt = AUDIO_FORMAT_S16; in wm8750_set_format() 223 CODEC ".speaker", s, wm8750_audio_out_cb, &out_fmt); in wm8750_set_format() 225 CODEC ".headphone", s, wm8750_audio_out_cb, &out_fmt); in wm8750_set_format() 228 CODEC ".monomix", s, wm8750_audio_out_cb, &out_fmt); in wm8750_set_format()
|
| /openbmc/u-boot/drivers/video/ |
| H A D | ipu_disp.c | 420 int in_fmt, out_fmt; in ipu_dp_init() local 439 out_fmt = format_to_colorspace(out_pixel_fmt); in ipu_dp_init() 443 if (out_fmt == RGB) in ipu_dp_init() 448 if (out_fmt == RGB) in ipu_dp_init() 455 if (out_fmt == RGB) in ipu_dp_init() 460 if (out_fmt == RGB) in ipu_dp_init()
|
| /openbmc/qemu/ |
| H A D | qemu-img.c | 2232 const char *fmt = NULL, *out_fmt = NULL, *cache = "unsafe", in img_convert() local 2405 out_fmt = optarg; in img_convert() 2495 if (!out_fmt && !tgt_image_opts) { in img_convert() 2496 out_fmt = "raw"; in img_convert() 2538 if (out_fmt) { in img_convert() 2539 ret = print_block_option_help(out_filename, out_fmt); in img_convert() 2619 drv = bdrv_find_format(out_fmt); in img_convert() 2621 error_report("Unknown file format '%s'", out_fmt); in img_convert() 2661 ret = add_old_style_options(out_fmt, opts, out_baseimg, backing_fmt); in img_convert() 2754 out_filename, out_fmt); in img_convert() [all …]
|