Home
last modified time | relevance | path

Searched refs:rotate_find_format (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i-formats.h22 const struct rotate_format *rotate_find_format(u32 pixelformat);
H A Dsun8i_rotate.c87 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()
H A Dsun8i_formats.c241 const struct rotate_format *rotate_find_format(u32 pixelformat) in rotate_find_format() function