Searched refs:in_st (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_texture.c | 44 const float *in_st, unsigned in_stride, in util_map_texcoords2d_onto_cubemap() argument 64 const float sc = (2 * in_st[0] - 1) * scale; in util_map_texcoords2d_onto_cubemap() 65 const float tc = (2 * in_st[1] - 1) * scale; in util_map_texcoords2d_onto_cubemap() 107 in_st += in_stride; in util_map_texcoords2d_onto_cubemap()
|
D | u_texture.h | 48 const float *in_st, unsigned in_stride,
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstwrappercamerabinsrc.c | 386 GstStructure *in_st = NULL; in gst_wrapper_camera_bin_src_caps_cb() local 393 in_st = gst_caps_get_structure (caps, 0); in gst_wrapper_camera_bin_src_caps_cb() 394 if (in_st) { in gst_wrapper_camera_bin_src_caps_cb() 395 gst_structure_get_int (in_st, "width", &bcamsrc->width); in gst_wrapper_camera_bin_src_caps_cb() 396 gst_structure_get_int (in_st, "height", &bcamsrc->height); in gst_wrapper_camera_bin_src_caps_cb() 676 GstStructure *in_st, *req_st; in adapt_image_capture() local 684 in_st = gst_caps_get_structure (in_caps, 0); in adapt_image_capture() 685 gst_structure_get_int (in_st, "width", &in_width); in adapt_image_capture() 686 gst_structure_get_int (in_st, "height", &in_height); in adapt_image_capture()
|