Lines Matching refs:cout

58     std::cout << "Heif Hardware encode Demo Options:" << std::endl;
59 std::cout << " --help help info." << std::endl;
60 std::cout << " --primaryImg full path for primary image file." << std::endl;
61 std::cout << " --auxiliaryImg (optional) full path for auxiliary image file." << std::endl;
62 std::cout << " --thumbnailImg (optional) full path for thumbnail image file." << std::endl;
63 std::cout << " --gainMap (optional) full path for gainMap file." << std::endl;
64 std::cout << " --exifData (optional) full path for exifData file." << std::endl;
65 std::cout << " --userData (optional) full path for userData file." << std::endl;
66 std::cout << " --iccProfile (optional) full path for iccProfile file." << std::endl;
67 std::cout << " --it35 (optional) full path for it35 file." << std::endl;
68 std::cout << " --mirror (optional) image mirror info. 0: HORIZONTAL, 1: VERTICAL" << std::endl;
69 std::cout << " --rotate (optional) image rotate info. " << rotateValueOpt << std::endl;
70 std::cout << " -o, --out (optional) full path for output file." << std::endl;
155 std::cout << "=========================== OPT INFO ===========================" << endl;
156 std::cout << " primaryImgPath : " << primaryImgPath << endl;
157 std::cout << " auxiliaryImgPath : " << auxiliaryImgPath << endl;
158 std::cout << " thumbnailImgPath : " << thumbnailImgPath << endl;
159 std::cout << " gainMapPath : " << gainMapPath << endl;
160 std::cout << " exifDataPath : " << exifDataPath << endl;
161 std::cout << " userDataPath : " << userDataPath << endl;
162 std::cout << " iccProfilePath : " << iccProfilePath << endl;
163 std::cout << " it35Path : " << it35Path << endl;
164 std::cout << " mirrorInfo : " << GetMirrorPrintInfo(mirrorInfo) << endl;
165 std::cout << " rotateInfo : " << GetRotatePrintInfo(rotateInfo) << endl;
166 std::cout << " outputPath : " << outputPath << endl;
167 std::cout << "=================================================================" << endl;