Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FRAME_IS_RFF (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-frame.h125 #define GST_VIDEO_FRAME_IS_RFF(f) (GST_VIDEO_FRAME_FLAG_IS_SET(f, GST_VIDEO_FRAME_FLAG_RFF… macro
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.c1054 if (GST_VIDEO_FRAME_IS_RFF (frame)) { in gst_deinterlace_get_buffer_state()