Lines Matching refs:cout

69             std::cout << "receive preview buffer not save" << std::endl;
115 std::cout << "save yuv to file:" << path << std::endl;
118 std::cout << "open file failed, errno = " << strerror(errno) << std::endl;
124 std::cout << "write file failed, error = " << strerror(errno) << std::endl;
134 std::cout << "SaveVideoFile: operationMode = " << operationMode << " videoFd = "<< videoFd << std::endl;
159 std::cout << "open file failed, errno = " << strerror(errno) << std::endl;
165 std::cout << "write file failed, error = " << strerror(errno) << std::endl;
185 std::cout << "==========[test log]ICameraHost get failed."<< std::endl;
187 std::cout << "==========[test log]ICameraHost get success."<< std::endl;
195 std::cout << "==========[test log]ICameraHost get failed."<< std::endl;
197 std::cout << "==========[test log]ICameraHost get success."<< std::endl;
211 std::cout << "==========[test log]GetCameraIds failed." << std::endl;
214 std::cout << "==========[test log]GetCameraIds success." << std::endl;
224 std::cout << "==========[test log]GetCameraAbility failed, rc = " << rc << std::endl;
230 std::cout << "==========[test log] get OHOS_CONTROL_AE_AVAILABLE_MODES success" << std::endl;
245 std::cout << "==========[test log]OpenCamera failed, rc = " << rc << std::endl;
248 std::cout << "==========[test log]OpenCamera success." << std::endl;
257 std::cout << "cameraDevice->Close" << std::endl;
269 std::cout << "==========[test log]GetStreamOperator success." << std::endl;
271 std::cout << "==========[test log]GetStreamOperator fail, rc = " << rc << std::endl;
286 std::cout << "==========[test log]received a preview buffer ... 0" << std::endl;
313 std::cout << "==========[test log]received a video buffer ... 1" << std::endl;
343 std::cout << "==========[test log]received a capture buffer ... 2" << std::endl;
361 std::cout << "==========[test log]CreateStreams success." << std::endl;
363 std::cout << "==========[test log]CreateStreams fail, rc = " << rc << std::endl;
369 std::cout << "==========[test log]CommitStreams success." << std::endl;
371 std::cout << "==========[test log]CommitStreams fail, rc = " << rc << std::endl;
386 std::cout << "==========[test log]check Capture: Capture success, " << captureId << std::endl;
388 std::cout << "==========[test log]check Capture: Capture fail, rc = " << rc << std::endl;
396 std::cout << "captureIds.size() = " << captureIds.size() << std::endl;
398 std::cout << "captureId = " << captureId << std::endl;
402 std::cout << "==========[test log]check Capture: CancelCapture success," << captureId << std::endl;
404 std::cout << "==========[test log]check Capture: CancelCapture fail, rc = " << rc << std::endl;
405 std::cout << "captureId = " << captureId << std::endl;
421 std::cout << "==========[test log]check Capture: ReleaseStreams success." << std::endl;
423 std::cout << "==========[test log]check Capture: ReleaseStreams fail, rc = " << rc << std::endl;
442 std::cout << "==========[test log]check offline: CancelCapture success," << captureId << std::endl;
444 std::cout << "==========[test log]check offline: CancelCapture fail, rc = " << rc;
445 std::cout << "captureId = " << captureId << std::endl;
450 std::cout << "==========[test log]Check offline stream: offline Release success." << std::endl;
452 std::cout << "==========[test log]Check offline stream: offline Release fail, rc = " << rc << std::endl;
490 std::cout << "create a buffer queue producer:" << producer.GetRefPtr() << std::endl;