Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FRAME_IS_TFF (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-frame.h124 #define GST_VIDEO_FRAME_IS_TFF(f) (GST_VIDEO_FRAME_FLAG_IS_SET(f, GST_VIDEO_FRAME_FLAG_TFF… macro
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.c1058 if (GST_VIDEO_FRAME_IS_TFF (frame)) { in gst_deinterlace_get_buffer_state()
1116 tff = GST_VIDEO_FRAME_IS_TFF (field1); in gst_deinterlace_push_history()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.c2323 if (GST_VIDEO_FRAME_IS_TFF (vframe)) in _submit_input_buffer()