Lines Matching refs:cout
97 std::cout << "Options:" << std::endl;
98 std::cout << " -w, --width=width The video width." << std::endl;
99 std::cout << " -h, --height=height The video height." << std::endl;
100 std::cout << " -o, --out=FILE The file name for output file." << std::endl;
101 std::cout << " -i, --in=FILE The file name for input file." << std::endl;
102 std::cout << " -cN, --color=N The color format in the file. 0 is YUV420SP, 1 is RGBA888, 2 is BGRA888, "
105 std::cout << " --HEVC HEVC decode or encode, AVC for default." << std::endl;
106 std::cout << " --MPEG4 MPEG4 decode or encode, AVC for default." << std::endl;
107 std::cout << " --VP9 VP9 decode or encode, AVC for default." << std::endl;
108 std::cout << " --nocopy Support BufferHandle." << std::endl;
109 std::cout << " --help The help info." << std::endl;