Lines Matching refs:outinfo
2541 GstVideoInfo outinfo; in run_video_color_convert() local
2552 fail_unless (gst_video_info_set_format (&outinfo, outfmt, WIDTH, HEIGHT)); in run_video_color_convert()
2553 outbuffer = gst_buffer_new_and_alloc (outinfo.size); in run_video_color_convert()
2554 gst_video_frame_map (&outframe, &outinfo, outbuffer, GST_MAP_WRITE); in run_video_color_convert()
2556 convert = gst_video_converter_new (&ininfo, &outinfo, NULL); in run_video_color_convert()
2631 GstVideoInfo ininfo, outinfo; in GST_START_TEST() local
2646 fail_unless (gst_video_info_set_format (&outinfo, outfmt, WIDTH_OUT, in GST_START_TEST()
2648 outbuffer = gst_buffer_new_and_alloc (outinfo.size); in GST_START_TEST()
2649 gst_video_frame_map (&outframe, &outinfo, outbuffer, GST_MAP_WRITE); in GST_START_TEST()
2652 convert = gst_video_converter_new (&ininfo, &outinfo, in GST_START_TEST()
2711 GstVideoInfo ininfo, outinfo; in GST_START_TEST() local
2722 fail_unless (gst_video_info_set_format (&outinfo, GST_VIDEO_FORMAT_BGRx, 400, in GST_START_TEST()
2724 outbuffer = gst_buffer_new_and_alloc (outinfo.size); in GST_START_TEST()
2725 gst_video_frame_map (&outframe, &outinfo, outbuffer, GST_MAP_WRITE); in GST_START_TEST()
2729 convert = gst_video_converter_new (&ininfo, &outinfo, in GST_START_TEST()
2747 convert = gst_video_converter_new (&ininfo, &outinfo, in GST_START_TEST()
2772 convert = gst_video_converter_new (&ininfo, &outinfo, in GST_START_TEST()
2799 GstVideoInfo ininfo, outinfo; in GST_START_TEST() local
2814 fail_unless (gst_video_info_set_format (&outinfo, GST_VIDEO_FORMAT_BGRx, 400, in GST_START_TEST()
2816 outbuffer = gst_buffer_new_and_alloc (outinfo.size); in GST_START_TEST()
2817 refbuffer = gst_buffer_new_and_alloc (outinfo.size); in GST_START_TEST()
2819 gst_video_frame_map (&outframe, &outinfo, outbuffer, GST_MAP_WRITE); in GST_START_TEST()
2820 gst_video_frame_map (&refframe, &outinfo, refbuffer, GST_MAP_WRITE); in GST_START_TEST()
2823 convert = gst_video_converter_new (&ininfo, &outinfo, in GST_START_TEST()
2829 convert = gst_video_converter_new (&ininfo, &outinfo, in GST_START_TEST()
2843 gst_video_frame_map (&outframe, &outinfo, outbuffer, GST_MAP_WRITE); in GST_START_TEST()
2844 gst_video_frame_map (&refframe, &outinfo, refbuffer, GST_MAP_WRITE); in GST_START_TEST()
2850 convert = gst_video_converter_new_with_pool (&ininfo, &outinfo, in GST_START_TEST()