/third_party/ffmpeg/libavformat/ |
H A D | dashenc.c | 219 } formats[] = { variable 267 if (formats[i].segment_type == segment_type) in get_format_str() 268 return formats[i].str; in get_format_str()
|
/kernel/linux/linux-5.10/sound/pci/rme9652/ |
H A D | hdsp.c | 4198 .formats = SNDRV_PCM_FMTBIT_S32_BE, 4200 .formats = SNDRV_PCM_FMTBIT_S32_LE, 4227 .formats = SNDRV_PCM_FMTBIT_S32_BE, 4229 .formats = SNDRV_PCM_FMTBIT_S32_LE,
|
/kernel/linux/linux-6.6/sound/pci/rme9652/ |
H A D | hdsp.c | 4243 .formats = SNDRV_PCM_FMTBIT_S32_BE, 4245 .formats = SNDRV_PCM_FMTBIT_S32_LE, 4272 .formats = SNDRV_PCM_FMTBIT_S32_BE, 4274 .formats = SNDRV_PCM_FMTBIT_S32_LE,
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtfmttst.cpp | 2244 SimpleDateFormat formats[] = { in TestGenericTime() local 2254 const int32_t formats_length = UPRV_LENGTHOF(formats); in TestGenericTime() 2269 formats[j].format(d, test); in TestGenericTime() 2272 UDate t = formats[k].parse(test, status); in TestGenericTime() 4148 // locale date style; expected formats for the 3 dates above in TestMonthPatterns()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline.c | 478 struct ac_spi_color_formats formats = {0}; in radv_choose_spi_color_format() local 486 ac_choose_spi_color_formats(format, swap, ntype, false, use_rbplus, &formats); in radv_choose_spi_color_format() 489 return formats.blend_alpha; in radv_choose_spi_color_format() 491 return formats.alpha; in radv_choose_spi_color_format() 493 return formats.blend; in radv_choose_spi_color_format() 495 return formats.normal; in radv_choose_spi_color_format() 571 /* If the i-th target format is set, all previous target formats must in radv_pipeline_compute_spi_color_formats() 4317 /* Replace NaN by zero (for 32-bit float formats) to fix game bugs if requested. */ in radv_lower_fs_output() 6988 * color and Z formats to SPI_SHADER_ZERO. The hw will skip export in radv_graphics_pipeline_init()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state.c | 186 /* Enable down-conversion for 32bpp and smaller formats. */ in si_emit_cb_render_state() 191 /* For 1 and 2-channel formats, use the superset thereof. */ in si_emit_cb_render_state() 230 /* For 1-channel formats, use the superset thereof. */ in si_emit_cb_render_state() 607 /* This is only important for formats without alpha. */ in si_create_blend_state_mode() 1677 /* hw cannot support mixed formats (except depth/stencil, since in si_translate_colorformat() 1684 /* Reject SCALED formats because we don't implement them for CB. */ in si_translate_colorformat() 1829 /* Colorspace (return non-RGB formats directly). */ in si_translate_texformat() 1831 /* Depth stencil formats */ in si_translate_texformat() 1975 /* hw cannot support mixed formats (except depth/stencil, since only in si_translate_texformat() 1983 /* Reject SCALED formats becaus in si_translate_texformat() 2502 struct ac_spi_color_formats formats = {}; si_choose_spi_color_formats() local [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | da7218.c | 2187 .formats = DA7218_FORMATS, 2194 .formats = DA7218_FORMATS,
|
H A D | wm8962.c | 3019 .formats = WM8962_FORMATS, 3026 .formats = WM8962_FORMATS,
|
/kernel/linux/linux-5.10/sound/isa/ |
H A D | es18xx.c | 822 .formats = (SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S8 | 842 .formats = (SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S8 |
|
/kernel/linux/linux-5.10/sound/pci/ymfpci/ |
H A D | ymfpci_main.c | 835 .formats = SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S16_LE, 857 .formats = SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S16_LE,
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | maestro3.c | 1673 .formats = SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S16_LE, 1694 .formats = SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S16_LE,
|
H A D | es1968.c | 1286 .formats = SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S16_LE, 1307 .formats = /*SNDRV_PCM_FMTBIT_U8 |*/ SNDRV_PCM_FMTBIT_S16_LE,
|
/kernel/linux/linux-5.10/sound/pci/riptide/ |
H A D | riptide.c | 1308 .formats = 1327 .formats =
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/css_2400_system/hive/ |
H A D | ia_css_isp_params.c | 459 stage->binary->info->mem_offsets.offsets.param->dmem.formats.size; in ia_css_process_formats() 462 stage->binary->info->mem_offsets.offsets.param->dmem.formats.offset; in ia_css_process_formats()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/css_2401_system/hive/ |
H A D | ia_css_isp_params.c | 457 stage->binary->info->mem_offsets.offsets.param->dmem.formats.size; in ia_css_process_formats() 460 stage->binary->info->mem_offsets.offsets.param->dmem.formats.offset; in ia_css_process_formats()
|
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvc_driver.c | 187 kfree(stream->formats); in uvc_stream_delete() 258 * Unknown video formats are not fatal errors, the in uvc_parse_format() 371 * based formats have frame descriptors. in uvc_parse_format() 439 * uncompressed formats this can be fixed by computing the in uvc_parse_format() 684 "device %d videostreaming interface %d has no supported formats defined\n", in uvc_parse_streaming() 700 streaming->formats = format; in uvc_parse_streaming()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_isp_params.c | 457 stage->binary->info->mem_offsets.offsets.param->dmem.formats.size; in ia_css_process_formats() 460 stage->binary->info->mem_offsets.offsets.param->dmem.formats.offset; in ia_css_process_formats()
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-core.c | 2630 * Fix up the DAI formats for endianness: codecs don't actually see 2640 if (stream->formats & endianness_format_map[i]) in convert_endianness_formats() 2641 stream->formats |= endianness_format_map[i]; in convert_endianness_formats()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | intel8x0.c | 1052 .formats = SNDRV_PCM_FMTBIT_S16_LE, 1145 runtime->hw.formats |= SNDRV_PCM_FMTBIT_S32_LE; in snd_intel8x0_playback_open()
|
H A D | es1968.c | 1282 .formats = SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S16_LE, 1303 .formats = /*SNDRV_PCM_FMTBIT_U8 |*/ SNDRV_PCM_FMTBIT_S16_LE,
|
H A D | maestro3.c | 1668 .formats = SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S16_LE, 1689 .formats = SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S16_LE,
|
/kernel/linux/linux-6.6/sound/pci/ymfpci/ |
H A D | ymfpci_main.c | 830 .formats = SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S16_LE, 852 .formats = SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S16_LE,
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | nau8825.c | 1528 .formats = NAU8825_FORMATS, 1535 .formats = NAU8825_FORMATS,
|
H A D | wm8962.c | 3043 .formats = WM8962_FORMATS, 3050 .formats = WM8962_FORMATS,
|
H A D | da7218.c | 2187 .formats = DA7218_FORMATS, 2194 .formats = DA7218_FORMATS,
|