Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Des1_conversion.c126 unsigned int n_params = 4; in _mesa_Fogxv() local
133 n_params = 1; in _mesa_Fogxv()
136 n_params = 4; in _mesa_Fogxv()
141 n_params = 1; in _mesa_Fogxv()
150 for (i = 0; i < n_params; i++) { in _mesa_Fogxv()
154 for (i = 0; i < n_params; i++) { in _mesa_Fogxv()
214 unsigned int n_params = 4; in _mesa_GetLightxv() local
227 n_params = 4; in _mesa_GetLightxv()
230 n_params = 3; in _mesa_GetLightxv()
237 n_params = 1; in _mesa_GetLightxv()
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstelementfactory.c392 guint n_params = 0; in gst_element_factory_property_valist_to_array() local
418 if (G_UNLIKELY (n_params == n_params_alloc)) { in gst_element_factory_property_valist_to_array()
423 memset (&values_array[n_params], 0, in gst_element_factory_property_valist_to_array()
424 sizeof (GValue) * (n_params_alloc - n_params)); in gst_element_factory_property_valist_to_array()
427 names_array[n_params] = name; in gst_element_factory_property_valist_to_array()
429 G_VALUE_COLLECT_INIT (&values_array[n_params], pspec->value_type, in gst_element_factory_property_valist_to_array()
438 ++n_params; in gst_element_factory_property_valist_to_array()
442 *n = n_params; in gst_element_factory_property_valist_to_array()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspmessage.c1533 guint i, n_params = g_strv_length ((gchar **) cred->params); in gst_rtsp_auth_credential_copy() local
1535 copy->params = g_new0 (GstRTSPAuthParam *, n_params + 1); in gst_rtsp_auth_credential_copy()
1536 for (i = 0; i < n_params; ++i) in gst_rtsp_auth_credential_copy()
/third_party/gstreamer/gstreamer/docs/
Dgst-hotdoc-plugins-scanner.c255 for (j = 0; j < query.n_params; j++) { in _add_signals()
/third_party/gstreamer/gstreamer/tools/
Dgst-inspect.c1095 for (j = 0; j < query->n_params; j++) { in print_signal_info()