Home | History | Annotate | Download | only in encode

Lines Matching full:yuv

75 #define SURFACE_NUM 16 /* 16 surfaces for source YUV */
140 /* thread to save coded data/upload source YUV */
720 printf(" --srcyuv <filename> load YUV from a file\n");
721 printf(" --fourcc <NV12|IYUV|YV12> source YUV fourcc\n");
722 printf(" --recyuv <filename> save reconstructed YUV into a file\n");
866 printf("Open source YUV file %s failed, use auto-generated YUV data\n", srcyuv_fn);
872 printf("Source YUV file %s with %llu frames\n", srcyuv_fn, srcyuv_frames);
884 printf("Open reconstructed YUV file %s failed\n", recyuv_fn);
1713 printf("Failed to mmap YUV file (%s)\n", strerror(errno));
1732 printf("Unsupported source YUV format\n");
1766 printf("Unsupported source YUV format\n");
1792 printf("Unsupported YUV format\n");
1952 /* upload RAW YUV data into all surfaces */
2073 printf("INPUT: Source YUV : %s", srcyuv_fp?"FILE":"AUTO generated");
2111 printf("Failed to mmap YUV files\n");