Home | History | Annotate | Download | only in encode

Lines Matching defs:fourcc

623 static char *fourcc_to_string(int fourcc)
625 switch (fourcc) {
641 int fourcc;
644 fourcc = VA_FOURCC_NV12;
646 fourcc = VA_FOURCC_IYUV;
648 fourcc = VA_FOURCC_YV12;
650 fourcc = VA_FOURCC_UYVY;
652 printf("Unknow FOURCC\n");
653 fourcc = -1;
655 return fourcc;
721 printf(" --fourcc <NV12|IYUV|YV12> source YUV fourcc\n");
743 {"fourcc", required_argument, NULL, 11 },
2075 printf(":%s (fourcc %s)\n", srcyuv_fn, fourcc_to_string(srcyuv_fourcc));
2082 printf("INPUT: Rec Clip : Save reconstructed frame into %s (fourcc %s)\n", recyuv_fn,