Lines Matching refs:frame
223 struct camif_frame *frame = &vp->out_frame; in camif_hw_set_out_dma_size() local
228 cfg |= (frame->f_width << 16) | frame->f_height; in camif_hw_set_out_dma_size()
261 struct camif_frame *frame = &vp->out_frame; in camif_hw_set_output_dma() local
269 struct camif_dma_offset *offset = &frame->dma_offset; in camif_hw_set_output_dma()
279 camif_get_dma_burst(frame->rect.width, fmt->ybpp, &ymburst, &yrburst); in camif_hw_set_output_dma()
302 struct camif_frame *frame = &vp->out_frame; in camif_hw_set_target_format() local
305 pr_debug("fw: %d, fh: %d color: %d\n", frame->f_width, in camif_hw_set_target_format()
306 frame->f_height, vp->out_fmt->color); in camif_hw_set_target_format()
337 cfg |= (frame->f_height << 16) | frame->f_width; in camif_hw_set_target_format()
339 cfg |= (frame->f_width << 16) | frame->f_height; in camif_hw_set_target_format()
345 cfg |= (frame->f_width * frame->f_height); in camif_hw_set_target_format()