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

/linux-master/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i-formats.h22 const struct rotate_format *rotate_find_format(u32 pixelformat);
H A Dsun8i_formats.c241 const struct rotate_format *rotate_find_format(u32 pixelformat) function
H A Dsun8i_rotate.c87 fmt = rotate_find_format(ctx->src_fmt.pixelformat);
112 fmt = rotate_find_format(ctx->dst_fmt.pixelformat);
182 fmt = rotate_find_format(pix_fmt->pixelformat);
243 fmt = rotate_find_format(fsize->pixel_format);
264 fmt = rotate_find_format(ctx->src_fmt.pixelformat);
319 if (!rotate_find_format(f->fmt.pix.pixelformat))

Completed in 124 milliseconds