Searched refs:recyuv_fp (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/libva/test/encode/ |
D | h264encode.c | 106 static FILE *coded_fp = NULL, *srcyuv_fp = NULL, *recyuv_fp = NULL; variable 881 recyuv_fp = fopen(recyuv_fn,"w+"); in process_cmdline() 883 if (recyuv_fp == NULL) in process_cmdline() 1752 if (recyuv_fp == NULL) in save_recyuv() 1773 fseek(recyuv_fp, display_order * frame_width * frame_height * 1.5, SEEK_SET); in save_recyuv() 1777 fwrite(dst_Y, uv_size * 2, 1, recyuv_fp); in save_recyuv() 1778 fwrite(dst_U, uv_size, 1, recyuv_fp); in save_recyuv() 1782 fwrite(dst_Y, uv_size * 4, 1, recyuv_fp); in save_recyuv() 1785 fwrite(dst_U, uv_size, 1, recyuv_fp); in save_recyuv() 1786 fwrite(dst_V, uv_size, 1, recyuv_fp); in save_recyuv() [all …]
|