/foundation/distributedhardware/distributed_audio/services/common/audioparam/ |
H A D | audio_param.h | 89 AudioSampleFormat bitFormat = SAMPLE_U8; member 108 AudioSampleFormat bitFormat = SAMPLE_U8; member
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/ |
H A D | daudio_manager_callback.cpp | 63 paramHDF.bitFormat = AudioSampleFormat::SAMPLE_U8; in GetAudioParamHDF() 66 paramHDF.bitFormat = AudioSampleFormat::SAMPLE_S16LE; in GetAudioParamHDF() 69 paramHDF.bitFormat = AudioSampleFormat::SAMPLE_S24LE; in GetAudioParamHDF() 101 paramHDF.channelMask, paramHDF.bitFormat, paramHDF.streamUsage, paramHDF.frameSize, paramHDF.period, in GetAudioParamHDF()
|
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/micclient/src/ |
H A D | dmic_client_test.cpp | 38 audioParam_.comParam.bitFormat = AudioSampleFormat::SAMPLE_S16LE; in SetUp() 122 static_cast<AudioStandard::AudioSampleFormat>(audioParam_.comParam.bitFormat), in HWTEST_F() 197 static_cast<AudioStandard::AudioSampleFormat>(audioParam_.comParam.bitFormat), in HWTEST_F()
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/ |
H A D | dmic_dev.cpp | 181 param.channelMask, param.bitFormat, param.period, param.frameSize, param.ext.c_str()); in SetParameters() 191 param_.comParam.bitFormat = paramHDF_.bitFormat; in SetParameters() 246 info.bitFormat = param_.comParam.bitFormat; in SetUp()
|
H A D | dspeaker_dev.cpp | 165 "ext{%{public}s}}.", param.sampleRate, param.channelMask, param.bitFormat, param.streamUsage, in SetParameters() 172 param_.comParam.bitFormat = paramHDF_.bitFormat; in SetParameters()
|
H A D | daudio_echo_cannel_manager.cpp | 359 param.bitFormat = SAMPLE_S16LE; in InitAecProcessor()
|
H A D | daudio_source_dev.cpp | 1384 cJSON_AddNumberToObject(j, KEY_FORMAT, param.comParam.bitFormat); in to_json()
|
/foundation/distributedhardware/distributed_audio/services/audiotransport/senderengine/src/ |
H A D | av_sender_engine_transport.cpp | 131 senderAdapter_->SetParameter(AVTransTag::AUDIO_SAMPLE_FORMAT, std::to_string(audioParam.comParam.bitFormat)); in SetParameter()
|
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/src/ |
H A D | dmic_client.cpp | 121 static_cast<AudioStandard::AudioSampleFormat>(audioParam_.comParam.bitFormat), in AudioFwkClientSetUp() 156 DHLOGI("Set up mic client, param: {sampleRate: %{public}d, bitFormat: %{public}d," in SetUp() 158 param.comParam.sampleRate, param.comParam.bitFormat, param.comParam.channelMask, param.captureOpts.sourceType, in SetUp()
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/test/unittest/sourcedevice/src/ |
H A D | dspeaker_dev_test.cpp | 147 .bitFormat = SAMPLE_U8, in HWTEST_F() 302 .bitFormat = SAMPLE_U8, in HWTEST_F()
|
H A D | dmic_dev_test.cpp | 139 .bitFormat = SAMPLE_U8, in HWTEST_F()
|
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/ |
H A D | dspeaker_client.cpp | 77 DHLOGD("Set up spk client: {sampleRate: %{public}d, bitFormat: %{public}d, channelMask: %{public}d," in CreateAudioRenderer() 79 param.comParam.sampleRate, param.comParam.bitFormat, param.comParam.channelMask, param.comParam.frameSize, in CreateAudioRenderer() 86 static_cast<AudioStandard::AudioSampleFormat>(audioParam_.comParam.bitFormat), in CreateAudioRenderer()
|
/foundation/distributedhardware/distributed_audio/services/audioclient/test/unittest/spkclient/src/ |
H A D | dspeaker_client_test.cpp | 41 audioParam_.comParam.bitFormat = AudioSampleFormat::SAMPLE_S16LE; in SetUp()
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/ |
H A D | daudio_sink_dev.cpp | 552 ret = GetParamValue(j, KEY_FORMAT, reinterpret_cast<int32_t&>(audioParam.comParam.bitFormat));
in GetCJsonObjectItems()
|