/third_party/lame/ |
H A D | lame.bat | 21 set OPTS=--preset cd
|
/third_party/ffmpeg/libavcodec/ |
H A D | nvenc_hevc.c | 30 { "preset", "Set the encoding preset", OFFSET(preset), AV_OPT_TYPE_INT, { .i64 = PRESET_P4 }, PRESET_DEFAULT, PRESET_P7, VE, "preset" }, 32 { "preset", "Set the encoding preset", OFFSET(preset), AV_OPT_TYPE_INT, { .i64 = PRESET_MEDIUM }, PRESET_DEFAULT, PRESET_LOSSLESS_HP, VE, "preset" }, 34 { "default", "", 0, AV_OPT_TYPE_CONST, { .i64 = PRESET_DEFAULT }, 0, 0, VE, "preset" }, 35 { "slow", "hq 2 passes", 0, AV_OPT_TYPE_CONST, { .i64 = PRESET_SLOW }, 0, 0, VE, "preset" }, [all...] |
H A D | libx265.c | 51 char *preset; member 142 if (ctx->api->param_default_preset(ctx->params, ctx->preset, ctx->tune) < 0) { in libx265_encode_init() 145 av_log(avctx, AV_LOG_ERROR, "Error setting preset/tune %s/%s.\n", ctx->preset, ctx->tune); in libx265_encode_init() 713 { "preset", "set the x265 preset", OFFSET(preset), AV_OPT_TYPE_STRING, { 0 }, 0, 0, VE },
|
H A D | nvenc.h | 196 int preset; member
|
H A D | nvenc_h264.c | 30 { "preset", "Set the encoding preset", OFFSET(preset), AV_OPT_TYPE_INT, { .i64 = PRESET_P4 }, PRESET_DEFAULT, PRESET_P7, VE, "preset" }, 32 { "preset", "Set the encoding preset", OFFSET(preset), AV_OPT_TYPE_INT, { .i64 = PRESET_MEDIUM }, PRESET_DEFAULT, PRESET_LOSSLESS_HP, VE, "preset" }, 34 { "default", "", 0, AV_OPT_TYPE_CONST, { .i64 = PRESET_DEFAULT }, 0, 0, VE, "preset" }, 35 { "slow", "hq 2 passes", 0, AV_OPT_TYPE_CONST, { .i64 = PRESET_SLOW }, 0, 0, VE, "preset" }, [all...] |
H A D | libx264.c | 63 char *preset; member 654 if (x4->preset || x4->tune) in X264_init() 655 if (x264_param_default_preset(&x4->params, x4->preset, x4->tune) < 0) { in X264_init() 657 av_log(avctx, AV_LOG_ERROR, "Error setting preset/tune %s/%s.\n", x4->preset, x4->tune); in X264_init() 1101 { "preset", "Set the encoding preset (cf. x264 --fullhelp)", OFFSET(preset), AV_OPT_TYPE_STRING, { .str = "medium" }, 0, 0, VE},
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
H A D | encode.h | 87 WEBP_HINT_DEFAULT = 0, // default preset. 158 WEBP_PRESET_DEFAULT = 0, // default preset. 179 // set of parameters (referred to by 'preset') and a given quality factor. 183 WebPPreset preset, float quality) { in WebPConfigPreset() 184 return WebPConfigInitInternal(config, preset, quality, in WebPConfigPreset() 182 WebPConfigPreset(WebPConfig* config, WebPPreset preset, float quality) WebPConfigPreset() argument
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 127 void (*preset)(struct mtd_info *); member 1130 /* preset operation */ in preset_v1() 1244 /* preset operation */ in preset_v2() 1351 host->devtype_data->preset(mtd); in mxc_nand_command() 1464 .preset = preset_v1, 1488 .preset = preset_v1, 1513 .preset = preset_v2, 1539 .preset = preset_v3, 1565 .preset = preset_v3, 1718 /* Call preset agai in mxcnd_attach_chip() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 125 void (*preset)(struct mtd_info *); member 1127 /* preset operation */ in preset_v1() 1241 /* preset operation */ in preset_v2() 1348 host->devtype_data->preset(mtd); in mxc_nand_command() 1461 .preset = preset_v1, 1485 .preset = preset_v1, 1510 .preset = preset_v2, 1536 .preset = preset_v3, 1562 .preset = preset_v3, 1651 /* Call preset agai in mxcnd_attach_chip() [all...] |
/kernel/linux/linux-5.10/drivers/memory/tegra/ |
H A D | tegra30-emc.c | 420 bool preset = false; in emc_dqs_preset() local 430 preset = true; in emc_dqs_preset() 441 preset = true; in emc_dqs_preset() 453 preset = true; in emc_dqs_preset() 457 return preset; in emc_dqs_preset()
|
/kernel/linux/linux-5.10/drivers/iio/trigger/ |
H A D | stm32-timer-trigger.c | 677 unsigned int preset; in stm32_count_set_preset() local 680 ret = kstrtouint(buf, 0, &preset); in stm32_count_set_preset() 686 regmap_write(priv->regmap, TIM_ARR, preset); in stm32_count_set_preset() 693 .name = "preset",
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-acpi.c | 476 u16 preset, preset_driver_strength; in amd_select_drive_strength() local 480 * read from the HS200 (SDR104) preset register. in amd_select_drive_strength() 485 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR104); in amd_select_drive_strength() 486 preset_driver_strength = FIELD_GET(SDHCI_PRESET_DRV_MASK, preset); in amd_select_drive_strength() 630 * By default, the SDR104 preset register has a driver strength of in sdhci_acpi_emmc_amd_probe_slot() 631 * A, but the (internal) HS400 preset register has a driver in sdhci_acpi_emmc_amd_probe_slot() 639 * HS400 preset driver strengths match. in sdhci_acpi_emmc_amd_probe_slot() 647 * preset register anywhere in the SDHCI memory map. This results in sdhci_acpi_emmc_amd_probe_slot() 651 * instead use the SDR104 preset register. in sdhci_acpi_emmc_amd_probe_slot()
|
H A D | sdhci.c | 1850 u16 preset = 0; in sdhci_get_preset_value() local 1855 preset = sdhci_readw(host, SDHCI_PRESET_FOR_HIGH_SPEED); in sdhci_get_preset_value() 1858 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value() 1861 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR25); in sdhci_get_preset_value() 1864 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR50); in sdhci_get_preset_value() 1868 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR104); in sdhci_get_preset_value() 1872 preset = sdhci_readw(host, SDHCI_PRESET_FOR_DDR50); in sdhci_get_preset_value() 1875 preset = sdhci_readw(host, SDHCI_PRESET_FOR_HS400); in sdhci_get_preset_value() 1880 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value() 1883 return preset; in sdhci_get_preset_value() 2454 u16 preset; sdhci_set_ios() local [all...] |
/kernel/linux/linux-6.6/drivers/iio/trigger/ |
H A D | stm32-timer-trigger.c | 678 unsigned int preset; in stm32_count_set_preset() local 681 ret = kstrtouint(buf, 0, &preset); in stm32_count_set_preset() 687 regmap_write(priv->regmap, TIM_ARR, preset); in stm32_count_set_preset() 694 .name = "preset",
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | emux_synth.c | 893 int preset, bank, def_preset, def_bank; in get_zone() local 896 preset = chan->midi_program; in get_zone() 902 def_preset = preset; in get_zone() 906 return snd_soundfont_search_zone(emu->sflist, notep, vel, preset, bank, in get_zone()
|
/kernel/linux/linux-6.6/sound/synth/emux/ |
H A D | emux_synth.c | 894 int preset, bank, def_preset, def_bank; in get_zone() local 897 preset = chan->midi_program; in get_zone() 903 def_preset = preset; in get_zone() 907 return snd_soundfont_search_zone(emu->sflist, notep, vel, preset, bank, in get_zone()
|
/third_party/lame/libmp3lame/ |
H A D | set_get.c | 2185 lame_set_preset(lame_global_flags * gfp, int preset) in lame_set_preset() argument 2188 gfp->preset = preset; in lame_set_preset() 2189 return apply_preset(gfp, preset, 1); in lame_set_preset()
|
H A D | util.h | 402 int preset; member
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x-core.c | 647 int preset; in etm4_parse_event_config() local 718 * Set any selected configuration and preset. in etm4_parse_event_config() 720 * This extracts the values of PMU_FORMAT_ATTR(configid) and PMU_FORMAT_ATTR(preset) in etm4_parse_event_config() 722 * configid uses bits 63:32 of attr->config2, preset uses bits 3:0 of attr->config. in etm4_parse_event_config() 723 * A zero configid means no configuration active, preset = 0 means no preset selected. in etm4_parse_event_config() 727 preset = attr->config & 0xF; in etm4_parse_event_config() 728 ret = cscfg_csdev_enable_active_config(csdev, cfg_hash, preset); in etm4_parse_event_config() 794 int ret, preset; in etm4_enable_sysfs() local 797 cscfg_config_sysfs_get_active_cfg(&cfg_hash, &preset); in etm4_enable_sysfs() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_testsrc.c | 1895 { "preset", "set the color checker chart preset", OFFSET(type), AV_OPT_TYPE_INT, {.i64=0}, 0, 1, FLAGS, "preset" }, 1896 { "reference", "reference", 0, AV_OPT_TYPE_CONST,{.i64=0}, 0, 0, FLAGS, "preset" }, 1897 { "skintones", "skintones", 0, AV_OPT_TYPE_CONST,{.i64=1}, 0, 0, FLAGS, "preset" }, 1987 const int preset = test->type; in colorchart_fill_picture() local 1988 const int w = colorchart_presets[preset].w; in colorchart_fill_picture() 1989 const int h = colorchart_presets[preset].h; in colorchart_fill_picture() 1995 uint32_t pc = AV_RB24(colorchart_presets[preset].colors[y * w + x]); in colorchart_fill_picture() 2008 const int preset in colorchart_init() local [all...] |
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci.c | 1827 u16 preset = 0; in sdhci_get_preset_value() local 1832 preset = sdhci_readw(host, SDHCI_PRESET_FOR_HIGH_SPEED); in sdhci_get_preset_value() 1835 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value() 1838 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR25); in sdhci_get_preset_value() 1841 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR50); in sdhci_get_preset_value() 1845 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR104); in sdhci_get_preset_value() 1849 preset = sdhci_readw(host, SDHCI_PRESET_FOR_DDR50); in sdhci_get_preset_value() 1852 preset = sdhci_readw(host, SDHCI_PRESET_FOR_HS400); in sdhci_get_preset_value() 1857 preset = sdhci_readw(host, SDHCI_PRESET_FOR_SDR12); in sdhci_get_preset_value() 1860 return preset; in sdhci_get_preset_value() 2438 u16 preset; sdhci_set_ios() local [all...] |
/kernel/linux/linux-6.6/drivers/memory/tegra/ |
H A D | tegra30-emc.c | 461 bool preset = false; in emc_dqs_preset() local 471 preset = true; in emc_dqs_preset() 482 preset = true; in emc_dqs_preset() 494 preset = true; in emc_dqs_preset() 498 return preset; in emc_dqs_preset()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btintel.h | 137 __u8 preset[8]; member
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | head_32.S | 185 movl $-1,pa(X86_CPUID) # preset CPUID level
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | nup.cc | 59 void NupParameters::preset(int nup,NupParameters &ret) // {{{ in preset() function in NupParameters
|