/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/audio_capture/ |
H A D | audio_capture_plugin.cpp | 266 if (params.audioChannel != capturerParams_.audioChannel) { in GetParameter() 268 capturerParams_.audioChannel, params.audioChannel); in GetParameter() 270 value = params.audioChannel; in GetParameter() 321 capturerParams_.audioChannel = channel; in AssignChannelNumIfSupported()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/ |
H A D | audio_capturer_unit_test.cpp | 52 capturerParams.audioChannel = STEREO; in InitializeCapturer() 389 capturerParams.audioChannel = STEREO; 413 capturerParams.audioChannel = STEREO; 716 capturerParams.audioChannel = MONO; 766 capturerParams.audioChannel = MONO; 791 capturerParams.audioChannel = MONO; 815 capturerParams.audioChannel = MONO; 900 EXPECT_EQ(capturerParams.audioChannel, getCapturerParams.audioChannel); 920 capturerParams.audioChannel = MONO; 949 capturerParams.audioChannel = MONO; [all …]
|
H A D | audio_capturer_extra_unit_test.cpp | 1539 capturerParams.audioChannel = STEREO; 1564 capturerParams.audioChannel = STEREO; 1589 capturerParams.audioChannel = STEREO;
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/source/audio_capture/ |
H A D | audio_capture_module.cpp | 197 if (params.audioChannel != options_.streamInfo.channels) { in GetParameter() 199 options_.streamInfo.channels, params.audioChannel); in GetParameter() 201 FALSE_LOG(meta->Set<Tag::AUDIO_CHANNEL_COUNT>(params.audioChannel)); in GetParameter()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/ |
H A D | audiocapturer_adapter.cpp | 62 capturerOptions.streamInfo.channels = capturerParams.audioChannel; in CreateAudioCapturerAdapter() 208 capturerParams->audioChannel = channelCount; in ConvertPcmFormat()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/common/ |
H A D | napi_audio_enum.cpp | 844 AudioChannel audioChannel; in GetAudioChannel() local 850 audioChannel = napiAudioEnum->audioParameters_->channels; in GetAudioChannel() 851 …napi_status status = NapiParamUtils::SetValueInt32(env, static_cast<int32_t>(audioChannel), jsResu… in GetAudioChannel() 862 int32_t audioChannel; in SetAudioChannel() local 863 napi_status status = NapiParamUtils::GetValueInt32(env, audioChannel, args[0]); in SetAudioChannel() 868 napiAudioEnum->audioParameters_->channels = static_cast<AudioChannel>(audioChannel); in SetAudioChannel()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/filters/av_transport_input/ |
H A D | av_transport_input_filter.cpp | 419 …uint32_t audioChannel = static_cast<uint32_t>(Plugin::AnyCast<int>(paramsMap_[Tag::AUDIO_CHANNELS]… in ConfigAudioMeta() local 420 AVTRANS_LOGI("ConfigAudioMeta: AUDIO_CHANNELS is %{public}u", audioChannel); in ConfigAudioMeta() 421 meta.Set<Plugin::Tag::AUDIO_CHANNELS>(audioChannel); in ConfigAudioMeta()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/ |
H A D | audio_capturer_test.cpp | 124 AUDIO_INFO_LOG("Get Audio channels: %{public}d", getCapturerParams.audioChannel); in InitCapture()
|
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocapturer/include/ |
H A D | audio_capturer.h | 39 AudioChannel audioChannel = MONO; member
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/ |
H A D | audio_voip_test.cpp | 253 capturerParams.audioChannel = AudioChannel::STEREO; in TestRecording()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/ |
H A D | audio_capturer.cpp | 117 params.audioChannel = AudioChannel::STEREO; in Create() 120 params.audioChannel = capturerOptions.streamInfo.channels; in Create() 293 …std::to_string(params.audioChannel) + "_" + std::to_string(params.audioSampleFormat) + "_cap_clien… in SetParams() 455 params.audioChannel = static_cast<AudioChannel>(audioStreamParams.channels); in GetParams()
|
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/ |
H A D | recorder_server.h | 161 int32_t audioChannel = 0; member
|
H A D | recorder_server.cpp | 522 config_.audioChannel = num; in SetAudioChannels() 1014 dumpString += "RecorderServer audioChannel is: " + std::to_string(config_.audioChannel) + "\n"; in DumpInfo() 1033 configMap["audioChannels"] = config_.audioChannel; in GetAVRecorderConfig() 1152 meta->SetData(Tag::RECORDER_AUDIO_CHANNEL_COUNT, config_.audioChannel); in SetMetaDataReport()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/include/ |
H A D | audio_capturer_private.h | 120 audioStreamParams.channels = params.audioChannel; in ConvertToAudioStreamParams()
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/ |
H A D | OHAudioCapturer.cpp | 300 return params.audioChannel; in GetChannelCount()
|
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/ |
H A D | napi_utils.cpp | 1433 AudioStandard::AudioChannel audioChannel; in GetValue() local 1434 GetChannels(env, in, audioChannel); in GetValue() 1435 out.audioStreamInfo_.channels = {audioChannel}; in GetValue()
|