Lines Matching defs:endl

45              << "/userdata/" << ss.str() << endl;

48 cout << "Open recorder file failed. strerr=" << strerror(errno) << endl;
56 cout << "Start saving picture" << endl;
65 cout << "write " << size << " bytes" << endl;
68 cout << "Saving picture end" << endl;
91 cout << "SetVideoSource failed." << ret << endl;
95 cout << "SetVideoEncoder failed." << ret << endl;
99 cout << "SetVideoSize failed." << ret << endl;
103 cout << "SetVideoFrameRate failed." << ret << endl;
107 cout << "SetVideoEncodingBitRate failed." << ret << endl;
111 cout << "SetCaptureRate failed." << ret << endl;
115 cout << "SetAudioSource failed." << ret << endl;
119 cout << "SetAudioEncoder failed." << ret << endl;
123 cout << "SetAudioSampleRate failed." << ret << endl;
127 cout << "SetAudioChannels failed." << ret << endl;
131 cout << "SetAudioEncodingBitRate failed." << ret << endl;
135 cout << "SetAudioEncodingBitRate failed." << ret << endl;
148 cout << "Receive frame complete inform." << endl;
150 cout << "Capture frame received." << endl;
178 cout << "Sample recv OnCreate camera." << endl;
210 cout << "Camera is not ready." << endl;
217 cout << "Recorder not available." << endl;
224 cout << "Create fd failed." << endl;
233 cout << "Camera is already recording." << endl;
238 cout << "PrepareRecorder failed." << endl;
244 cout << "SetOutputPath failed. ret=" << ret << endl;
250 cout << "Prepare failed. ret=" << ret << endl;
256 cout << "recorder start failed. ret=" << ret << endl;
274 cout << "camera start recording failed. ret=" << ret << endl;
278 cout << "camera start recording succeed." << endl;
284 cout << "Camera is not ready." << endl;
288 cout << "Camera is already previewing." << endl;
295 cout << "CreateSurface failed" << endl;
307 cout << "camera start preview failed. ret=" << ret << endl;
311 cout << "camera start preview succeed." << endl;
316 cout << "Camera is not ready." << endl;
323 cout << "CreateSurface failed" << endl;
333 cout << "Camera is not ready." << endl;
360 cout << "*******************************************" << endl;
361 cout << "Select the behavior of avrecorder." << endl;
362 cout << "1: Capture" << endl;
363 cout << "2: Record(Press s to stop)" << endl;
364 cout << "3: Preview(Press s to stop)" << endl;
365 cout << "q: quit the sample." << endl;
366 cout << "*******************************************" << endl;
371 cout << "Camera sample begin." << endl;
375 cout << "Can not get CameraKit instance" << endl;
386 cout << "No available camera.(1080p wanted)" << endl;
419 cout << "Camera sample end." << endl;