Lines Matching refs:sphere
86 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (sphere, "sphere", GST_RANK_NONE,
94 GstSphere *sphere; in gst_sphere_set_property() local
99 sphere = GST_SPHERE_CAST (object); in gst_sphere_set_property()
105 if (v != sphere->refraction) { in gst_sphere_set_property()
106 sphere->refraction = v; in gst_sphere_set_property()
121 GstSphere *sphere; in gst_sphere_get_property() local
123 sphere = GST_SPHERE_CAST (object); in gst_sphere_get_property()
127 g_value_set_double (value, sphere->refraction); in gst_sphere_get_property()
141 GstSphere *sphere = GST_SPHERE_CAST (gt); in sphere_map() local
156 gdouble r_refraction = 1.0 / sphere->refraction; in sphere_map()
182 GST_DEBUG_OBJECT (sphere, "Inversely mapped %d %d into %lf %lf", in sphere_map()