Lines Matching refs:cout

63         std::cout << "current run time is: " << i << std::endl;
93 cout << "current run time is: " << i << endl;
95 cout << "rotation is: " << rotation << endl;
97 cout << "ret code is: " << ret << endl;
123 cout << "current run time is: " << i << endl;
136 cout << "OH_AV_KEY_MIME is: " << mimeType[typeIndex] << endl;
137 cout << "OH_AV_KEY_BIT_RATE is: " << bitRate << ", OH_AV_KEY_CODEC_CONFIG len is: " << dataLen << endl;
138 cout << "OH_AV_KEY_AUDIO_SAMPLE_FORMAT is: " << audioSampleFormat <<
140 cout << "OH_AV_KEY_VIDEO_HEIGHT is: " << videoHeight <<
197 cout << "current run time is: " << i << endl;
200 cout << "data len is:" << dataLen << endl;
205 cout << "pts is:" << pts << endl;
206 cout << "size is:" << dataLen << endl;
207 cout << "trackIndex is:" << trackIndex << endl;
213 cout << "ret code is: " << ret << endl;
236 cout << "OH_AV_KEY_MIME is: " << mimeType[typeIndex] << endl;
237 cout << "OH_AV_KEY_BIT_RATE is: " << bitRate << ", OH_AV_KEY_CODEC_CONFIG len is: " << configLen << endl;
238 cout << "OH_AV_KEY_AUDIO_SAMPLE_FORMAT is: " << audioSampleFormat
240 cout << "OH_AV_KEY_VIDEO_HEIGHT is: " << videoHeight <<
259 cout << "trackId is: " << trackId << endl;
262 cout << "Start ret is:" << ret << endl;
271 cout << "pts is:" << *pts << endl;
272 cout << "size is:" << *size << endl;
301 cout << "current run time is: " << i << endl;
306 cout << "fd is: " << fd << ", format is: " << static_cast<int32_t>(format) << endl;
308 cout << "Create ret code is: " << ret << endl;
312 cout << "rotation is: " << rotation << endl;
314 cout << "SetRotation ret code is: " << ret << endl;
324 cout << "WriteSample ret code is: " << ret << endl;
327 cout << "Stop ret is:" << ret << endl;
330 cout << "Destroy ret is:" << ret << endl;