Home
last modified time | relevance | path

Searched refs:schannel (Results 1 - 7 of 7) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_route.c793 long schannel; in determine_chmap() local
797 if (safe_strtol(id, &schannel) >= 0) in determine_chmap()
1097 long schannel; in _snd_pcm_route_determine_ttable() local
1101 err = strtochannel(id, chmap, &schannel, 1); in _snd_pcm_route_determine_ttable()
1106 if (schannel + 1 > ssize) in _snd_pcm_route_determine_ttable()
1107 ssize = schannel + 1; in _snd_pcm_route_determine_ttable()
1197 long schannel = scha[k]; in _snd_pcm_route_load_ttable() local
1198 if (schannel < 0 || (unsigned int) schannel > tt_ssize || in _snd_pcm_route_load_ttable()
1199 (schannels > 0 && schannel > in _snd_pcm_route_load_ttable()
[all...]
H A Dpcm_share.c1707 long schannel = -1; in _snd_pcm_share_open() local
1711 err = snd_config_get_integer(n, &schannel); in _snd_pcm_share_open()
1715 assert(schannel >= 0); in _snd_pcm_share_open()
1716 assert(schannels <= 0 || schannel < schannels); in _snd_pcm_share_open()
1717 channels_map[cchannel] = schannel; in _snd_pcm_share_open()
1718 if ((unsigned)schannel > schannel_max) in _snd_pcm_share_open()
1719 schannel_max = schannel; in _snd_pcm_share_open()
H A Dpcm_direct.c1765 long cchannel, schannel; local
1769 if (snd_config_get_integer(n, &schannel) < 0) {
1774 if (schannel < 0 || schannel >= params->channels) {
1776 schannel, cchannel);
1780 bindings[cchannel] = schannel;
H A Dpcm_multi.c1359 long schannel = -1; in _snd_pcm_multi_open() local
1399 err = snd_config_get_integer(n, &schannel); in _snd_pcm_multi_open()
1415 if (schannel < 0 || in _snd_pcm_multi_open()
1416 (unsigned int) schannel >= slaves_channels[slave]) { in _snd_pcm_multi_open()
1417 SNDERR("Invalid or missing schannel for channel %s", id); in _snd_pcm_multi_open()
1422 channels_schannel[cchannel] = schannel; in _snd_pcm_multi_open()
/third_party/curl/lib/vtls/
H A Dschannel.h52 #include <schannel.h>
/third_party/curl/tests/
H A Druntests.pl531 if ($libcurl =~ /\s(winssl|schannel)\b/i) {
/third_party/ffmpeg/
H A Dconfigure323 --disable-schannel disable SChannel SSP, needed for TLS support on
1765 schannel
3590 tls_protocol_deps_any="gnutls openssl schannel securetransport libtls mbedtls"
6787 enabled schannel &&
6791 disable schannel

Completed in 18 milliseconds