11 #ifndef INCLUDE_LIBYUV_CONVERT_FROM_H_ 12 #define INCLUDE_LIBYUV_CONVERT_FROM_H_ 55 uint8* dst_uv,
int dst_stride_uv,
63 uint8* dst_vu,
int dst_stride_vu,
70 uint8* dst_frame,
int dst_stride_frame,
77 uint8* dst_frame,
int dst_stride_frame,
84 uint8* dst_argb,
int dst_stride_argb,
91 uint8* dst_argb,
int dst_stride_argb,
98 uint8* dst_argb,
int dst_stride_argb,
105 uint8* dst_rgba,
int dst_stride_rgba,
112 uint8* dst_frame,
int dst_stride_frame,
119 uint8* dst_frame,
int dst_stride_frame,
126 uint8* dst_frame,
int dst_stride_frame,
137 uint8* dst_frame,
int dst_stride_frame,
144 uint8* dst_frame,
int dst_stride_frame,
151 uint8* dst_frame,
int dst_stride_frame,
159 const uint8*
u,
int u_stride,
160 const uint8*
v,
int v_stride,
161 uint8* dst_sample,
int dst_sample_stride,
170 #endif // INCLUDE_LIBYUV_CONVERT_FROM_H_ EGLSurface EGLint EGLint EGLint EGLint height
Definition: eglext.h:950
uint8_t * dst_v
Definition: peerconnection_jni.cc:2274
GLint GLint GLint GLsizei GLsizei GLenum format
Definition: gl2.h:403
LIBYUV_API int I420ToABGR(const uint8 *src_y, int src_stride_y, const uint8 *src_u, int src_stride_u, const uint8 *src_v, int src_stride_v, uint8 *dst_argb, int dst_stride_argb, int width, int height)
Definition: convert_argb.cc:135
LIBYUV_API int I420ToRGB565(const uint8 *src_y, int src_stride_y, const uint8 *src_u, int src_stride_u, const uint8 *src_v, int src_stride_v, uint8 *dst_frame, int dst_stride_frame, int width, int height)
Definition: convert_from.cc:723
OPENSSL_EXPORT pem_password_cb void * u
Definition: pem.h:398
EGLSurface EGLint EGLint EGLint width
Definition: eglext.h:950
LIBYUV_API int ConvertFromI420(const uint8 *y, int y_stride, const uint8 *u, int u_stride, const uint8 *v, int v_stride, uint8 *dst_sample, int dst_sample_stride, int width, int height, uint32 format)
Definition: convert_from.cc:896
LIBYUV_API int I420ToNV21(const uint8 *src_y, int src_stride_y, const uint8 *src_u, int src_stride_u, const uint8 *src_v, int src_stride_v, uint8 *dst_y, int dst_stride_y, uint8 *dst_vu, int dst_stride_vu, int width, int height)
Definition: convert_from.cc:391
uint8_t * dst_y
Definition: peerconnection_jni.cc:2270
unsigned char uint8
Definition: basic_types.h:62
LIBYUV_API int I420ToARGB4444(const uint8 *src_y, int src_stride_y, const uint8 *src_u, int src_stride_u, const uint8 *src_v, int src_stride_v, uint8 *dst_frame, int dst_stride_frame, int width, int height)
Definition: convert_from.cc:661
LIBYUV_API int I420ToRGBA(const uint8 *src_y, int src_stride_y, const uint8 *src_u, int src_stride_u, const uint8 *src_v, int src_stride_v, uint8 *dst_rgba, int dst_stride_rgba, int width, int height)
Definition: convert_from.cc:477
LIBYUV_API int I420ToRGB565Dither(const uint8 *src_y, int src_stride_y, const uint8 *src_u, int src_stride_u, const uint8 *src_v, int src_stride_v, uint8 *dst_frame, int dst_stride_frame, const uint8 *dither4x4, int width, int height)
Definition: convert_from.cc:792
LIBYUV_API int I420ToYUY2(const uint8 *src_y, int src_stride_y, const uint8 *src_u, int src_stride_u, const uint8 *src_v, int src_stride_v, uint8 *dst_frame, int dst_stride_frame, int width, int height)
Definition: convert_from.cc:183
LIBYUV_API int I420ToUYVY(const uint8 *src_y, int src_stride_y, const uint8 *src_u, int src_stride_u, const uint8 *src_v, int src_stride_v, uint8 *dst_frame, int dst_stride_frame, int width, int height)
Definition: convert_from.cc:307
LIBYUV_API int I420ToRGB24(const uint8 *src_y, int src_stride_y, const uint8 *src_u, int src_stride_u, const uint8 *src_v, int src_stride_v, uint8 *dst_frame, int dst_stride_frame, int width, int height)
Definition: convert_from.cc:568
LIBYUV_API int I420ToARGB(const uint8 *src_y, int src_stride_y, const uint8 *src_u, int src_stride_u, const uint8 *src_v, int src_stride_v, uint8 *dst_argb, int dst_stride_argb, int width, int height)
Definition: convert_argb.cc:120
LIBYUV_API int I420ToBGRA(const uint8 *src_y, int src_stride_y, const uint8 *src_u, int src_stride_u, const uint8 *src_v, int src_stride_v, uint8 *dst_argb, int dst_stride_argb, int width, int height)
Definition: convert_from.cc:492
uint8_t * src_u
Definition: peerconnection_jni.cc:2263
LIBYUV_API int I420ToRAW(const uint8 *src_y, int src_stride_y, const uint8 *src_u, int src_stride_u, const uint8 *src_v, int src_stride_v, uint8 *dst_frame, int dst_stride_frame, int width, int height)
Definition: convert_from.cc:583
uint8_t * src_y
Definition: peerconnection_jni.cc:2261
EGLSurface EGLint EGLint y
Definition: eglext.h:950
LIBYUV_API int I420ToI444(const uint8 *src_y, int src_stride_y, const uint8 *src_u, int src_stride_u, const uint8 *src_v, int src_stride_v, 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)
Definition: convert_from.cc:88
const GLfloat * v
Definition: gl2.h:514
size_t dst_stride_v
Definition: peerconnection_jni.cc:2275
Definition: basictypes_test.cc:14
#define LIBYUV_API
Definition: basic_types.h:102
size_t dst_stride_u
Definition: peerconnection_jni.cc:2273
LIBYUV_API int I420ToNV12(const uint8 *src_y, int src_stride_y, const uint8 *src_u, int src_stride_u, const uint8 *src_v, int src_stride_v, uint8 *dst_y, int dst_stride_y, uint8 *dst_uv, int dst_stride_uv, int width, int height)
Definition: convert_from.cc:368
LIBYUV_API int I420ToARGB1555(const uint8 *src_y, int src_stride_y, const uint8 *src_u, int src_stride_u, const uint8 *src_v, int src_stride_v, uint8 *dst_frame, int dst_stride_frame, int width, int height)
Definition: convert_from.cc:598
uint8_t * dst_u
Definition: peerconnection_jni.cc:2272
uint32_t uint32
Definition: angle_config.h:28
LIBYUV_API int I420ToI422(const uint8 *src_y, int src_stride_y, const uint8 *src_u, int src_stride_u, const uint8 *src_v, int src_stride_v, 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)
Definition: convert_from.cc:66
size_t dst_stride_y
Definition: peerconnection_jni.cc:2271
uint8_t * src_v
Definition: peerconnection_jni.cc:2265
LIBYUV_API int I400Copy(const uint8 *src_y, int src_stride_y, uint8 *dst_y, int dst_stride_y, int width, int height)
Definition: convert_from.cc:109