Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvadeinterlace.c100 gint hcount; member
130 for (i = 0; i < self->hcount; i++) in _reset_history()
132 self->hcount = 0; in _reset_history()
220 if (self->hcount < self->hdepth) { in gst_va_deinterlace_submit_input_buffer()
221 self->history[self->hcount++] = inbuf; in gst_va_deinterlace_submit_input_buffer()
224 for (i = 0; i + 1 < self->hcount; i++) in gst_va_deinterlace_submit_input_buffer()