Lines Matching defs:endl

71         std::cout << __func__ << ": param is invalid." << std::endl;
86 " [-i displayId] [-f output_file] [-w width] [-h height] [-t type] [-m]" << std::endl;
113 std::cout << "fileType: " << fileType << std::endl;
116 std::cout << "error: fileName " << fileName.c_str() << " invalid, file length too short!" << std::endl;
130 std::cout << "error: fileName " << fileName.c_str() << " invalid, realpath nullptr!" << std::endl;
135 << realPath << " must dump at dir: " << VALID_SNAPSHOT_PATH << std::endl;
145 std::cout << "error: fileName " << fileName.c_str() << " invalid, suffix must be " << fileSuffix << std::endl;
179 static_cast<uint32_t>(param.format) << std::endl;
194 std::cout << __func__ << ": params are invalid." << std::endl;
209 std::cout << __func__ << ": params are invalid." << std::endl;
228 std::cout << "error: data error, nullptr!" << std::endl;
233 std::cout << "error: file is null" << std::endl;
243 std::cout << "error: lib jpeg exit with error!" << std::endl;
277 std::cout << "error: invalid param." << std::endl;
284 std::cout << "error: open file [" << fileName.c_str() << "] error, " << errno << "!" << std::endl;
287 std::cout << "snapshot: pixel format is: " << static_cast<uint32_t>(param.format) << std::endl;
293 std::cout << "snapshot: convert rgba8888 to rgb888 successfully." << std::endl;
302 std::cout << "snapshot: convert rgb565 to rgb888 successfully." << std::endl;
309 std::cout << "snapshot: invalid pixel format." << std::endl;
312 std::cout << "error: close file failed!" << std::endl;
322 std::cout << "error: invalid param." << std::endl;
330 std::cout << "snapshot: pixel format is: " << static_cast<uint32_t>(param.format) << std::endl;
336 std::cout << "snapshot: convert rgba8888 to rgb888 successfully." << std::endl;
345 std::cout << "snapshot: convert rgb565 to rgb888 successfully." << std::endl;
352 std::cout << "snapshot: invalid pixel format." << std::endl;
355 std::cout << "error: close file failed!" << std::endl;
371 std::cout << "error: get supported formats error" << std::endl;
380 std::cout << "error:FinalizePacking error" << std::endl;
425 std::cout << "error: displayId " << static_cast<int64_t>(displayId) << " invalid!" << std::endl;
426 std::cout << "tips: supported displayIds:" << std::endl;
428 std::cout << "\t" << dispId << std::endl;
481 std::cout << "process: set filename to " << cmdArguments.fileName.c_str() << std::endl;
486 std::cout << "error: filename " << cmdArguments.fileName.c_str() << " invalid!" << std::endl;