Home
last modified time | relevance | path

Searched defs:af (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/ffmpeg/libavutil/
Daudio_fifo.c45 void av_audio_fifo_free(AVAudioFifo *af) in av_audio_fifo_free() argument
62 AVAudioFifo *af; in av_audio_fifo_alloc() local
96 int av_audio_fifo_realloc(AVAudioFifo *af, int nb_samples) in av_audio_fifo_realloc()
112 int av_audio_fifo_write(AVAudioFifo *af, void **data, int nb_samples) in av_audio_fifo_write()
138 int av_audio_fifo_peek(AVAudioFifo *af, void **data, int nb_samples) in av_audio_fifo_peek()
157 int av_audio_fifo_peek_at(AVAudioFifo *af, void **data, int nb_samples, int offset) in av_audio_fifo_peek_at()
181 int av_audio_fifo_read(AVAudioFifo *af, void **data, int nb_samples) in av_audio_fifo_read()
201 int av_audio_fifo_drain(AVAudioFifo *af, int nb_samples) in av_audio_fifo_drain()
218 void av_audio_fifo_reset(AVAudioFifo *af) in av_audio_fifo_reset()
228 int av_audio_fifo_size(AVAudioFifo *af) in av_audio_fifo_size()
[all …]
/third_party/pulseaudio/src/pulsecore/
Darpa-inet.c34 const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt) { in inet_ntop()
79 int inet_pton(int af, const char *src, void *dst) { in inet_pton()
/third_party/curl/lib/
Dif2ip.c99 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip()
184 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip()
239 if2ip_result_t Curl_if2ip(int af, in Curl_if2ip()
Dinet_ntop.h35 #define Curl_inet_ntop(af,addr,buf,size) \ argument
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_userspace.c99 sctp_userspace_get_mtu_from_ifn(uint32_t if_index, int af) in sctp_userspace_get_mtu_from_ifn()
123 sctp_userspace_get_mtu_from_ifn(uint32_t if_index, int af) in sctp_userspace_get_mtu_from_ifn()
144 sctp_userspace_get_mtu_from_ifn(uint32_t if_index, int af) in sctp_userspace_get_mtu_from_ifn()
/third_party/libwebsockets/lib/system/dhcpclient/
Ddhcpclient.c78 lws_dhcpc_find(struct lws_context *context, const char *iface, int af) in lws_dhcpc_find()
101 lws_dhcpc_request(struct lws_context *context, const char *iface, int af, in lws_dhcpc_request()
/third_party/node/deps/cares/src/lib/
Dinet_ntop.c56 ares_inet_ntop(int af, const void *src, char *dst, ares_socklen_t size) in ares_inet_ntop()
195 ares_inet_ntop(int af, const void *src, char *dst, ares_socklen_t size) in ares_inet_ntop()
Dinet_net_pton.c375 ares_inet_net_pton(int af, const char *src, void *dst, size_t size) in ares_inet_net_pton()
388 int ares_inet_pton(int af, const char *src, void *dst) in ares_inet_pton()
/third_party/musl/src/network/
Dgethostbyname2.c8 struct hostent *gethostbyname2(const char *name, int af) in gethostbyname2()
Dgethostbyaddr.c7 struct hostent *gethostbyaddr(const void *a, socklen_t l, int af) in gethostbyaddr()
Dinet_ntop.c7 const char *inet_ntop(int af, const void *restrict a0, char *restrict s, socklen_t l) in inet_ntop()
Dinet_pton.c15 int inet_pton(int af, const char *restrict s, void *restrict a0) in inet_pton()
Dgethostbyname2_r.c11 int gethostbyname2_r(const char *name, int af, in gethostbyname2_r()
Dgethostbyaddr_r.c10 int gethostbyaddr_r(const void *a, socklen_t l, int af, in gethostbyaddr_r()
/third_party/musl/porting/liteos_a/user/src/network/
Dgethostbyaddr.c7 struct hostent *gethostbyaddr(const void *a, socklen_t l, int af) in gethostbyaddr()
Dgethostbyaddr_r.c10 int gethostbyaddr_r(const void *a, socklen_t l, int af, in gethostbyaddr_r()
/third_party/typescript/tests/baselines/reference/
DnullIsSubtypeOfEverythingButUndefined.js61 var af: typeof f; variable
148 var af; variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dip_addr.h13 int af; /* AF_INET / AF_INET6 */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dip_addr.h16 int af; /* AF_INET / AF_INET6 */ member
/third_party/node/deps/uv/src/
Dinet.c40 int uv_inet_ntop(int af, const void* src, char* dst, size_t size) { in uv_inet_ntop()
151 int uv_inet_pton(int af, const char* src, void* dst) { in uv_inet_pton()
/third_party/libuv/src/
Dinet.c40 int uv_inet_ntop(int af, const void* src, char* dst, size_t size) { in uv_inet_ntop()
151 int uv_inet_pton(int af, const char* src, void* dst) { in uv_inet_pton()
/third_party/ffmpeg/libavresample/
Daudio_data.c351 int ff_audio_data_add_to_fifo(AVAudioFifo *af, AudioData *a, int offset, in ff_audio_data_add_to_fifo()
366 int ff_audio_data_read_from_fifo(AVAudioFifo *af, AudioData *a, int nb_samples) in ff_audio_data_read_from_fifo()
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c275 lws_plat_inet_ntop(int af, const void *src, char *dst, socklen_t cnt) in lws_plat_inet_ntop()
281 lws_plat_inet_pton(int af, const char *src, void *dst) in lws_plat_inet_pton()
/third_party/libwebsockets/lib/plat/optee/
Dnetwork.c246 lws_plat_inet_ntop(int af, const void *src, char *dst, socklen_t cnt) in lws_plat_inet_ntop()
253 lws_plat_inet_pton(int af, const char *src, void *dst) in lws_plat_inet_pton()
/third_party/toybox/toys/pending/
Dlsof.c138 static void scan_unix(char *line, int af, char type) in scan_unix()
151 static void scan_netlink(char *line, int af, char type) in scan_netlink()
170 static void scan_ip(char *line, int af, char type) in scan_ip()

1234