Searched refs:yflip (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgltransformation.c | 835 graphene_matrix_t upstream_matrix, tmp, tmp2, inv_aspect, yflip; in gst_gl_transformation_prepare_output_buffer() local 852 graphene_matrix_init_scale (&yflip, 1., -1., 1.); in gst_gl_transformation_prepare_output_buffer() 859 graphene_matrix_multiply (&tmp, &yflip, &tmp2); in gst_gl_transformation_prepare_output_buffer()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | main.cpp | 626 bool yflip = false; member 1280 opts.vertex.flip_vert_y = args.yflip; in compile_iteration() 1468 cbs.add("--flip-vert-y", [&args](CLIParser &) { args.yflip = true; }); in main_inner()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 19072 e.g. a typical yflip matrix in [-1,1]^3 such as 19088 the yflip matrix using vertex * yflip(== transpose(yflip) * vertex):
|