Home
last modified time | relevance | path

Searched refs:cparams (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/audio/qsa/
DSDL_qsa_audio.c349 snd_pcm_channel_params_t cparams; in QSA_OpenDevice() local
363 QSA_InitAudioParams(&cparams); in QSA_OpenDevice()
486 cparams.format.format = format; in QSA_OpenDevice()
489 cparams.format.voices = this->spec.channels; in QSA_OpenDevice()
492 cparams.format.rate = this->spec.freq; in QSA_OpenDevice()
495 status = snd_pcm_plugin_params(this->hidden->audio_handle, &cparams); in QSA_OpenDevice()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci_pci.c200 uint32_t cparams; in xhci_pci_take_controller() local
206 cparams = XREAD4(sc, capa, XHCI_HCSPARAMS0); in xhci_pci_take_controller()
211 for (eecp = XHCI_HCS0_XECP(cparams) << 2; (eecp != 0) && XHCI_XECP_NEXT(eec); in xhci_pci_take_controller()
Dehci.c191 uint32_t cparams; in ehci_init_sub() local
195 cparams = EREAD4(sc, EHCI_HCCPARAMS); in ehci_init_sub()
197 DPRINTF("cparams=0x%x\n", cparams); in ehci_init_sub()
199 if (EHCI_HCC_64BIT(cparams)) { in ehci_init_sub()
/third_party/openssl/providers/implementations/macs/
Dkmac_prov.c300 const OSSL_PARAM cparams[] = { in kmac_init() local
304 (void)kmac_set_ctx_params(kctx, cparams); in kmac_init()
/third_party/alsa-lib/src/pcm/
Dpcm_plug.c736 static int check_access_change(snd_pcm_hw_params_t *cparams, in check_access_change() argument
760 snd_pcm_hw_param_get_mask(cparams, in check_access_change()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h82674 struct codel_params cparams; member