Searched refs:conv_rect (Results 1 – 1 of 1) sorted by relevance
1182 GstVideoOverlayRectangle *scaled_rect = NULL, *conv_rect = NULL; in gst_video_overlay_rectangle_get_pixels_raw_internal() local1258 conv_rect = r; in gst_video_overlay_rectangle_get_pixels_raw_internal()1264 conv_rect = rectangle; in gst_video_overlay_rectangle_get_pixels_raw_internal()1267 if (conv_rect == NULL) { in gst_video_overlay_rectangle_get_pixels_raw_internal()1274 conv_rect = gst_video_overlay_rectangle_new_raw (buf, in gst_video_overlay_rectangle_get_pixels_raw_internal()1283 g_list_prepend (rectangle->scaled_rectangles, conv_rect); in gst_video_overlay_rectangle_get_pixels_raw_internal()1288 width = GST_VIDEO_INFO_WIDTH (&conv_rect->info); in gst_video_overlay_rectangle_get_pixels_raw_internal()1289 height = GST_VIDEO_INFO_HEIGHT (&conv_rect->info); in gst_video_overlay_rectangle_get_pixels_raw_internal()1290 format = GST_VIDEO_INFO_FORMAT (&conv_rect->info); in gst_video_overlay_rectangle_get_pixels_raw_internal()1297 gst_video_blend_scale_linear_RGBA (&conv_rect->info, conv_rect->pixels, in gst_video_overlay_rectangle_get_pixels_raw_internal()[all …]