Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.h80 GST_VIDEO_INTERLACE_MODE_MIXED, enumerator
Dvideo-frame.c137 if (GST_VIDEO_INFO_INTERLACE_MODE (info) == GST_VIDEO_INTERLACE_MODE_MIXED) { in gst_video_frame_map_id()
Dvideo-enumtypes.c884 { C_ENUM(GST_VIDEO_INTERLACE_MODE_MIXED), "GST_VIDEO_INTERLACE_MODE_MIXED", "mixed" }, in gst_video_interlace_mode_get_type()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.c347 #define IS_TELECINE(m) ((m) == GST_VIDEO_INTERLACE_MODE_MIXED && self->pattern > 1)
1052 if (interlacing_mode == GST_VIDEO_INTERLACE_MODE_MIXED || in gst_deinterlace_get_buffer_state()
1088 #define MODE_TO_STRING(m) ((m) == GST_VIDEO_INTERLACE_MODE_MIXED ? "MIXED" : \
1614 interlacing_mode = GST_VIDEO_INTERLACE_MODE_MIXED; in gst_deinterlace_output_frame()
1686 (interlacing_mode == GST_VIDEO_INTERLACE_MODE_MIXED && in gst_deinterlace_output_frame()
2925 && interlacing_mode == GST_VIDEO_INTERLACE_MODE_MIXED in gst_deinterlace_setcaps()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvampeg2dec.c124 base->output_state->info.interlace_mode = GST_VIDEO_INTERLACE_MODE_MIXED; in gst_va_mpeg2_dec_negotiate()
Dgstvah264dec.c853 base->output_state->info.interlace_mode = GST_VIDEO_INTERLACE_MODE_MIXED; in gst_va_h264_dec_negotiate()
Dgstvafilter.c1732 if (GST_VIDEO_INFO_INTERLACE_MODE (info) == GST_VIDEO_INTERLACE_MODE_MIXED in gst_va_buffer_get_surface_flags()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11mpeg2dec.cpp396 GST_VIDEO_INFO_INTERLACE_MODE (&info) = GST_VIDEO_INTERLACE_MODE_MIXED; in gst_d3d11_mpeg2_dec_new_sequence()
Dgstd3d11h264dec.cpp447 GST_VIDEO_INFO_INTERLACE_MODE (&info) = GST_VIDEO_INTERLACE_MODE_MIXED; in gst_d3d11_h264_dec_new_sequence()
Dgstd3d11h265dec.cpp363 interlace_mode = GST_VIDEO_INTERLACE_MODE_MIXED; in gst_d3d11_h265_dec_new_sequence()
Dgstd3d11deinterlace.cpp1684 GST_VIDEO_INTERLACE_MODE_MIXED || in gst_d3d11_deinterlace_transform()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c435 GST_VIDEO_INFO_INTERLACE_MODE (&info) = GST_VIDEO_INTERLACE_MODE_MIXED; in gst_nv_h264_dec_new_sequence()
Dgstnvdec.c489 out_info->interlace_mode = GST_VIDEO_INTERLACE_MODE_MIXED; in parser_sequence_callback()
Dgstnvbaseenc.c1781 GST_VIDEO_INTERLACE_MODE_MIXED) { in gst_nv_base_enc_set_format()
/third_party/gstreamer/gstplugins_bad/gst/interlace/
Dgstinterlace.c557 GST_VIDEO_INFO_INTERLACE_MODE (&info) != GST_VIDEO_INTERLACE_MODE_MIXED) { in gst_interlace_setcaps()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c375 self->output_state->info.interlace_mode = GST_VIDEO_INTERLACE_MODE_MIXED; in gst_v4l2_codec_h264_dec_negotiate()
/third_party/gstreamer/gstplugins_bad/gst/fieldanalysis/
Dgstfieldanalysis.c620 GST_VIDEO_INFO_INTERLACE_MODE (&vinfo) = GST_VIDEO_INTERLACE_MODE_MIXED; in gst_field_analysis_decorate()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavviddec.c1327 interlace_mode = GST_VIDEO_INTERLACE_MODE_MIXED; in gst_ffmpegviddec_negotiate()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c6736 GST_VIDEO_INTERLACE_MODE_MIXED; in gst_qt_mux_video_sink_set_caps()