Searched refs:vinfo1 (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/smpte/ |
D | gstsmpte.c | 289 smpte->vinfo1 = vinfo; in gst_smpte_setcaps() 467 if (!gst_video_info_is_equal (&smpte->vinfo1, &smpte->vinfo2)) in gst_smpte_collected() 495 in1 = gst_buffer_new_and_alloc (GST_VIDEO_INFO_SIZE (&smpte->vinfo1)); in gst_smpte_collected() 497 fill_i420 (&smpte->vinfo1, map.data, smpte->height, 7); in gst_smpte_collected() 509 outbuf = gst_buffer_new_and_alloc (GST_VIDEO_INFO_SIZE (&smpte->vinfo1)); in gst_smpte_collected() 516 caps = gst_video_info_to_caps (&smpte->vinfo1); in gst_smpte_collected() 525 gst_video_frame_map (&frame1, &smpte->vinfo1, in1, GST_MAP_READ); in gst_smpte_collected() 528 gst_video_frame_map (&oframe, &smpte->vinfo1, outbuf, GST_MAP_WRITE); in gst_smpte_collected()
|
D | gstsmpte.h | 68 GstVideoInfo vinfo1; member
|