Home
last modified time | relevance | path

Searched refs:SetAudioChannels (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-multimedia-video-record-guide.md27 | Recorder | int32_t SetAudioChannels(int32_t sourceId, int32_t num) | 设置要录制的音频…
86 recorder->SetAudioChannels(audioSourceId, channelCount); // 设置音频通道数
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/
H A Drecorder.cpp113 int32_t Recorder::SetAudioChannels(int32_t sourceId, int32_t num) in SetAudioChannels() function in OHOS::Media::Recorder
119 return client_->SetAudioChannels(sourceId, num); in SetAudioChannels()
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/passthrough/
H A Drecorder_client.cpp123 int32_t Recorder::RecorderClient::SetAudioChannels(int32_t sourceId, int32_t num) in SetAudioChannels() function in OHOS::Media::Recorder::RecorderClient
129 return impl_->SetAudioChannels(sourceId, num); in SetAudioChannels()
H A Drecorder_client.h37 int32_t SetAudioChannels(int32_t sourceId, int32_t num);
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_recorder.cpp170 void TestRecorder::SetAudioChannels(RecorderTestParam::VideoRecorderConfig_ &recorderConfig) in SetAudioChannels() function in TestRecorder
172 recorder->SetAudioChannels(recorderConfig.audioSourceId, recorderConfig.channelCount); in SetAudioChannels()
306 TestRecorder::SetAudioChannels(recorderConfig); in CameraServicesForAudio()
H A Dtest_recorder.h59 void SetAudioChannels(RecorderTestParam::VideoRecorderConfig_ &recorderConfig);
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiochannels_fuzzer/
H A Drecordersetaudiochannels_fuzzer.cpp62 TestRecorder::SetAudioChannels(g_videoRecorderConfig); in FuzzRecorderSetAudioChannels()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiochannelsnum_fuzzer/
H A Drecordersetaudiochannelsnum_fuzzer.cpp62 TestRecorder::SetAudioChannels(g_videoRecorderConfig); in FuzzRecorderSetAudioChannelsNum()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudioencodingbitrate_fuzzer/
H A Drecordersetaudioencodingbitrate_fuzzer.cpp61 TestRecorder::SetAudioChannels(g_videoRecorderConfig); in FuzzRecorderSetAudioEncodingBitRate()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudiosamplerate_fuzzer/
H A Drecordersetaudiosamplerate_fuzzer.cpp63 TestRecorder::SetAudioChannels(g_videoRecorderConfig); in FuzzRecorderSetAudioSampleRatee()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/recorder_fuzztest/recordersetaudioencoder_fuzzer/
H A Drecordersetaudioencoder_fuzzer.cpp71 TestRecorder::SetAudioChannels(g_videoRecorderConfig); in FuzzRecorderSetAudioEncoder()
/ohos5.0/foundation/multimedia/media_lite/frameworks/recorder_lite/binder/
H A Drecorder_client.h38 int32_t SetAudioChannels(int32_t sourceId, int32_t num);
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/ipc/
H A Drecorder_service_stub.h56 int32_t SetAudioChannels(int32_t sourceId, int32_t num) override;
108 int32_t SetAudioChannels(MessageParcel &data, MessageParcel &reply);
H A Drecorder_service_stub.cpp90 [this](MessageParcel &data, MessageParcel &reply) { return SetAudioChannels(data, reply); }; in FillRecFuncPart1()
345 int32_t RecorderServiceStub::SetAudioChannels(int32_t sourceId, int32_t num) in SetAudioChannels() function in OHOS::Media::RecorderServiceStub
348 return recorderServer_->SetAudioChannels(sourceId, num); in SetAudioChannels()
685 int32_t RecorderServiceStub::SetAudioChannels(MessageParcel &data, MessageParcel &reply) in SetAudioChannels() function in OHOS::Media::RecorderServiceStub
689 reply.WriteInt32(SetAudioChannels(sourceId, num)); in SetAudioChannels()
H A Drecorder_service_proxy.h48 int32_t SetAudioChannels(int32_t sourceId, int32_t num) override;
H A Di_standard_recorder_service.h52 virtual int32_t SetAudioChannels(int32_t sourceId, int32_t num) = 0;
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/recorder_lite/
H A Drecorder.h375 int32_t SetAudioChannels(int32_t sourceId, int32_t num);
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/src/
H A Drecorder_mock.cpp181 int32_t RecorderMock::SetAudioChannels(int32_t sourceId, int32_t num) in SetAudioChannels() function in RecorderMock
184 return recorder_->SetAudioChannels(sourceId, num); in SetAudioChannels()
549 ret = recorder_->SetAudioChannels(recorderConfig.audioSourceId, recorderConfig.channelCount); in CameraServicesForAudio()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/
H A Drecorder_impl.cpp181 int32_t RecorderImpl::SetAudioChannels(int32_t sourceId, int32_t num) in SetAudioChannels() function in OHOS::Media::RecorderImpl
186 return recorderService_->SetAudioChannels(sourceId, num); in SetAudioChannels()
H A Drecorder_impl.h45 int32_t SetAudioChannels(int32_t sourceId, int32_t num) override;
/ohos5.0/foundation/multimedia/player_framework/services/include/
H A Di_recorder_service.h309 virtual int32_t SetAudioChannels(int32_t sourceId, int32_t num) = 0;
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_impl.h69 int32_t SetAudioChannels(int32_t sourceId, int32_t num);
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/client/
H A Drecorder_client.h51 int32_t SetAudioChannels(int32_t sourceId, int32_t num) override;
H A Drecorder_client.cpp252 int32_t RecorderClient::SetAudioChannels(int32_t sourceId, int32_t num) in SetAudioChannels() function in OHOS::Media::RecorderClient
258 return recorderProxy_->SetAudioChannels(sourceId, num); in SetAudioChannels()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/recorder/test/unittest/include/
H A Drecorder_mock.h137 int32_t SetAudioChannels(int32_t sourceId, int32_t num);

12