|
xine-lib
1.2.9
|
#include <xine/xineutils.h>Functions | |
| void | yv12_to_yv12 (const unsigned char *y_src, int y_src_pitch, unsigned char *y_dst, int y_dst_pitch, const unsigned char *u_src, int u_src_pitch, unsigned char *u_dst, int u_dst_pitch, const unsigned char *v_src, int v_src_pitch, unsigned char *v_dst, int v_dst_pitch, int width, int height) |
| void | yuy2_to_yuy2 (const unsigned char *src, int src_pitch, unsigned char *dst, int dst_pitch, int width, int height) |
| void yuy2_to_yuy2 | ( | const unsigned char * | src, |
| int | src_pitch, | ||
| unsigned char * | dst, | ||
| int | dst_pitch, | ||
| int | width, | ||
| int | height | ||
| ) |
References height, width, and xine_fast_memcpy.
Referenced by _x_get_current_frame_data(), crop_frame(), duplicate_frame(), write_frame_sfb(), and yuv_decode_data().
| void yv12_to_yv12 | ( | const unsigned char * | y_src, |
| int | y_src_pitch, | ||
| unsigned char * | y_dst, | ||
| int | y_dst_pitch, | ||
| const unsigned char * | u_src, | ||
| int | u_src_pitch, | ||
| unsigned char * | u_dst, | ||
| int | u_dst_pitch, | ||
| const unsigned char * | v_src, | ||
| int | v_src_pitch, | ||
| unsigned char * | v_dst, | ||
| int | v_dst_pitch, | ||
| int | width, | ||
| int | height | ||
| ) |
References height, width, and xine_fast_memcpy.
Referenced by _x_get_current_frame_data(), crop_frame(), duplicate_frame(), realdec_decode_data(), send_frames(), vaapi_provide_standard_frame_data(), vaapi_software_render_frame(), vpx_decode_data(), write_frame_sfb(), and yuv_decode_data().
1.8.14