Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgltransformation.h81 graphene_matrix_t *inv_projection_matrix; member
Dgstgltransformation.c276 filter->inv_projection_matrix = graphene_matrix_alloc (); in gst_gl_transformation_init()
298 graphene_matrix_free (transformation->inv_projection_matrix); in gst_gl_transformation_finalize()
403 transformation->inv_projection_matrix); in gst_gl_transformation_build_mvp()
559 graphene_matrix_transform_point3d (transformation->inv_projection_matrix, in _screen_coord_to_world_ray()