Lines Matching refs:outinfo
2466 GstVideoInfo outinfo; in run_video_color_convert() local
2477 fail_unless (gst_video_info_set_format (&outinfo, outfmt, WIDTH, HEIGHT)); in run_video_color_convert()
2478 outbuffer = gst_buffer_new_and_alloc (outinfo.size); in run_video_color_convert()
2479 gst_video_frame_map (&outframe, &outinfo, outbuffer, GST_MAP_WRITE); in run_video_color_convert()
2481 convert = gst_video_converter_new (&ininfo, &outinfo, NULL); in run_video_color_convert()
2556 GstVideoInfo ininfo, outinfo; in GST_START_TEST() local
2571 fail_unless (gst_video_info_set_format (&outinfo, outfmt, WIDTH_OUT, in GST_START_TEST()
2573 outbuffer = gst_buffer_new_and_alloc (outinfo.size); in GST_START_TEST()
2574 gst_video_frame_map (&outframe, &outinfo, outbuffer, GST_MAP_WRITE); in GST_START_TEST()
2577 convert = gst_video_converter_new (&ininfo, &outinfo, in GST_START_TEST()
2636 GstVideoInfo ininfo, outinfo; in GST_START_TEST() local
2647 fail_unless (gst_video_info_set_format (&outinfo, GST_VIDEO_FORMAT_BGRx, 400, in GST_START_TEST()
2649 outbuffer = gst_buffer_new_and_alloc (outinfo.size); in GST_START_TEST()
2650 gst_video_frame_map (&outframe, &outinfo, outbuffer, GST_MAP_WRITE); in GST_START_TEST()
2654 convert = gst_video_converter_new (&ininfo, &outinfo, in GST_START_TEST()
2672 convert = gst_video_converter_new (&ininfo, &outinfo, in GST_START_TEST()