Home
last modified time | relevance | path

Searched refs:audChannel (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/audio_recorder/
H A DTestFastRecorder.cpp98 auto audChannel = AudChannel{2};
102 recorder->Configure(audioSourceId, audChannel);
127 auto audChannel = AudChannel{2};
131 recorder->Configure(audioSourceId, audChannel);
158 auto audChannel = AudChannel{2};
162 recorder->Configure(audioSourceId, audChannel);
189 auto audChannel = AudChannel{2};
193 recorder->Configure(audioSourceId, audChannel);
222 auto audChannel = AudChannel{2};
226 recorder->Configure(audioSourceId, audChannel);
/ohos5.0/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dstd_audio_recorder.cpp83 auto audChannel = AudChannel {recordSource.channel_}; in Configure()
88 FALSE_RETURN_V((recorder_->Configure(audioSourceId, audChannel)) == 0, ERR_INVALID_VALUE); in Configure()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp626 AudChannel audChannel = static_cast<const AudChannel&>(recParam); in ConfigureAudio() local
627 audioEncFormat_->Set<Tag::AUDIO_CHANNEL_COUNT>(audChannel.channel); in ConfigureAudio()
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.cpp523 AudChannel audChannel(num); in SetAudioChannels() local
525 return recorderEngine_->Configure(sourceId, audChannel); in SetAudioChannels()