Home
last modified time | relevance | path

Searched refs:dst_V (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
456 v_ptr = dst_V + row * (dst_width/2); in download_surface_yuv()
459 u_ptr = dst_V + 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
1764 dst_V = malloc(uv_size); in save_recyuv()
1772 dst_Y, dst_U, dst_V); in save_recyuv()
1786 fwrite(dst_V, uv_size, 1, recyuv_fp); in save_recyuv()
1788 fwrite(dst_V, uv_size, 1, recyuv_fp); in save_recyuv()
1800 if (dst_V) in save_recyuv()
1801 free(dst_V); in save_recyuv()