Searched refs:dst_Y (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/libva/test/encode/ |
D | h264encode.c | 1750 unsigned char *dst_Y = NULL, *dst_U = NULL, *dst_V = NULL; in save_recyuv() local 1757 dst_Y = malloc(2*uv_size); in save_recyuv() 1762 dst_Y = malloc(4*uv_size); in save_recyuv() 1772 dst_Y, dst_U, dst_V); in save_recyuv() 1777 fwrite(dst_Y, uv_size * 2, 1, recyuv_fp); in save_recyuv() 1782 fwrite(dst_Y, uv_size * 4, 1, recyuv_fp); in save_recyuv() 1796 if (dst_Y) in save_recyuv() 1797 free(dst_Y); in save_recyuv()
|
/hardware/intel/common/libva/test/ |
D | loadsurface.h | 395 unsigned char *dst_Y, unsigned char *dst_U, unsigned char *dst_V) in download_surface_yuv() argument 442 memcpy(dst_Y + row*dst_width, Y_row, dst_width); in download_surface_yuv()
|