Home
last modified time | relevance | path

Searched refs:dst_U (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libva/test/
Dloadsurface.h395 unsigned char *dst_Y, unsigned char *dst_U, unsigned char *dst_V) in download_surface_yuv() argument
452 memcpy(dst_U + row * dst_width, U_row, dst_width); in download_surface_yuv()
455 u_ptr = dst_U + row * (dst_width/2); in download_surface_yuv()
458 v_ptr = dst_U + row * (dst_width/2); in download_surface_yuv()
/hardware/intel/common/libva/test/encode/
Dh264encode.c1750 unsigned char *dst_Y = NULL, *dst_U = NULL, *dst_V = NULL; in save_recyuv() local
1758 dst_U = malloc(uv_size); in save_recyuv()
1763 dst_U = malloc(uv_size); in save_recyuv()
1772 dst_Y, dst_U, dst_V); in save_recyuv()
1778 fwrite(dst_U, uv_size, 1, recyuv_fp); in save_recyuv()
1785 fwrite(dst_U, uv_size, 1, recyuv_fp); in save_recyuv()
1789 fwrite(dst_U, uv_size, 1, recyuv_fp); in save_recyuv()
1798 if (dst_U) in save_recyuv()
1799 free(dst_U); in save_recyuv()