Home
last modified time | relevance | path

Searched refs:afd (Results 1 – 17 of 17) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstvideoparseutils.c39 GstVideoAFD * afd, GstVideoAFDSpec spec);
123 user_data->afd = temp; in gst_video_parse_user_data()
274 GstVideoAFD afd; in gst_video_push_user_data() local
275 afd.field = 0; in gst_video_push_user_data()
276 afd.aspect_ratio = GST_VIDEO_AFD_ASPECT_RATIO_UNDEFINED; in gst_video_push_user_data()
277 afd.spec = GST_VIDEO_AFD_SPEC_ATSC_A53; in gst_video_push_user_data()
278 afd.afd = GST_VIDEO_AFD_UNAVAILABLE; in gst_video_push_user_data()
279 if (gst_video_parse_utils_parse_afd (user_data->afd, &afd, afd.spec)) { in gst_video_push_user_data()
280 gst_buffer_add_video_afd_meta (buf, afd.field, afd.spec, afd.afd); in gst_video_push_user_data()
282 GST_WARNING_OBJECT (elt, "Invalid AFD value %d", user_data->afd); in gst_video_push_user_data()
[all …]
Dgstvideoparseutils.h110 GstVideoAFDValue afd; member
167 guint8 afd; member
/third_party/toybox/toys/posix/
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, name, nlen); in cpio_main()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-anc.h239 GstVideoAFDValue afd; member
267 GstVideoAFDValue afd);
Dvideo-anc.c1149 emeta->afd = GST_VIDEO_AFD_UNAVAILABLE; in gst_video_afd_meta_init()
1162 gst_buffer_add_video_afd_meta (dest, smeta->field, smeta->spec, smeta->afd); in gst_video_afd_meta_transform()
1189 smeta->afd); in gst_video_afd_meta_transform()
1234 GstVideoAFDSpec spec, GstVideoAFDValue afd) in gst_buffer_add_video_afd_meta() argument
1237 gint8 afd_data = (gint8) afd; in gst_buffer_add_video_afd_meta()
1256 meta->afd = afd; in gst_buffer_add_video_afd_meta()
/third_party/ffmpeg/libavcodec/
Dh264_sei.h170 H264SEIAFD afd; member
Dh264_sei.c53 h->afd.present = 0; in ff_h264_sei_uninit()
222 return decode_registered_user_data_afd(&h->afd, gb, size); in decode_registered_user_data()
Dmpeg12dec.c65 uint8_t afd; member
1656 *sd->data = s1->afd; in mpeg_field_start()
2397 s1->afd = p[0] & 0x0f; in mpeg_decode_user_data()
Dh264_slice.c1286 if (h->sei.afd.present) { in h264_export_frame_props()
1291 *sd->data = h->sei.afd.active_format_description; in h264_export_frame_props()
1292 h->sei.afd.present = 0; in h264_export_frame_props()
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkvideosink.cpp1047 guint8 afd = 0; in write_vbi() local
1086 afd = afd_meta ? afd_meta->afd : 0; in write_vbi()
1092 afd = afd_meta2 ? afd_meta2->afd : 0; in write_vbi()
1101 afd_bar_data_ptr[0] = (afd << 3) | 0x0; in write_vbi()
1103 afd_bar_data_ptr[0] = (afd << 3) | 0x4; in write_vbi()
Dgstdecklinkvideosrc.cpp1002 GstVideoAFDValue afd; in extract_vbi_line() local
1020 afd = (GstVideoAFDValue) ((gstanc.data[0] >> 3) & 0xf); in extract_vbi_line()
1026 GST_VIDEO_AFD_SPEC_SMPTE_ST2016_1, afd); in extract_vbi_line()
/third_party/icu/icu4c/source/data/misc/
DsupplementalData.txt4963 "afd~e",
/third_party/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt4963 "afd~e",
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
DsupplementalData.txt4784 "afd~e",
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md1584 * [[`4277066afd`](https://github.com/nodejs/node/commit/4277066afd)] - **inspector**: turn platform…
/third_party/openh264/res/
DCisco_Absolute_Power_1280x720_30fps.yuv3873 …FIGGEBCDDDECAABACDDECDGHFDCACEDCDFEEEGGGEGHHJKLMKJLNOX�zSZsgSMFZnsokdeie`Z]afd`]]_a^XW\^[Z^`debcbb…
/third_party/gstreamer/gstplugins_base/
DChangeLog7969 video-anc: Fix gst_buffer_get_video_(afd|bar)_meta