Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.h93 #define GST_DEINTERLACE_MAX_FIELD_HISTORY 10 macro
96 #if GST_DEINTERLACE_MAX_FIELD_HISTORY < GST_DEINTERLACE_MAX_BUFFER_STATE_HISTORY * 3
97 #undef GST_DEINTERLACE_MAX_FIELD_HISTORY
98 #define GST_DEINTERLACE_MAX_FIELD_HISTORY (GST_DEINTERLACE_MAX_BUFFER_STATE_HISTORY * 3) macro
155 GstDeinterlaceField field_history[GST_DEINTERLACE_MAX_FIELD_HISTORY];
Dgstdeinterlace.c842 GST_DEINTERLACE_MAX_FIELD_HISTORY * sizeof (GstDeinterlaceField)); in gst_deinterlace_reset_history()
1121 GST_DEINTERLACE_MAX_FIELD_HISTORY - fields_to_push)) { in gst_deinterlace_push_history()
1158 for (i = GST_DEINTERLACE_MAX_FIELD_HISTORY - 1; i >= fields_to_push; i--) { in gst_deinterlace_push_history()