5 #include <GraphicsDefs.h>
8 #include "libavcodec/avcodec.h"
12 void gfx_conv_null(AVFrame
*in
, AVFrame
*out
, int width
, int height
);
15 void gfx_conv_yuv410p_ycbcr422_c(AVFrame
*in
, AVFrame
*out
, int width
,
17 void gfx_conv_yuv411p_ycbcr422_c(AVFrame
*in
, AVFrame
*out
, int width
,
19 void gfx_conv_yuv420p_ycbcr422_c(AVFrame
*in
, AVFrame
*out
, int width
,
23 void gfx_conv_yuv420p10le_rgb32_c(AVFrame
*in
, AVFrame
*out
, int width
,
25 void gfx_conv_yuv410p_rgb32_c(AVFrame
*in
, AVFrame
*out
, int width
,
27 void gfx_conv_yuv411p_rgb32_c(AVFrame
*in
, AVFrame
*out
, int width
,
29 void gfx_conv_YCbCr420p_RGB32_c(AVFrame
*in
, AVFrame
*out
, int width
,
31 void gfx_conv_YCbCr422_RGB32_c(AVFrame
*in
, AVFrame
*out
, int width
,
33 void gfx_conv_GBRP_RGB32_c(AVFrame
*in
, AVFrame
*out
, int width
,
37 #endif // _GFX_CONV_C_H