webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "libyuv/convert_from_argb.h"
#include "libyuv/basic_types.h"
#include "libyuv/cpu_id.h"
#include "libyuv/planar_functions.h"
#include "libyuv/row.h"
Functions | |
LIBYUV_API int | ARGBToI444 (const uint8 *src_argb, int src_stride_argb, uint8 *dst_y, int dst_stride_y, uint8 *dst_u, int dst_stride_u, uint8 *dst_v, int dst_stride_v, int width, int height) |
LIBYUV_API int | ARGBToI422 (const uint8 *src_argb, int src_stride_argb, uint8 *dst_y, int dst_stride_y, uint8 *dst_u, int dst_stride_u, uint8 *dst_v, int dst_stride_v, int width, int height) |
LIBYUV_API int | ARGBToNV12 (const uint8 *src_argb, int src_stride_argb, uint8 *dst_y, int dst_stride_y, uint8 *dst_uv, int dst_stride_uv, int width, int height) |
LIBYUV_API int | ARGBToNV21 (const uint8 *src_argb, int src_stride_argb, uint8 *dst_y, int dst_stride_y, uint8 *dst_uv, int dst_stride_uv, int width, int height) |
LIBYUV_API int | ARGBToYUY2 (const uint8 *src_argb, int src_stride_argb, uint8 *dst_yuy2, int dst_stride_yuy2, int width, int height) |
LIBYUV_API int | ARGBToUYVY (const uint8 *src_argb, int src_stride_argb, uint8 *dst_uyvy, int dst_stride_uyvy, int width, int height) |
LIBYUV_API int | ARGBToI400 (const uint8 *src_argb, int src_stride_argb, uint8 *dst_y, int dst_stride_y, int width, int height) |
LIBYUV_API int | ARGBToRGBA (const uint8 *src_argb, int src_stride_argb, uint8 *dst_rgba, int dst_stride_rgba, int width, int height) |
LIBYUV_API int | ARGBToRGB24 (const uint8 *src_argb, int src_stride_argb, uint8 *dst_rgb24, int dst_stride_rgb24, int width, int height) |
LIBYUV_API int | ARGBToRAW (const uint8 *src_argb, int src_stride_argb, uint8 *dst_raw, int dst_stride_raw, int width, int height) |
LIBYUV_API int | ARGBToRGB565Dither (const uint8 *src_argb, int src_stride_argb, uint8 *dst_rgb565, int dst_stride_rgb565, const uint8 *dither4x4, int width, int height) |
LIBYUV_API int | ARGBToRGB565 (const uint8 *src_argb, int src_stride_argb, uint8 *dst_rgb565, int dst_stride_rgb565, int width, int height) |
LIBYUV_API int | ARGBToARGB1555 (const uint8 *src_argb, int src_stride_argb, uint8 *dst_argb1555, int dst_stride_argb1555, int width, int height) |
LIBYUV_API int | ARGBToARGB4444 (const uint8 *src_argb, int src_stride_argb, uint8 *dst_argb4444, int dst_stride_argb4444, int width, int height) |
LIBYUV_API int | ARGBToJ420 (const uint8 *src_argb, int src_stride_argb, uint8 *dst_yj, int dst_stride_yj, uint8 *dst_u, int dst_stride_u, uint8 *dst_v, int dst_stride_v, int width, int height) |
LIBYUV_API int | ARGBToJ422 (const uint8 *src_argb, int src_stride_argb, uint8 *dst_yj, int dst_stride_yj, uint8 *dst_u, int dst_stride_u, uint8 *dst_v, int dst_stride_v, int width, int height) |
LIBYUV_API int | ARGBToJ400 (const uint8 *src_argb, int src_stride_argb, uint8 *dst_yj, int dst_stride_yj, int width, int height) |
LIBYUV_API int ARGBToARGB1555 | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_argb1555, | ||
int | dst_stride_argb1555, | ||
int | width, | ||
int | height | ||
) |
LIBYUV_API int ARGBToARGB4444 | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_argb4444, | ||
int | dst_stride_argb4444, | ||
int | width, | ||
int | height | ||
) |
LIBYUV_API int ARGBToI400 | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_y, | ||
int | dst_stride_y, | ||
int | width, | ||
int | height | ||
) |
LIBYUV_API int ARGBToI422 | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_y, | ||
int | dst_stride_y, | ||
uint8 * | dst_u, | ||
int | dst_stride_u, | ||
uint8 * | dst_v, | ||
int | dst_stride_v, | ||
int | width, | ||
int | height | ||
) |
LIBYUV_API int ARGBToI444 | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_y, | ||
int | dst_stride_y, | ||
uint8 * | dst_u, | ||
int | dst_stride_u, | ||
uint8 * | dst_v, | ||
int | dst_stride_v, | ||
int | width, | ||
int | height | ||
) |
LIBYUV_API int ARGBToJ400 | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_yj, | ||
int | dst_stride_yj, | ||
int | width, | ||
int | height | ||
) |
LIBYUV_API int ARGBToJ420 | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_yj, | ||
int | dst_stride_yj, | ||
uint8 * | dst_u, | ||
int | dst_stride_u, | ||
uint8 * | dst_v, | ||
int | dst_stride_v, | ||
int | width, | ||
int | height | ||
) |
LIBYUV_API int ARGBToJ422 | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_yj, | ||
int | dst_stride_yj, | ||
uint8 * | dst_u, | ||
int | dst_stride_u, | ||
uint8 * | dst_v, | ||
int | dst_stride_v, | ||
int | width, | ||
int | height | ||
) |
LIBYUV_API int ARGBToNV12 | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_y, | ||
int | dst_stride_y, | ||
uint8 * | dst_uv, | ||
int | dst_stride_uv, | ||
int | width, | ||
int | height | ||
) |
LIBYUV_API int ARGBToNV21 | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_y, | ||
int | dst_stride_y, | ||
uint8 * | dst_uv, | ||
int | dst_stride_uv, | ||
int | width, | ||
int | height | ||
) |
LIBYUV_API int ARGBToRAW | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_raw, | ||
int | dst_stride_raw, | ||
int | width, | ||
int | height | ||
) |
LIBYUV_API int ARGBToRGB24 | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_rgb24, | ||
int | dst_stride_rgb24, | ||
int | width, | ||
int | height | ||
) |
LIBYUV_API int ARGBToRGB565 | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_rgb565, | ||
int | dst_stride_rgb565, | ||
int | width, | ||
int | height | ||
) |
LIBYUV_API int ARGBToRGB565Dither | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_rgb565, | ||
int | dst_stride_rgb565, | ||
const uint8 * | dither4x4, | ||
int | width, | ||
int | height | ||
) |
LIBYUV_API int ARGBToRGBA | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_rgba, | ||
int | dst_stride_rgba, | ||
int | width, | ||
int | height | ||
) |
LIBYUV_API int ARGBToUYVY | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_uyvy, | ||
int | dst_stride_uyvy, | ||
int | width, | ||
int | height | ||
) |
LIBYUV_API int ARGBToYUY2 | ( | const uint8 * | src_argb, |
int | src_stride_argb, | ||
uint8 * | dst_yuy2, | ||
int | dst_stride_yuy2, | ||
int | width, | ||
int | height | ||
) |