/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | ak5386.c | 145 .formats = SNDRV_PCM_FMTBIT_S8 |
|
H A D | pcm179x.c | 185 .formats = PCM1792A_FORMATS, },
|
H A D | dmic.c | 83 .formats = SNDRV_PCM_FMTBIT_S32_LE
|
H A D | si476x.c | 217 .formats = SNDRV_PCM_FMTBIT_S8 |
|
H A D | wm8524.c | 181 .formats = WM8524_FORMATS,
|
/kernel/linux/linux-6.6/sound/arm/ |
H A D | pxa2xx-pcm-lib.c | 21 .formats = SNDRV_PCM_FMTBIT_S16_LE |
|
/kernel/linux/linux-6.6/sound/soc/meson/ |
H A D | aiu-acodec-ctrl.c | 128 .formats = AIU_ACODEC_CTRL_FORMATS, \
|
/kernel/linux/linux-6.6/sound/soc/qcom/ |
H A D | lpass-ipq806x.c | 41 .formats = SNDRV_PCM_FMTBIT_S16 |
|
/third_party/ffmpeg/tests/fate/ |
H A D | fits.mak | 7 #mapping of fits file formats to png filenames
|
/third_party/alsa-lib/include/ |
H A D | topology.h | 534 * formats "S24_LE,S16_LE" # Supported formats 542 * The supported formats use the same naming convention as the driver macros. 569 * The supported formats use the same naming convention as the driver macros. 985 uint64_t formats; /*!< supported formats SNDRV_PCM_FMTBIT_* */ member 1021 * hardware config, i.e. hardware audio formats.
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_aco_shader_info.h | 119 ASSIGN_VS_STATE_FIELD_CP(formats); in radv_aco_convert_vs_prolog_key()
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DCaps.h | 206 void setColorType(GrColorType, std::initializer_list<DXGI_FORMAT> formats);
|
/kernel/linux/linux-5.10/sound/isa/wss/ |
H A D | wss_lib.c | 1430 .formats = (SNDRV_PCM_FMTBIT_MU_LAW | SNDRV_PCM_FMTBIT_A_LAW | SNDRV_PCM_FMTBIT_IMA_ADPCM | 1451 .formats = (SNDRV_PCM_FMTBIT_MU_LAW | SNDRV_PCM_FMTBIT_A_LAW | SNDRV_PCM_FMTBIT_IMA_ADPCM | 1480 runtime->hw.formats &= ~(SNDRV_PCM_FMTBIT_IMA_ADPCM | in snd_wss_playback_open() 1485 runtime->hw.formats &= ~SNDRV_PCM_FMTBIT_MU_LAW; in snd_wss_playback_open() 1490 runtime->hw.formats = SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S16_LE; in snd_wss_playback_open() 1522 runtime->hw.formats &= ~(SNDRV_PCM_FMTBIT_IMA_ADPCM | in snd_wss_capture_open() 1529 runtime->hw.formats = SNDRV_PCM_FMTBIT_U8 | in snd_wss_capture_open()
|
/kernel/linux/linux-5.10/sound/usb/ |
H A D | pcm.c | 91 if (!(fp->formats & pcm_format_to_bits(subs->pcm_format))) in find_format() 636 if (!(fp->formats & pcm_format_to_bits(pcm_format))) { in match_endpoint_audioformats() 1001 check_fmts.bits[0] = (u32)fp->formats; in hw_check_valid_format() 1002 check_fmts.bits[1] = (u32)(fp->formats >> 32); in hw_check_valid_format() 1151 fbits |= fp->formats; in hw_rule_format() 1261 runtime->hw.formats = subs->formats; in setup_hw_info() 1281 /* FIXME: there might be more than one audio formats... */ in setup_hw_info()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_fb.c | 134 const struct drm_format_info *formats; member 137 .formats = format_list, \ 287 lookup_format_info(const struct drm_format_info formats[], in lookup_format_info() argument 293 if (formats[i].format == format) in lookup_format_info() 294 return &formats[i]; in lookup_format_info() 313 if (!md || !md->formats) in intel_fb_get_format_info() 316 return lookup_format_info(md->formats, md->format_count, cmd->pixel_format); in intel_fb_get_format_info() 866 * formats and planes. in intel_fb_plane_get_subsampling()
|
H A D | intel_sprite.c | 1552 const u32 *formats; in intel_sprite_plane_create() local 1570 formats = chv_pipe_b_sprite_formats; in intel_sprite_plane_create() 1573 formats = vlv_sprite_formats; in intel_sprite_plane_create() 1593 formats = snb_sprite_formats; in intel_sprite_plane_create() 1607 formats = snb_sprite_formats; in intel_sprite_plane_create() 1612 formats = g4x_sprite_formats; in intel_sprite_plane_create() 1636 formats, num_formats, modifiers, in intel_sprite_plane_create()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | pmu.c | 1112 pmu_find_format(struct list_head *formats, const char *name) in pmu_find_format() argument 1116 list_for_each_entry(format, formats, list) in pmu_find_format() 1210 static char *pmu_formats_string(struct list_head *formats) in pmu_formats_string() argument 1217 if (!formats) in pmu_formats_string() 1221 list_for_each_entry(format, formats, list) in pmu_formats_string() 1557 static void perf_pmu__del_formats(struct list_head *formats) in perf_pmu__del_formats() argument 1561 list_for_each_entry_safe(fmt, tmp, formats, list) { in perf_pmu__del_formats()
|
/kernel/linux/linux-6.6/sound/isa/wss/ |
H A D | wss_lib.c | 1430 .formats = (SNDRV_PCM_FMTBIT_MU_LAW | SNDRV_PCM_FMTBIT_A_LAW | SNDRV_PCM_FMTBIT_IMA_ADPCM | 1451 .formats = (SNDRV_PCM_FMTBIT_MU_LAW | SNDRV_PCM_FMTBIT_A_LAW | SNDRV_PCM_FMTBIT_IMA_ADPCM | 1480 runtime->hw.formats &= ~(SNDRV_PCM_FMTBIT_IMA_ADPCM | in snd_wss_playback_open() 1485 runtime->hw.formats &= ~SNDRV_PCM_FMTBIT_MU_LAW; in snd_wss_playback_open() 1490 runtime->hw.formats = SNDRV_PCM_FMTBIT_U8 | SNDRV_PCM_FMTBIT_S16_LE; in snd_wss_playback_open() 1523 runtime->hw.formats &= ~(SNDRV_PCM_FMTBIT_IMA_ADPCM | in snd_wss_capture_open() 1530 runtime->hw.formats = SNDRV_PCM_FMTBIT_U8 | in snd_wss_capture_open()
|
/kernel/linux/linux-6.6/sound/usb/ |
H A D | pcm.c | 101 if (!(fp->formats & pcm_format_to_bits(format))) in find_format() 737 check_fmts.bits[0] = (u32)fp->formats; in hw_check_valid_format() 738 check_fmts.bits[1] = (u32)(fp->formats >> 32); in hw_check_valid_format() 741 hwc_debug(" > check: no supported format 0x%llx\n", fp->formats); in hw_check_valid_format() 955 fbits |= fp->formats; in hw_rule_format() 1089 runtime->hw.formats = subs->formats; in setup_hw_info() 1109 /* FIXME: there might be more than one audio formats... */ in setup_hw_info()
|
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | pcm.c | 1070 .formats = SNDRV_PCM_FMTBIT_S16_LE | 1193 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE, 1204 .formats = SNDRV_PCM_FMTBIT_S16_LE, 1222 .formats = SNDRV_PCM_FMTBIT_S16_LE | 1231 .formats = SNDRV_PCM_FMTBIT_S16_LE | 1301 .formats = SNDRV_PCM_FMTBIT_S16_LE | 1309 .formats = SNDRV_PCM_FMTBIT_S16_LE |
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_overlay.c | 29 #include "formats.h" 166 /* overlay formats contains alpha, for avoiding conversion with alpha information loss */ in query_formats() 225 AVFilterFormats *formats; in query_formats() local 263 formats = ff_make_format_list(main_formats); in query_formats() 264 if ((ret = ff_formats_ref(formats, &ctx->inputs[MAIN]->outcfg.formats)) < 0 || in query_formats() 265 (ret = ff_formats_ref(formats, &ctx->outputs[MAIN]->incfg.formats)) < 0) in query_formats() 269 &ctx->inputs[OVERLAY]->outcfg.formats); in query_formats()
|
H A D | avf_showspectrum.c | 361 AVFilterFormats *formats = NULL; in query_formats() local 369 /* set input audio formats */ in query_formats() 370 formats = ff_make_format_list(sample_fmts); in query_formats() 371 if ((ret = ff_formats_ref(formats, &inlink->outcfg.formats)) < 0) in query_formats() 378 formats = ff_all_samplerates(); in query_formats() 379 if ((ret = ff_formats_ref(formats, &inlink->outcfg.samplerates)) < 0) in query_formats() 383 formats = ff_make_format_list(pix_fmts); in query_formats() 384 if ((ret = ff_formats_ref(formats, &outlink->incfg.formats)) < in query_formats() [all...] |
H A D | avf_showcqt.c | 1319 AVFilterFormats *formats = NULL; in query_formats() local 1332 /* set input audio formats */ in query_formats() 1333 formats = ff_make_format_list(sample_fmts); in query_formats() 1334 if ((ret = ff_formats_ref(formats, &inlink->outcfg.formats)) < 0) in query_formats() 1341 formats = ff_all_samplerates(); in query_formats() 1342 if ((ret = ff_formats_ref(formats, &inlink->outcfg.samplerates)) < 0) in query_formats() 1346 formats = ff_make_format_list(pix_fmts); in query_formats() 1347 if ((ret = ff_formats_ref(formats, &outlink->incfg.formats)) < in query_formats() [all...] |
/third_party/alsa-lib/src/topology/ |
H A D | pcm.c | 327 caps->formats |= 1ull << format; in split_format() 430 if (strcmp(id, "formats") == 0) { in tplg_parse_stream_caps() 548 if (err >= 0 && sc->formats) { in tplg_save_stream_caps() 552 if (sc->formats & (1ULL << i)) { in tplg_save_stream_caps() 1761 caps->formats = caps_tpl->formats; in tplg_add_stream_caps() 2085 cap->formats = pcm->caps[i].formats; in tplg_decode_pcm()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | dc.c | 535 /* non-native formats */ 631 * only variants of specific formats with an alpha component, but not in tegra_plane_atomic_check() 632 * the corresponding opaque formats. However, the opaque formats can in tegra_plane_atomic_check() 789 const u32 *formats; in tegra_primary_plane_create() local 802 formats = dc->soc->primary_formats; in tegra_primary_plane_create() 806 &tegra_plane_funcs, formats, in tegra_primary_plane_create() 961 const u32 *formats; in tegra_dc_cursor_plane_create() local 979 formats = tegra_cursor_plane_formats; in tegra_dc_cursor_plane_create() 982 &tegra_plane_funcs, formats, in tegra_dc_cursor_plane_create() 1081 const u32 *formats; tegra_dc_overlay_plane_create() local [all...] |