Home
last modified time | relevance | path

Searched refs:channelCount (Results 1 - 2 of 2) sorted by relevance

/applications/sample/camera/media/
H A Daudio_capture_sample.cpp179 std::cout << "SetCapturerInfo (channelCount:1, channelCount:2)" << endl; in GetChannelCount()
181 int32_t channelCount; in GetChannelCount() local
182 std::cin >> channelCount; in GetChannelCount() local
183 if (channelCount != 1 && channelCount != 0x2) { in GetChannelCount()
184 std::cout << "Can't support input channelCount:" << channelCount << std::endl; in GetChannelCount()
187 return channelCount; in GetChannelCount()
295 info.channelCount in main()
[all...]
H A Dcamera_sample.cpp76 int32_t channelCount = 1; in SampleCreateRecorder() local
126 if ((ret = recorder->SetAudioChannels(audioSourceId, channelCount)) != SUCCESS) { in SampleCreateRecorder()

Completed in 2 milliseconds