Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/third_party/pulseaudio/src/pulsecore/
Dsvolume_c.c32 unsigned channel; in pa_volume_u8_c() local
46 unsigned channel; in pa_volume_alaw_c() local
60 unsigned channel; in pa_volume_ulaw_c() local
74 unsigned channel; in pa_volume_s16ne_c() local
90 unsigned channel; in pa_volume_s16re_c() local
106 unsigned channel; in pa_volume_float32ne_c() local
119 unsigned channel; in pa_volume_float32re_c() local
136 unsigned channel; in pa_volume_s32ne_c() local
154 unsigned channel; in pa_volume_s32re_c() local
172 unsigned channel; in pa_volume_s24ne_c() local
[all …]
Dmix.c39 unsigned channel, nchannels, padding; in calc_linear_integer_volume() local
54 unsigned channel, nchannels, padding; in calc_linear_float_volume() local
69 unsigned k, channel; in calc_linear_integer_stream_volumes() local
88 unsigned k, channel; in calc_linear_float_stream_volumes() local
173 unsigned channel = 0; in pa_mix2_s16ne() local
218 unsigned channel = 0; in pa_mix_generic_s16ne() local
257 unsigned channel = 0; in pa_mix_s16re_c() local
283 unsigned channel = 0; in pa_mix_s32ne_c() local
313 unsigned channel = 0; in pa_mix_s32re_c() local
343 unsigned channel = 0; in pa_mix_s24ne_c() local
[all …]
/third_party/node/deps/cares/src/lib/
Dares__socket.c62 ares_ssize_t ares__socket_recvfrom(ares_channel_t *channel, ares_socket_t s, in ares__socket_recvfrom()
80 ares_ssize_t ares__socket_recv(ares_channel_t *channel, ares_socket_t s, in ares__socket_recv()
173 ares_channel_t *channel = server->channel; in configure_socket() local
240 ares_status_t ares__open_connection(ares_channel_t *channel, in ares__open_connection()
395 ares_socket_t ares__open_socket(ares_channel_t *channel, int af, int type, in ares__open_socket()
406 int ares__connect_socket(ares_channel_t *channel, ares_socket_t sockfd, in ares__connect_socket()
417 void ares__close_socket(ares_channel_t *channel, ares_socket_t s) in ares__close_socket()
438 ares_ssize_t ares__socket_write(ares_channel_t *channel, ares_socket_t s, in ares__socket_write()
450 void ares_set_socket_callback(ares_channel_t *channel, in ares_set_socket_callback()
460 void ares_set_socket_configure_callback(ares_channel_t *channel, in ares_set_socket_configure_callback()
[all …]
Dares_update_servers.c500 static unsigned short ares__sconfig_get_port(const ares_channel_t *channel, in ares__sconfig_get_port()
517 static ares__slist_node_t *ares__server_find(ares_channel_t *channel, in ares__server_find()
543 static ares_bool_t ares__server_isdup(const ares_channel_t *channel, in ares__server_isdup()
574 static ares_status_t ares__server_create(ares_channel_t *channel, in ares__server_create()
642 const ares_channel_t *channel = server->channel; in ares__server_in_newconfig() local
666 static void ares__servers_remove_stale(ares_channel_t *channel, in ares__servers_remove_stale()
683 static void ares__servers_trim_single(ares_channel_t *channel) in ares__servers_trim_single()
690 ares_status_t ares__servers_update(ares_channel_t *channel, in ares__servers_update()
911 int ares_get_servers(ares_channel_t *channel, struct ares_addr_node **servers) in ares_get_servers()
965 int ares_get_servers_ports(ares_channel_t *channel, in ares_get_servers_ports()
[all …]
Dares_process.c77 const ares_channel_t *channel = server->channel; in server_increment_failures() local
90 const ares_channel_t *channel = server->channel; in server_set_good() local
139 static void processfds(ares_channel_t *channel, fd_set *read_fds, in processfds()
163 void ares_process(ares_channel_t *channel, fd_set *read_fds, fd_set *write_fds) in ares_process()
171 void ares_process_fd(ares_channel_t *channel, in ares_process_fd()
210 static void write_tcp_data(ares_channel_t *channel, fd_set *write_fds, in write_tcp_data()
275 static void read_tcp_data(ares_channel_t *channel, in read_tcp_data()
372 static ares_socket_t *channel_socket_list(const ares_channel_t *channel, in channel_socket_list()
413 static void read_udp_packets_fd(ares_channel_t *channel, in read_udp_packets_fd()
478 static void read_packets(ares_channel_t *channel, fd_set *read_fds, in read_packets()
[all …]
Dares_init.c129 static ares_status_t init_by_defaults(ares_channel_t *channel) in init_by_defaults()
299 ares_channel_t *channel; in ares_init_options() local
418 ares_status_t ares_reinit(ares_channel_t *channel) in ares_reinit()
526 void ares_set_local_ip4(ares_channel_t *channel, unsigned int local_ip) in ares_set_local_ip4()
537 void ares_set_local_ip6(ares_channel_t *channel, const unsigned char *local_ip6) in ares_set_local_ip6()
548 void ares_set_local_dev(ares_channel_t *channel, const char *local_dev_name) in ares_set_local_dev()
561 int ares_set_sortlist(ares_channel_t *channel, const char *sortstr) in ares_set_sortlist()
Dares_options.c56 static struct in_addr *ares_save_opt_servers(ares_channel_t *channel, in ares_save_opt_servers()
85 int ares_save_options(ares_channel_t *channel, struct ares_options *options, in ares_save_options()
237 static ares_status_t ares__init_options_servers(ares_channel_t *channel, in ares__init_options_servers()
256 ares_status_t ares__init_by_options(ares_channel_t *channel, in ares__init_by_options()
Dares_send.c40 static unsigned short generate_unique_qid(ares_channel_t *channel) in generate_unique_qid()
51 ares_status_t ares_send_ex(ares_channel_t *channel, const unsigned char *qbuf, in ares_send_ex()
153 void ares_send(ares_channel_t *channel, const unsigned char *qbuf, int qlen, in ares_send()
167 size_t ares_queue_active_queries(ares_channel_t *channel) in ares_queue_active_queries()
Dares_destroy.c35 void ares_destroy(ares_channel_t *channel) in ares_destroy()
125 void ares__destroy_servers_state(ares_channel_t *channel) in ares__destroy_servers_state()
/third_party/node/lib/internal/child_process/
Dserialization.js55 initMessageChannel(channel) { argument
61 *parseChannelMessages(channel, readData) { argument
104 writeChannelMessage(channel, req, message, handle) { argument
132 initMessageChannel(channel) { argument
137 *parseChannelMessages(channel, readData) { argument
158 writeChannelMessage(channel, req, message, handle) { argument
/third_party/libdrm/tegra/
Dchannel.c42 struct drm_tegra_channel *channel; in drm_tegra_channel_open() local
110 drm_public int drm_tegra_channel_close(struct drm_tegra_channel *channel) in drm_tegra_channel_close()
134 drm_tegra_channel_get_version(struct drm_tegra_channel *channel) in drm_tegra_channel_get_version()
140 drm_tegra_channel_map(struct drm_tegra_channel *channel, in drm_tegra_channel_map()
177 struct drm_tegra_channel *channel = map->channel; in drm_tegra_channel_unmap() local
Djob.c65 drm_tegra_job_new(struct drm_tegra_channel *channel, in drm_tegra_job_new()
134 struct drm_tegra_channel *channel = job->channel; in drm_tegra_job_submit() local
169 struct drm_tegra_channel *channel = job->channel; in drm_tegra_job_wait() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_macsec_qca.c498 u32 *channel) in macsec_qca_lookup_channel()
516 u32 channel) in macsec_qca_register_channel()
524 u32 *channel) in macsec_qca_lookup_receive_channel()
533 u32 channel) in macsec_qca_register_receive_channel()
542 u32 *channel) in macsec_qca_lookup_transmit_channel()
551 u32 channel) in macsec_qca_register_transmit_channel()
565 u32 channel; in macsec_qca_get_receive_lowest_pn() local
593 u32 channel; in macsec_qca_get_transmit_next_pn() local
612 u32 channel; in macsec_qca_set_transmit_next_pn() local
627 static int macsec_qca_get_available_receive_sc(void *priv, u32 *channel) in macsec_qca_get_available_receive_sc()
[all …]
/third_party/alsa-utils/alsamixer/
Dvolume_mapping.c84 snd_mixer_selem_channel_id_t channel, in get_normalized_volume()
121 snd_mixer_selem_channel_id_t channel, in set_normalized_volume()
154 snd_mixer_selem_channel_id_t channel) in get_normalized_playback_volume()
160 snd_mixer_selem_channel_id_t channel) in get_normalized_capture_volume()
166 snd_mixer_selem_channel_id_t channel, in set_normalized_playback_volume()
174 snd_mixer_selem_channel_id_t channel, in set_normalized_capture_volume()
/third_party/alsa-utils/amixer/
Dvolume_mapping.c84 snd_mixer_selem_channel_id_t channel, in get_normalized_volume()
121 snd_mixer_selem_channel_id_t channel, in set_normalized_volume()
154 snd_mixer_selem_channel_id_t channel) in get_normalized_playback_volume()
160 snd_mixer_selem_channel_id_t channel) in get_normalized_capture_volume()
166 snd_mixer_selem_channel_id_t channel, in set_normalized_playback_volume()
174 snd_mixer_selem_channel_id_t channel, in set_normalized_capture_volume()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_macsec_qca.c520 u32 *channel) in macsec_qca_lookup_channel()
538 u32 channel) in macsec_qca_register_channel()
546 u32 *channel) in macsec_qca_lookup_receive_channel()
555 u32 channel) in macsec_qca_register_receive_channel()
564 u32 *channel) in macsec_qca_lookup_transmit_channel()
573 u32 channel) in macsec_qca_register_transmit_channel()
587 u32 channel; in macsec_qca_get_receive_lowest_pn() local
615 u32 channel; in macsec_qca_get_transmit_next_pn() local
634 u32 channel; in macsec_qca_set_transmit_next_pn() local
649 static int macsec_qca_get_available_receive_sc(void *priv, u32 *channel) in macsec_qca_get_available_receive_sc()
[all …]
/third_party/node/test/parallel/
Dtest-worker-message-channel.js10 const channel = new MessageChannel(); constant
23 const channel = new MessageChannel(); constant
31 const channel = new MessageChannel(); constant
/third_party/node/deps/openssl/openssl/crypto/
Dtrace.c64 static int trace_write(BIO *channel, in trace_write()
75 static int trace_puts(BIO *channel, const char *str) in trace_puts()
85 static long trace_ctrl(BIO *channel, int cmd, long argl, void *argp) in trace_ctrl()
101 static int trace_free(BIO *channel) in trace_free()
242 static int set_trace_data(int category, int type, BIO **channel, in set_trace_data()
339 BIO *channel = NULL; in ossl_trace_cleanup() local
357 int OSSL_trace_set_channel(int category, BIO *channel) in OSSL_trace_set_channel()
394 BIO *channel = NULL; in OSSL_trace_set_callback() local
471 BIO *channel = NULL; in OSSL_trace_begin() local
503 void OSSL_trace_end(int category, BIO * channel) in OSSL_trace_end()
/third_party/openssl/crypto/
Dtrace.c64 static int trace_write(BIO *channel, in trace_write()
75 static int trace_puts(BIO *channel, const char *str) in trace_puts()
85 static long trace_ctrl(BIO *channel, int cmd, long argl, void *argp) in trace_ctrl()
101 static int trace_free(BIO *channel) in trace_free()
242 static int set_trace_data(int category, int type, BIO **channel, in set_trace_data()
339 BIO *channel = NULL; in ossl_trace_cleanup() local
357 int OSSL_trace_set_channel(int category, BIO *channel) in OSSL_trace_set_channel()
394 BIO *channel = NULL; in OSSL_trace_set_callback() local
471 BIO *channel = NULL; in OSSL_trace_begin() local
503 void OSSL_trace_end(int category, BIO * channel) in OSSL_trace_end()
/third_party/ffmpeg/libavcodec/
Daptxdec.c85 static void aptx_decode_channel(Channel *channel, int32_t samples[4]) in aptx_decode_channel()
94 static void aptx_unpack_codeword(Channel *channel, uint16_t codeword) in aptx_unpack_codeword()
104 static void aptxhd_unpack_codeword(Channel *channel, uint32_t codeword) in aptxhd_unpack_codeword()
118 int channel, ret; in aptx_decode_samples() local
144 int pos, opos, channel, sample, ret; in aptx_decode_frame() local
/third_party/alsa-lib/src/mixer/
Dsimple.c219 const char *snd_mixer_selem_channel_name(snd_mixer_selem_channel_id_t channel) in snd_mixer_selem_channel_name()
268 … snd_mixer_selem_has_playback_channel(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel) in snd_mixer_selem_has_playback_channel()
398 …d_mixer_selem_get_playback_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, lo… in snd_mixer_selem_get_playback_volume()
412 int snd_mixer_selem_get_playback_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, l… in snd_mixer_selem_get_playback_dB()
432 …d_mixer_selem_get_playback_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, in… in snd_mixer_selem_get_playback_switch()
446 …d_mixer_selem_set_playback_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, lo… in snd_mixer_selem_set_playback_volume()
462 int snd_mixer_selem_set_playback_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, l… in snd_mixer_selem_set_playback_dB()
524 …d_mixer_selem_set_playback_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, in… in snd_mixer_selem_set_playback_switch()
573 …t snd_mixer_selem_has_capture_channel(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel) in snd_mixer_selem_has_capture_channel()
730 int snd_mixer_selem_get_capture_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel in snd_mixer_selem_get_capture_volume()
[all …]
/third_party/libdrm/tests/tegra/
Dvic-flip.c35 static int clear(struct vic *vic, struct drm_tegra_channel *channel, in clear()
104 static int fill(struct vic *vic, struct drm_tegra_channel *channel, in fill()
174 static int flip(struct vic *vic, struct drm_tegra_channel *channel, in flip()
248 struct drm_tegra_channel *channel; in main() local
Dvic-blit.c35 static int clear(struct vic *vic, struct drm_tegra_channel *channel, in clear()
104 static int fill(struct vic *vic, struct drm_tegra_channel *channel, in fill()
174 static int blit(struct vic *vic, struct drm_tegra_channel *channel, in blit()
248 struct drm_tegra_channel *channel; in main() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dop_classes.c43 static int get_center_80mhz(struct hostapd_hw_modes *mode, u8 channel) in get_center_80mhz()
65 static enum chan_allowed verify_80mhz(struct hostapd_hw_modes *mode, u8 channel) in verify_80mhz()
100 static int get_center_160mhz(struct hostapd_hw_modes *mode, u8 channel) in get_center_160mhz()
123 u8 channel) in verify_160mhz()
162 enum chan_allowed verify_channel(struct hostapd_hw_modes *mode, u8 channel, in verify_channel()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dop_classes.c50 static int get_center_80mhz(struct hostapd_hw_modes *mode, u8 channel, in get_center_80mhz()
73 u8 op_class, u8 channel) in verify_80mhz()
123 static int get_center_160mhz(struct hostapd_hw_modes *mode, u8 channel, in get_center_160mhz()
146 u8 op_class, u8 channel) in verify_160mhz()
200 u8 channel, u8 bw) in verify_channel()
441 u8 *channel) in wpas_sta_secondary_channel_offset()

12345678910>>...16