Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpsb_output.c2102 PsbPortPrivPtr overlay_priv = (PsbPortPrivPtr)(&driver_data->coverlay_priv); in psb_SetDisplayAttributes() local
2121 overlay_priv->brightness.Value = texture_priv->brightness.Value = p->value - 50; in psb_SetDisplayAttributes()
2128 overlay_priv->contrast.Value = texture_priv->contrast.Value = p->value * 2 - 100; in psb_SetDisplayAttributes()
2135 overlay_priv->hue.Value = texture_priv->hue.Value = (p->value * 2 - 100) * 3 / 10; in psb_SetDisplayAttributes()
2142 overlay_priv->saturation.Value = texture_priv->saturation.Value = p->value + 100; in psb_SetDisplayAttributes()
2171 overlay_priv->colorKey = driver_data->color_key = p->value; in psb_SetDisplayAttributes()