/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8727.c | 46 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE,
|
H A D | spdif_transmitter.c | 56 .formats = STUB_FORMATS,
|
H A D | spdif_receiver.c | 56 .formats = STUB_FORMATS,
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_writeback.h | 39 * DRM blob property data for the pixel formats list on writeback 153 const u32 *formats, int n_formats);
|
H A D | drm_simple_kms_helper.h | 180 const uint32_t *formats, unsigned int format_count,
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_csi2.h | 58 struct v4l2_mbus_framefmt formats[CSI2_PADS_NUM]; member
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/ |
H A D | camss-ispif.h | 46 const u32 *formats; member
|
H A D | camss-video.h | 51 const struct camss_format_info *formats; member
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | spdif_transmitter.c | 55 .formats = STUB_FORMATS,
|
H A D | spdif_receiver.c | 55 .formats = STUB_FORMATS,
|
H A D | ads117x.c | 54 .formats = ADS117X_FORMATS,},
|
H A D | wm8727.c | 46 .formats = SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE,
|
/kernel/linux/linux-6.6/sound/pci/echoaudio/ |
H A D | darla20.c | 66 .formats = SNDRV_PCM_FMTBIT_U8 |
|
H A D | gina20.c | 70 .formats = SNDRV_PCM_FMTBIT_U8 |
|
H A D | indigo.c | 71 .formats = SNDRV_PCM_FMTBIT_U8 |
|
H A D | darla24.c | 71 .formats = SNDRV_PCM_FMTBIT_U8 |
|
H A D | indigoiox.c | 72 .formats = SNDRV_PCM_FMTBIT_U8 |
|
H A D | indigoio.c | 72 .formats = SNDRV_PCM_FMTBIT_U8 |
|
H A D | indigodjx.c | 71 .formats = SNDRV_PCM_FMTBIT_U8 |
|
H A D | indigodj.c | 71 .formats = SNDRV_PCM_FMTBIT_U8 |
|
/third_party/PyYAML/ |
H A D | Makefile | 37 @# ${PYTHON} setup.py --with-libyaml sdist --formats=zip,gztar 38 ${PYTHON} setup.py --with-libyaml sdist --formats=gztar
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | ICUTagletAdapter.java | 13 import com.sun.tools.doclets.formats.html.markup.RawHtml;
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanInfo.h | 75 std::vector<VkSurfaceFormatKHR> formats; member
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-pcm.c | 528 hw->formats = ULLONG_MAX; in soc_pcm_hw_init() 554 hw->formats &= p->formats; in soc_pcm_hw_update_format() 640 u64 formats = hw->formats; in soc_pcm_init_runtime_hw() local 649 if (formats) in soc_pcm_init_runtime_hw() 650 hw->formats &= formats; in soc_pcm_init_runtime_hw() 760 err_msg = "formats"; in soc_hw_sanity_check() 761 if (!hw->formats) in soc_hw_sanity_check() 1689 u64 formats = hw->formats; dpcm_runtime_setup_fe() local [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | sink-input.c | 246 pa_idxset *formats = NULL; in pa_sink_input_new_data_set_sink() local 260 /* Extended API: let's see if this sink supports the formats the client can provide */ in pa_sink_input_new_data_set_sink() 261 formats = pa_sink_check_formats(s, data->req_formats); in pa_sink_input_new_data_set_sink() 263 if (formats && !pa_idxset_isempty(formats)) { in pa_sink_input_new_data_set_sink() 264 /* Sink supports at least one of the requested formats */ in pa_sink_input_new_data_set_sink() 273 data->nego_formats = formats; in pa_sink_input_new_data_set_sink() 275 /* Sink doesn't support any of the formats requested by the client */ in pa_sink_input_new_data_set_sink() 276 if (formats) in pa_sink_input_new_data_set_sink() 277 pa_idxset_free(formats, (pa_free_cb_ in pa_sink_input_new_data_set_sink() 285 pa_sink_input_new_data_set_formats(pa_sink_input_new_data *data, pa_idxset *formats) pa_sink_input_new_data_set_formats() argument 385 pa_idxset *formats; pa_sink_input_new() local [all...] |