|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "libyuv/convert_argb.h"#include "libyuv/cpu_id.h"#include "libyuv/rotate_argb.h"#include "libyuv/row.h"#include "libyuv/video_common.h"Functions | |
| LIBYUV_API int | ConvertToARGB (const uint8 *sample, size_t sample_size, uint8 *crop_argb, int argb_stride, int crop_x, int crop_y, int src_width, int src_height, int crop_width, int crop_height, enum RotationMode rotation, uint32 fourcc) |
| LIBYUV_API int ConvertToARGB | ( | const uint8 * | sample, |
| size_t | sample_size, | ||
| uint8 * | crop_argb, | ||
| int | argb_stride, | ||
| int | crop_x, | ||
| int | crop_y, | ||
| int | src_width, | ||
| int | src_height, | ||
| int | crop_width, | ||
| int | crop_height, | ||
| enum RotationMode | rotation, | ||
| uint32 | fourcc | ||
| ) |
1.8.13