Home
last modified time | relevance | path

Searched refs:bitFormat (Results 1 - 14 of 14) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H A Daudio_param.h89 AudioSampleFormat bitFormat = SAMPLE_U8; member
108 AudioSampleFormat bitFormat = SAMPLE_U8; member
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/src/
H A Ddaudio_manager_callback.cpp63 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 Ddmic_client_test.cpp38 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 Ddmic_dev.cpp181 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 Ddspeaker_dev.cpp165 "ext{%{public}s}}.", param.sampleRate, param.channelMask, param.bitFormat, param.streamUsage, in SetParameters()
172 param_.comParam.bitFormat = paramHDF_.bitFormat; in SetParameters()
H A Ddaudio_echo_cannel_manager.cpp359 param.bitFormat = SAMPLE_S16LE; in InitAecProcessor()
H A Ddaudio_source_dev.cpp1384 cJSON_AddNumberToObject(j, KEY_FORMAT, param.comParam.bitFormat); in to_json()
/foundation/distributedhardware/distributed_audio/services/audiotransport/senderengine/src/
H A Dav_sender_engine_transport.cpp131 senderAdapter_->SetParameter(AVTransTag::AUDIO_SAMPLE_FORMAT, std::to_string(audioParam.comParam.bitFormat)); in SetParameter()
/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/src/
H A Ddmic_client.cpp121 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 Ddspeaker_dev_test.cpp147 .bitFormat = SAMPLE_U8, in HWTEST_F()
302 .bitFormat = SAMPLE_U8, in HWTEST_F()
H A Ddmic_dev_test.cpp139 .bitFormat = SAMPLE_U8, in HWTEST_F()
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H A Ddspeaker_client.cpp77 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 Ddspeaker_client_test.cpp41 audioParam_.comParam.bitFormat = AudioSampleFormat::SAMPLE_S16LE; in SetUp()
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersink/src/
H A Ddaudio_sink_dev.cpp552 ret = GetParamValue(j, KEY_FORMAT, reinterpret_cast<int32_t&>(audioParam.comParam.bitFormat)); in GetCJsonObjectItems()

Completed in 12 milliseconds