Searched refs:n_params (Results 1 – 5 of 5) sorted by relevance
126 unsigned int n_params = 4; in _mesa_Fogxv() local133 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() local227 n_params = 4; in _mesa_GetLightxv()230 n_params = 3; in _mesa_GetLightxv()237 n_params = 1; in _mesa_GetLightxv()[all …]
392 guint n_params = 0; in gst_element_factory_property_valist_to_array() local418 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()
1533 guint i, n_params = g_strv_length ((gchar **) cred->params); in gst_rtsp_auth_credential_copy() local1535 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()
255 for (j = 0; j < query.n_params; j++) { in _add_signals()
1095 for (j = 0; j < query->n_params; j++) { in print_signal_info()