• Home
  • Raw
  • Download

Lines Matching refs:history

195     const GstDeinterlaceField * history, guint history_count,  in gst_deinterlace_method_deinterlace_frame()  argument
199 self->deinterlace_frame (self, history, history_count, outframe, in gst_deinterlace_method_deinterlace_frame()
313 const GstDeinterlaceField *history; member
333 frame = lg->history[idx].frame; in get_line()
379 method, const GstDeinterlaceField * history, guint history_count, in gst_deinterlace_simple_method_deinterlace_frame_packed() argument
390 LinesGetter lg = { history, history_count, cur_field_idx }; in gst_deinterlace_simple_method_deinterlace_frame_packed()
399 frame0 = history[cur_field_idx].frame; in gst_deinterlace_simple_method_deinterlace_frame_packed()
401 cur_field_flags = history[cur_field_idx].flags; in gst_deinterlace_simple_method_deinterlace_frame_packed()
403 framep = (cur_field_idx > 0 ? history[cur_field_idx - 1].frame : NULL); in gst_deinterlace_simple_method_deinterlace_frame_packed()
411 history_count ? history[cur_field_idx + 1].frame : NULL); in gst_deinterlace_simple_method_deinterlace_frame_packed()
417 history_count ? history[cur_field_idx + 2].frame : NULL); in gst_deinterlace_simple_method_deinterlace_frame_packed()
590 method, const GstDeinterlaceField * history, guint history_count, in gst_deinterlace_simple_method_deinterlace_frame_planar() argument
597 guint cur_field_flags = history[cur_field_idx].flags; in gst_deinterlace_simple_method_deinterlace_frame_planar()
601 LinesGetter lg = { history, history_count, cur_field_idx }; in gst_deinterlace_simple_method_deinterlace_frame_planar()
622 method, const GstDeinterlaceField * history, guint history_count, in gst_deinterlace_simple_method_deinterlace_frame_nv12() argument
629 guint cur_field_flags = history[cur_field_idx].flags; in gst_deinterlace_simple_method_deinterlace_frame_nv12()
630 LinesGetter lg = { history, history_count, cur_field_idx, }; in gst_deinterlace_simple_method_deinterlace_frame_nv12()