/third_party/pulseaudio/src/pulsecore/ |
H A D | sink-input.h | 361 bool pa_sink_input_new_data_set_formats(pa_sink_input_new_data *data, pa_idxset *formats);
|
H A D | source-output.h | 298 bool pa_source_output_new_data_set_formats(pa_source_output_new_data *data, pa_idxset *formats);
|
H A D | sink.c | 3891 /* Gets the list of formats supported by the sink. The members and idxset must 3914 /* Allows an external source to set what formats a sink supports if the sink 3915 * permits this. The function makes a copy of the formats on success. */ 3916 bool pa_sink_set_formats(pa_sink *s, pa_idxset *formats) { in pa_sink_set_formats() argument 3918 pa_assert(formats); in pa_sink_set_formats() 3921 /* Sink supports setting formats -- let's give it a shot */ in pa_sink_set_formats() 3922 return s->set_formats(s, formats); in pa_sink_set_formats() 3931 pa_idxset *formats = NULL; in pa_sink_check_format() local 3937 formats = pa_sink_get_formats(s); in pa_sink_check_format() 3939 if (formats) { in pa_sink_check_format() [all...] |
/third_party/skia/src/gpu/vk/ |
H A D | GrVkCaps.h | 155 // does not support external android formats which is where the majority of ycbcr images are 381 void setColorType(GrColorType, std::initializer_list<VkFormat> formats);
|
/kernel/linux/linux-5.10/sound/core/oss/ |
H A D | pcm_oss.c | 617 /* define extended formats in the recent OSS versions (if any) */ 618 /* linear formats */ 625 /* other supported formats */ 629 /* unsupported formats */ 1837 unsigned int formats = 0; in snd_pcm_oss_get_formats() local 1867 formats |= f; in snd_pcm_oss_get_formats() 1873 return err < 0 ? err : formats; in snd_pcm_oss_get_formats() 1878 int formats, idx; in snd_pcm_oss_set_format() local 1882 formats = snd_pcm_oss_get_formats(pcm_oss_file); in snd_pcm_oss_set_format() 1883 if (formats < in snd_pcm_oss_set_format() [all...] |
/kernel/linux/linux-6.6/sound/core/oss/ |
H A D | pcm_oss.c | 617 /* define extended formats in the recent OSS versions (if any) */ 618 /* linear formats */ 625 /* other supported formats */ 629 /* unsupported formats */ 1851 unsigned int formats = 0; in snd_pcm_oss_get_formats() local 1882 formats |= f; in snd_pcm_oss_get_formats() 1888 return err < 0 ? err : formats; in snd_pcm_oss_get_formats() 1893 int formats, idx; in snd_pcm_oss_set_format() local 1897 formats = snd_pcm_oss_get_formats(pcm_oss_file); in snd_pcm_oss_set_format() 1898 if (formats < in snd_pcm_oss_set_format() [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-ioctl.c | 468 static const struct v4l2_fmtdesc formats[] = { in cx18_enum_fmt_vid_cap() local 490 if (fmt->index > ARRAY_SIZE(formats) - 1) in cx18_enum_fmt_vid_cap() 492 *fmt = formats[fmt->index]; in cx18_enum_fmt_vid_cap()
|
/kernel/linux/linux-5.10/sound/ppc/ |
H A D | pmac.c | 487 .formats = SNDRV_PCM_FMTBIT_S16_BE | SNDRV_PCM_FMTBIT_S16_LE, 506 .formats = SNDRV_PCM_FMTBIT_S16_BE | SNDRV_PCM_FMTBIT_S16_LE, 579 runtime->hw.formats = chip->formats_ok; in snd_pmac_pcm_open()
|
/kernel/linux/linux-5.10/sound/soc/bcm/ |
H A D | cygnus-ssp.c | 1170 .formats = SNDRV_PCM_FMTBIT_S16_LE | \ 1177 .formats = SNDRV_PCM_FMTBIT_S16_LE | \ 1195 .formats = SNDRV_PCM_FMTBIT_S16_LE |
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | cpcap.c | 1409 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FORMAT_S24_LE, 1421 .formats = SNDRV_PCM_FMTBIT_S16_LE, 1428 .formats = SNDRV_PCM_FMTBIT_S16_LE,
|
H A D | cros_ec_codec.c | 373 .formats = SNDRV_PCM_FMTBIT_S16_LE | 802 .formats = SNDRV_PCM_FMTBIT_S16_LE, 876 .formats = SNDRV_PCM_FMTBIT_S16_LE, in wov_pcm_open()
|
H A D | cs35l35.c | 685 .formats = CS35L35_FORMATS, 692 .formats = CS35L35_FORMATS, 705 .formats = CS35L35_FORMATS,
|
H A D | max98088.c | 1388 .formats = MAX98088_FORMATS, 1395 .formats = MAX98088_FORMATS, 1406 .formats = MAX98088_FORMATS,
|
H A D | rt711.c | 1105 .formats = RT711_FORMATS, 1112 .formats = RT711_FORMATS, 1124 .formats = RT711_FORMATS,
|
H A D | tlv320aic31xx.c | 1405 .formats = AIC31XX_FORMATS, 1420 .formats = AIC31XX_FORMATS, 1427 .formats = AIC31XX_FORMATS,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/mcde/ |
H A D | mcde_display.c | 724 * DPI specification and the media bus formats. in mcde_configure_fifo() 1489 static const u32 formats[] = { in mcde_display_init() local 1514 formats, ARRAY_SIZE(formats), in mcde_display_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/ |
H A D | hub.c | 48 /* planar formats */ 769 const u32 *formats; in tegra_shared_plane_create() local 788 formats = tegra_shared_plane_formats; in tegra_shared_plane_create() 792 &tegra_plane_funcs, formats, in tegra_shared_plane_create()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | rt712-sdca.c | 1152 .formats = RT712_FORMATS, 1159 .formats = RT712_FORMATS, 1171 .formats = RT712_FORMATS,
|
H A D | tlv320aic31xx.c | 1438 .formats = AIC31XX_FORMATS, 1453 .formats = AIC31XX_FORMATS, 1460 .formats = AIC31XX_FORMATS,
|
H A D | tlv320aic32x4.c | 942 .formats = AIC32X4_FORMATS,}, 948 .formats = AIC32X4_FORMATS,}, 1143 .formats = AIC32X4_FORMATS,},
|
H A D | cpcap.c | 1532 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FORMAT_S24_LE, 1544 .formats = SNDRV_PCM_FMTBIT_S16_LE, 1551 .formats = SNDRV_PCM_FMTBIT_S16_LE,
|
H A D | lpass-va-macro.c | 943 .formats = VA_MACRO_FORMATS, 957 .formats = VA_MACRO_FORMATS, 971 .formats = VA_MACRO_FORMATS,
|
H A D | max98088.c | 1387 .formats = MAX98088_FORMATS, 1394 .formats = MAX98088_FORMATS, 1405 .formats = MAX98088_FORMATS,
|
H A D | cs35l35.c | 685 .formats = CS35L35_FORMATS, 692 .formats = CS35L35_FORMATS, 705 .formats = CS35L35_FORMATS,
|
/kernel/linux/linux-6.6/sound/soc/bcm/ |
H A D | cygnus-ssp.c | 1160 .formats = SNDRV_PCM_FMTBIT_S16_LE | \ 1167 .formats = SNDRV_PCM_FMTBIT_S16_LE | \ 1185 .formats = SNDRV_PCM_FMTBIT_S16_LE |
|