Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgltransformation.c533 _intersect_plane_and_ray (graphene_plane_t * video_plane, graphene_ray_t * ray, in _intersect_plane_and_ray() argument
536 float t = graphene_ray_get_distance_to_plane (ray, video_plane); in _intersect_plane_and_ray()
590 graphene_plane_t * video_plane) in _init_world_video_plane() argument
610 graphene_plane_init_from_points (video_plane, &world_bottom_left, in _init_world_video_plane()
622 graphene_plane_t video_plane; in _screen_coord_to_model_coord() local
626 _init_world_video_plane (transformation, &video_plane); in _screen_coord_to_model_coord()
628 _intersect_plane_and_ray (&video_plane, &ray, &world_point); in _screen_coord_to_model_coord()