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.c2117 PsbPortPrivPtr overlay_priv = (PsbPortPrivPtr)(&driver_data->coverlay_priv); in psb_SetDisplayAttributes() local
2136 overlay_priv->brightness.Value = texture_priv->brightness.Value = p->value - 50; in psb_SetDisplayAttributes()
2143 overlay_priv->contrast.Value = texture_priv->contrast.Value = p->value * 2 - 100; in psb_SetDisplayAttributes()
2150 overlay_priv->hue.Value = texture_priv->hue.Value = (p->value * 2 - 100) * 3 / 10; in psb_SetDisplayAttributes()
2157 overlay_priv->saturation.Value = texture_priv->saturation.Value = p->value + 100; in psb_SetDisplayAttributes()
2205 overlay_priv->colorKey = driver_data->color_key = p->value; in psb_SetDisplayAttributes()