Home
last modified time | relevance | path

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

12345

/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, unsigned int remote_scope, in Curl_if2ip()
184 if2ip_result_t Curl_if2ip(int af, unsigned int remote_scope, in Curl_if2ip()
233 if2ip_result_t Curl_if2ip(int af, unsigned int remote_scope, in Curl_if2ip()
Dinet_ntop.h33 #define Curl_inet_ntop(af,addr,buf,size) \ argument
/third_party/grpc/src/core/lib/iomgr/
Dsocket_utils_windows.cc38 int grpc_inet_pton(int af, const char* src, void* dst) { in grpc_inet_pton()
42 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop()
Dsocket_utils_uv.cc40 int grpc_inet_pton(int af, const char* src, void* dst) { in grpc_inet_pton()
44 const char* grpc_inet_ntop(int af, const void* src, char* dst, size_t size) { in grpc_inet_ntop()
/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/libnl/lib/
Dmpls.c46 const char *mpls_ntop(int af, const void *addr, char *buf, size_t buflen) in mpls_ntop()
93 int mpls_pton(int af, const char *src, void *addr, size_t alen) in mpls_pton()
/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.c402 ares_inet_net_pton(int af, const char *src, void *dst, size_t size) in ares_inet_net_pton()
418 int ares_inet_pton(int af, const char *src, void *dst) in ares_inet_pton()
438 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/boost/boost/sort/common/
Dspinlock.hpp41 std::atomic_flag af; member in boost::sort::common::spinlock_t
/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.h13 int af; /* AF_INET / AF_INET6 */ member
/third_party/typescript/tests/baselines/reference/
DnullIsSubtypeOfEverythingButUndefined.js61 var af: typeof f; variable
148 var af; variable
/third_party/typescript/tests/cases/fourslash/
DtransitiveExportImports3.ts15 const af = { definition: "function f(): void", ranges: [f0, f1] }; constant
/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()

12345