Home
last modified time | relevance | path

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

/third_party/toybox/toys/posix/
H A Dcpio.c83 int pipe, afd = toys.optflags & FLAG_o; in cpio_main() local
93 afd = pipe; in cpio_main()
104 afd = xcreate(TT.F, perm, 0644); in cpio_main()
115 if (!(size =readall(afd, toybuf, 110))) break; in cpio_main()
117 tofree = name = strpad(afd, x8u(toybuf+94), 110); in cpio_main()
146 data = strpad(afd, size, 0); in cpio_main()
164 if (size < sizeof(toybuf)) data = strpad(afd, size, 0); in cpio_main()
165 else xreadall(afd, toybuf, sizeof(toybuf)); in cpio_main()
249 xwrite(afd, toybuf, llen); in cpio_main()
250 xwrite(afd, nam in cpio_main()
[all...]
/third_party/openssl/test/helpers/
H A Dssltestlib.c904 int afd = -1, cfd = -1, sfd = -1; in create_test_sockets() local
910 afd = socket(AF_INET, SOCK_STREAM, 0); in create_test_sockets()
911 if (afd < 0) in create_test_sockets()
914 if (bind(afd, (struct sockaddr*)&sin, sizeof(sin)) < 0) in create_test_sockets()
917 if (getsockname(afd, (struct sockaddr*)&sin, &slen) < 0) in create_test_sockets()
920 if (listen(afd, 1) < 0) in create_test_sockets()
927 if (set_nb(afd) == -1) in create_test_sockets()
931 sfd = accept(afd, NULL, 0); in create_test_sockets()
954 if (afd != -1) in create_test_sockets()
955 close(afd); in create_test_sockets()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dh264_sei.h191 H264SEIAFD afd; member
H A Dh264_sei.c60 h->afd.present = 0; in ff_h264_sei_uninit()
229 return decode_registered_user_data_afd(&h->afd, gb, size); in decode_registered_user_data()
H A Dmpeg12dec.c69 uint8_t afd; member
1640 *sd->data = s1->afd; in mpeg_field_start()
2371 s1->afd = p[0] & 0x0f; in mpeg_decode_user_data()
H A Dh264_slice.c1317 if (h->sei.afd.present) { in h264_export_frame_props()
1322 *sd->data = h->sei.afd.active_format_description; in h264_export_frame_props()
1323 h->sei.afd.present = 0; in h264_export_frame_props()
/third_party/ffmpeg/tests/fate/
H A Dh264.mak234 FATE_H264_FFPROBE-$(call PARSERDEMDEC, H264, H264, H264) += fate-h264-afd
454 fate-h264-afd: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -bitexact -show_entries frame_side_data_list $(TARGET_SAMPLES)/h264/bbc2.sample.h264

Completed in 13 milliseconds