Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/ivtc/
Dgstivtc.c233 gst_video_info_from_caps (&ivtc->src_video_info, outcaps); in gst_ivtc_set_caps()
583 gst_video_frame_map (&dest_frame, &ivtc->src_video_info, outbuf, in gst_ivtc_construct_frame()
625 ivtc->src_video_info.fps_d, ivtc->src_video_info.fps_n); in gst_ivtc_construct_frame()
Dgstivtc.h57 GstVideoInfo src_video_info; member