Searched refs:rotate_find_format (Results 1 – 3 of 3) sorted by relevance
22 const struct rotate_format *rotate_find_format(u32 pixelformat);
87 fmt = rotate_find_format(ctx->src_fmt.pixelformat); in rotate_device_run()112 fmt = rotate_find_format(ctx->dst_fmt.pixelformat); in rotate_device_run()182 fmt = rotate_find_format(pix_fmt->pixelformat); in rotate_prepare_format()243 fmt = rotate_find_format(fsize->pixel_format); in rotate_enum_framesizes()264 fmt = rotate_find_format(ctx->src_fmt.pixelformat); in rotate_set_cap_format()319 if (!rotate_find_format(f->fmt.pix.pixelformat)) in rotate_try_fmt_vid_out()
241 const struct rotate_format *rotate_find_format(u32 pixelformat) in rotate_find_format() function