Lines Matching refs:f
127 void flite_hw_set_source_format(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_source_format() argument
129 u32 pixelcode = f->fmt->mbus_code; in flite_hw_set_source_format()
152 cfg |= (f->f_width << 16) | f->f_height; in flite_hw_set_source_format()
158 void flite_hw_set_window_offset(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_window_offset() argument
165 cfg |= (f->rect.left << 16) | f->rect.top; in flite_hw_set_window_offset()
169 hoff2 = f->f_width - f->rect.width - f->rect.left; in flite_hw_set_window_offset()
170 voff2 = f->f_height - f->rect.height - f->rect.top; in flite_hw_set_window_offset()
229 static void flite_hw_set_out_order(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_out_order() argument
241 if (pixcode[i][0] == f->fmt->mbus_code) in flite_hw_set_out_order()
247 void flite_hw_set_dma_window(struct fimc_lite *dev, struct flite_frame *f) in flite_hw_set_dma_window() argument
254 cfg |= (f->f_height << 16) | f->f_width; in flite_hw_set_dma_window()
260 cfg |= (f->rect.top << 16) | f->rect.left; in flite_hw_set_dma_window()
297 void flite_hw_set_output_dma(struct fimc_lite *dev, struct flite_frame *f, in flite_hw_set_output_dma() argument
311 flite_hw_set_out_order(dev, f); in flite_hw_set_output_dma()
312 flite_hw_set_dma_window(dev, f); in flite_hw_set_output_dma()