aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/lib/engines/common/evas_convert_yuv.h
blob: b5988071769873f27ce366ad046ca1acdf577cd0 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _EVAS_CONVERT_YUV_H
#define _EVAS_CONVERT_YUV_H

EAPI void evas_common_convert_yuv_420p_601_rgba     (DATA8 **src, DATA8 *dst, int w, int h);
EAPI void evas_common_convert_yuv_422_601_rgba      (DATA8 **src, DATA8 *dst, int w, int h);
EAPI void evas_common_convert_yuv_420_601_rgba      (DATA8 **src, DATA8 *dst, int w, int h);
EAPI void evas_common_convert_yuv_420T_601_rgba     (DATA8 **src, DATA8 *dst, int w, int h);

#endif /* _EVAS_CONVERT_YUV_H */