/kernel/linux/linux-6.6/sound/soc/hisilicon/ |
H A D | hi6210-i2s.c | 526 .formats = SNDRV_PCM_FMTBIT_S16_LE | 533 .formats = SNDRV_PCM_FMTBIT_S16_LE |
|
/kernel/linux/linux-6.6/sound/soc/ti/ |
H A D | omap-mcpdm.c | 513 .formats = OMAP_MCPDM_FORMATS, 520 .formats = OMAP_MCPDM_FORMATS,
|
/kernel/linux/linux-6.6/sound/soc/samsung/ |
H A D | pcm.c | 462 .formats = SNDRV_PCM_FMTBIT_S16_LE, \ 468 .formats = SNDRV_PCM_FMTBIT_S16_LE, \
|
/kernel/linux/linux-6.6/sound/soc/sti/ |
H A D | sti_uniperif.c | 459 stream->formats = uni->hw->formats; in sti_uniperiph_cpu_dai_of()
|
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra30_i2s.c | 320 .formats = SNDRV_PCM_FMTBIT_S16_LE, 327 .formats = SNDRV_PCM_FMTBIT_S16_LE,
|
/kernel/linux/linux-6.6/sound/usb/line6/ |
H A D | pod.c | 128 .formats = SNDRV_PCM_FMTBIT_S24_3LE, 145 .formats = SNDRV_PCM_FMTBIT_S24_3LE,
|
H A D | toneport.c | 81 .formats = SNDRV_PCM_FMTBIT_S16_LE, 98 .formats = SNDRV_PCM_FMTBIT_S16_LE,
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_resample.c | 35 #include "formats.h" 105 if ((ret = ff_formats_ref (in_formats, &inlink->outcfg.formats )) < 0 || in query_formats() 106 (ret = ff_formats_ref (out_formats, &outlink->incfg.formats )) < 0 || in query_formats()
|
H A D | vf_overlay_qsv.c | 35 #include "formats.h" 281 av_log(ctx, AV_LOG_ERROR, "Mixing hardware and software pixel formats is not supported.\n"); in config_output() 383 ret = ff_formats_ref(ff_make_format_list(main_in_fmts), &ctx->inputs[i]->outcfg.formats); in overlay_qsv_query_formats() 388 ret = ff_formats_ref(ff_make_format_list(out_pix_fmts), &ctx->outputs[0]->incfg.formats); in overlay_qsv_query_formats()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vdpau.c | 174 av_log(ctx, AV_LOG_ERROR, "Error querying the supported pixel formats\n"); in vdpau_device_init() 307 enum AVPixelFormat **formats) in vdpau_transfer_get_formats() 315 "No target formats are supported for this chroma type\n"); in vdpau_transfer_get_formats() 324 *formats = fmts; in vdpau_transfer_get_formats() 305 vdpau_transfer_get_formats(AVHWFramesContext *ctx, enum AVHWFrameTransferDirection dir, enum AVPixelFormat **formats) vdpau_transfer_get_formats() argument
|
H A D | hwcontext_cuda.c | 205 enum AVPixelFormat **formats) in cuda_transfer_get_formats() 216 *formats = fmts; in cuda_transfer_get_formats() 203 cuda_transfer_get_formats(AVHWFramesContext *ctx, enum AVHWFrameTransferDirection dir, enum AVPixelFormat **formats) cuda_transfer_get_formats() argument
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | egl_dri2.h | 204 struct dri2_wl_formats formats; member 287 struct dri2_wl_formats formats; member
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_util.c | 38 static const DXGI_FORMAT formats[PIPE_FORMAT_COUNT] = { variable 155 return formats[in]; in dzn_pipe_to_dxgi_format()
|
/third_party/pulseaudio/src/pulse/ |
H A D | introspect.h | 290 uint8_t n_formats; /**< Number of formats supported by the sink. \since 1.0 */ 291 pa_format_info **formats; /**< Array of formats supported by the sink. \since 1.0 */ member 395 uint8_t n_formats; /**< Number of formats supported by the source. \since 1.0 */ 396 pa_format_info **formats; /**< Array of formats supported by the source. \since 1.0 */ member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageBlockShapes.cpp | 465 for (size_t formatNdx = 0; formatNdx < imageParameters[imageTypeNdx].formats.size(); ++formatNdx) in createImageBlockShapesTests() 467 VkFormat format = imageParameters[imageTypeNdx].formats[formatNdx].format; in createImageBlockShapesTests() 477 // skip test for images with odd sizes for some YCbCr formats in createImageBlockShapesTests()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink.h | 259 /* Called to get the list of formats supported by the sink, sorted 263 /* Called to set the list of formats supported by the sink. Can be 266 * set). Makes a copy of the formats passed in. */ 267 bool (*set_formats)(pa_sink *s, pa_idxset *formats); /* may be NULL */ 516 /* Returns a copy of the sink formats. TODO: Get rid of this function (or at 517 * least get rid of the copying). There's no good reason to copy the formats 518 * every time someone wants to know what formats the sink supports. The formats 523 bool pa_sink_set_formats(pa_sink *s, pa_idxset *formats);
|
/third_party/python/Lib/distutils/command/ |
H A D | bdist_rpm.py | 292 sdist.formats = ['bztar'] 294 sdist.formats = ['gztar']
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageBlockShapes.cpp | 468 for (size_t formatNdx = 0; formatNdx < imageParameters[imageTypeNdx].formats.size(); ++formatNdx) in createImageBlockShapesTests() 470 VkFormat format = imageParameters[imageTypeNdx].formats[formatNdx].format; in createImageBlockShapesTests() 480 // skip test for images with odd sizes for some YCbCr formats in createImageBlockShapesTests()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | rt5677.c | 5076 .formats = RT5677_FORMATS, 5083 .formats = RT5677_FORMATS, 5095 .formats = RT5677_FORMATS, 5102 .formats = RT5677_FORMATS, 5114 .formats = RT5677_FORMATS, 5121 .formats = RT5677_FORMATS, 5133 .formats = RT5677_FORMATS, 5140 .formats = RT5677_FORMATS, 5152 .formats = RT5677_FORMATS, 5159 .formats [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | rt5677.c | 5046 .formats = RT5677_FORMATS, 5053 .formats = RT5677_FORMATS, 5065 .formats = RT5677_FORMATS, 5072 .formats = RT5677_FORMATS, 5084 .formats = RT5677_FORMATS, 5091 .formats = RT5677_FORMATS, 5103 .formats = RT5677_FORMATS, 5110 .formats = RT5677_FORMATS, 5122 .formats = RT5677_FORMATS, 5129 .formats [all...] |
/kernel/linux/linux-5.10/sound/atmel/ |
H A D | ac97c.c | 72 .formats = (SNDRV_PCM_FMTBIT_S16_BE 99 runtime->hw.formats = pcm_format_to_bits(chip->cur_format); in atmel_ac97c_playback_open() 118 runtime->hw.formats = pcm_format_to_bits(chip->cur_format); in atmel_ac97c_capture_open()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mcde/ |
H A D | mcde_display.c | 1245 static const u32 formats[] = { in mcde_display_init() local 1266 formats, ARRAY_SIZE(formats), in mcde_display_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | hub.c | 43 /* planar formats */ 565 const u32 *formats; in tegra_shared_plane_create() local 581 formats = tegra_shared_plane_formats; in tegra_shared_plane_create() 585 &tegra_plane_funcs, formats, in tegra_shared_plane_create()
|
/kernel/linux/linux-6.6/sound/atmel/ |
H A D | ac97c.c | 71 .formats = (SNDRV_PCM_FMTBIT_S16_BE 98 runtime->hw.formats = pcm_format_to_bits(chip->cur_format); in atmel_ac97c_playback_open() 117 runtime->hw.formats = pcm_format_to_bits(chip->cur_format); in atmel_ac97c_capture_open()
|
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
H A D | q6apm-dai.c | 49 .descriptor[0].formats = 0, 93 .formats = (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE), 112 .formats = (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE),
|