Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/encode/
Dh264encode.c105 static char *coded_fn = NULL, *srcyuv_fn = NULL, *recyuv_fn = NULL; variable
804 recyuv_fn = strdup(optarg); in process_cmdline()
880 if (recyuv_fn) { in process_cmdline()
881 recyuv_fp = fopen(recyuv_fn,"w+"); in process_cmdline()
884 printf("Open reconstructed YUV file %s failed\n", recyuv_fn); in process_cmdline()
2082 printf("INPUT: Rec Clip : Save reconstructed frame into %s (fourcc %s)\n", recyuv_fn, in print_input()