Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11deinterlace.cpp158 guint max_future_frames; member
247 guint max_future_frames; member
535 self->max_past_frames = self->max_future_frames = 0; in gst_d3d11_deinterlace_update_method()
540 self->max_future_frames = 1; in gst_d3d11_deinterlace_update_method()
549 self->max_future_frames = in gst_d3d11_deinterlace_update_method()
550 MAX (MIN (klass->device_caps.max_future_frames, MAX_NUM_REFERENCES), 1); in gst_d3d11_deinterlace_update_method()
929 min_buffers += self->max_future_frames; in gst_d3d11_deinterlace_propose_allocation()
1349 g_assert (len <= self->max_future_frames + 1); in gst_d3d11_deinterlace_submit_future_frame()
1356 if (len > self->max_future_frames || in gst_d3d11_deinterlace_submit_future_frame()
2243 guint max_future_frames = 0; in gst_d3d11_deinterlace_register() local
[all …]