Searched refs:num_props (Results 1 – 5 of 5) sorted by relevance
456 num_val = &a_style->num_props[NUM_PROP_PADDING_TOP].sv; in set_prop_padding_x_from_value()460 num_val = &a_style->num_props[NUM_PROP_PADDING_RIGHT].sv; in set_prop_padding_x_from_value()464 num_val = &a_style->num_props[NUM_PROP_PADDING_BOTTOM].sv; in set_prop_padding_x_from_value()468 num_val = &a_style->num_props[NUM_PROP_PADDING_LEFT].sv; in set_prop_padding_x_from_value()523 num_val = &a_style->num_props[NUM_PROP_BORDER_TOP].sv; in set_prop_border_x_width_from_value()527 num_val = &a_style->num_props[NUM_PROP_BORDER_RIGHT].sv; in set_prop_border_x_width_from_value()531 num_val = &a_style->num_props[NUM_PROP_BORDER_BOTTOM].sv; in set_prop_border_x_width_from_value()535 num_val = &a_style->num_props[NUM_PROP_BORDER_LEFT].sv; in set_prop_border_x_width_from_value()768 num_val = &a_style->num_props[NUM_PROP_MARGIN_TOP].sv; in set_prop_margin_x_from_value()772 num_val = &a_style->num_props[NUM_PROP_MARGIN_RIGHT].sv; in set_prop_margin_x_from_value()[all …]
246 CRNumPropVal num_props[NB_NUM_PROPS] ; member
577 guint num_props, i; in gst_ffmpeg_cfg_fill_context() local580 &num_props); in gst_ffmpeg_cfg_fill_context()582 for (i = 0; i < num_props; ++i) { in gst_ffmpeg_cfg_fill_context()
411 drm_property_info_free(struct drm_property_info *info, int num_props) in drm_property_info_free() argument415 for (i = 0; i < num_props; i++) in drm_property_info_free()418 memset(info, 0, sizeof(*info) * num_props); in drm_property_info_free()
649 drm_property_info_free(struct drm_property_info *info, int num_props);