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

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

Completed in 54 milliseconds