Lines Matching refs:foreground
47 bool foreground;
52 struct ipu_dp foreground;
72 if (dp->foreground)
73 return container_of(dp, struct ipu_flow, foreground);
178 if (!dp->foreground)
181 if (flow->foreground.in_cs == flow->background.in_cs) {
183 * foreground and background are of same colorspace, put
186 ipu_dp_csc_init(flow, flow->foreground.in_cs, flow->out_cs,
189 if (flow->foreground.in_cs == IPUV3_COLORSPACE_UNKNOWN ||
190 flow->foreground.in_cs == flow->out_cs)
192 * foreground identical to output, apply color
198 ipu_dp_csc_init(flow, flow->foreground.in_cs,
233 if (!dp->foreground)
258 if (!dp->foreground)
306 dp = &priv->flow[flow >> 1].foreground;
346 priv->flow[i].foreground.in_cs = IPUV3_COLORSPACE_UNKNOWN;
347 priv->flow[i].foreground.foreground = true;