Lines Matching refs:f
130 void flite_hw_set_source_format(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_source_format() argument
132 u32 pixelcode = f->fmt->mbus_code; in flite_hw_set_source_format()
155 cfg |= (f->f_width << 16) | f->f_height; in flite_hw_set_source_format()
161 void flite_hw_set_window_offset(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_window_offset() argument
168 cfg |= (f->rect.left << 16) | f->rect.top; in flite_hw_set_window_offset()
172 hoff2 = f->f_width - f->rect.width - f->rect.left; in flite_hw_set_window_offset()
173 voff2 = f->f_height - f->rect.height - f->rect.top; in flite_hw_set_window_offset()
232 static void flite_hw_set_out_order(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_out_order() argument
244 if (pixcode[i][0] == f->fmt->mbus_code) in flite_hw_set_out_order()
250 void flite_hw_set_dma_window(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_dma_window() argument
257 cfg = (f->f_height << 16) | f->f_width; in flite_hw_set_dma_window()
263 cfg |= (f->rect.top << 16) | f->rect.left; in flite_hw_set_dma_window()
300 void flite_hw_set_output_dma(struct fimc_lite *dev, struct flite_frame *f, in flite_hw_set_output_dma() argument
314 flite_hw_set_out_order(dev, f); in flite_hw_set_output_dma()
315 flite_hw_set_dma_window(dev, f); in flite_hw_set_output_dma()