/foundation/distributedhardware/distributed_audio/services/common/audioparam/ |
H A D | audio_param.h | 50 SAMPLE_U8 = 0, enumerator 89 AudioSampleFormat bitFormat = SAMPLE_U8; 108 AudioSampleFormat bitFormat = SAMPLE_U8;
|
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/common/ |
H A D | volume_tools_unit_test.cpp | 131 int32_t ret = volumeTools->Process(bufferDesc, SAMPLE_U8, channelVolumes); in HWTEST() 155 double ret = volumeTools->GetVolDb(SAMPLE_U8, 1); in HWTEST() 180 ChannelVolumes ret = volumeTools->CountVolumeLevel(bufferDesc, SAMPLE_U8, MONO); in HWTEST() 192 ret = volumeTools->CountVolumeLevel(bufferDesc, SAMPLE_U8, static_cast<AudioChannel>(CHANNEL_16 + 1)); in HWTEST()
|
/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_audio_common.h | 28 SAMPLE_U8 = 0,
|
/foundation/multimedia/av_codec/services/media_engine/modules/source/audio_capture/ |
H A D | audio_type_translate.cpp | 39 {AudioStandard::SAMPLE_U8, Media::Plugins::AudioSampleFormat::SAMPLE_U8},
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/common/include/ |
H A D | audio_hdiadapter_info.h | 27 SAMPLE_U8 = 0, enumerator
|
/foundation/multimedia/av_codec/services/media_engine/modules/sink/ |
H A D | audio_sampleformat.cpp | 23 {Plugins::SAMPLE_U8, 8},
|
/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | volume_tools.cpp | 108 case SAMPLE_U8: in GetByteSize() 154 case SAMPLE_U8: in ProcessOneFrame() 232 case SAMPLE_U8: in GetVolDb() 430 case SAMPLE_U8: in CountVolumeLevel()
|
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/src/ |
H A D | audio_capturer_extra_unit_test.cpp | 710 capturerOptions.streamInfo.format = AudioSampleFormat::SAMPLE_U8; in HWTEST() 736 capturerOptions.streamInfo.format = AudioSampleFormat::SAMPLE_U8; in HWTEST() 767 capturerOptions.streamInfo.format = AudioSampleFormat::SAMPLE_U8; in HWTEST() 795 capturerOptions.streamInfo.format = AudioSampleFormat::SAMPLE_U8; in HWTEST() 827 capturerOptions.streamInfo.format = AudioSampleFormat::SAMPLE_U8; in HWTEST() 856 capturerOptions.streamInfo.format = AudioSampleFormat::SAMPLE_U8; in HWTEST() 869 EXPECT_EQ(AudioSampleFormat::SAMPLE_U8, streamInfo.format); in HWTEST() 886 capturerOptions.streamInfo.format = AudioSampleFormat::SAMPLE_U8; in HWTEST() 903 EXPECT_EQ(AudioSampleFormat::SAMPLE_U8, streamInfo.format); in HWTEST() 923 capturerOptions.streamInfo.format = AudioSampleFormat::SAMPLE_U8; in HWTEST() [all...] |
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/benchmark/ |
H A D | benchmark_audiocapturer_test.cpp | 44 capturerOptions.streamInfo.format = AudioSampleFormat::SAMPLE_U8;
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/ |
H A D | audio_blendmode_test.cpp | 42 return AudioSampleFormat::SAMPLE_U8; in GetSampleFormat()
|
H A D | audio_render_mode_callback_test.cpp | 54 return AudioSampleFormat::SAMPLE_U8; in GetSampleFormat()
|
H A D | audio_interrupt_test.cpp | 202 return AudioSampleFormat::SAMPLE_U8; in GetSampleFormat()
|
H A D | audio_voip_test.cpp | 115 return AudioSampleFormat::SAMPLE_U8; in GetSampleFormat()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/audio_capture/ |
H A D | audio_type_translate.cpp | 40 {AudioStandard::SAMPLE_U8, Media::Plugin::AudioSampleFormat::U8},
|
/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_base.h | 767 SAMPLE_U8 = 0, enumerator
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/ape/ |
H A D | ffmpeg_ape_decoder_plugin.cpp | 143 } else if (sampleFmt == SAMPLE_U8 || sampleFmt == SAMPLE_U8P) { in SetBitsDepth()
|
/foundation/multimedia/av_codec/services/engine/common/ |
H A D | ffmpeg_converter.cpp | 57 {AVSampleFormat::AV_SAMPLE_FMT_U8, AudioSampleFormat::SAMPLE_U8}, 69 {AVCodecID::AV_CODEC_ID_PCM_U8, AudioSampleFormat::SAMPLE_U8},
|
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/ |
H A D | audio_stream_info.h | 285 SAMPLE_U8 = 0, 450 SAMPLE_U8,
|
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/audio_server_unit_test/src/ |
H A D | audio_server_unit_test.cpp | 392 config.streamInfo.format = SAMPLE_U8; in HWTEST_F() 437 config.streamInfo.format = SAMPLE_U8; in HWTEST_F()
|
/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()
|
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | audio_speed.cpp | 57 case SAMPLE_U8: in LoadChangeSpeedFunc()
|
H A D | audio_channel_blend.cpp | 49 case AudioSampleFormat::SAMPLE_U8: in Process()
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/ |
H A D | renderer_capture_interrupt_unit_test.cpp | 68 capturerOptions.streamInfo.format = AudioSampleFormat::SAMPLE_U8; in UTCreateAudioCapturer()
|
H A D | capture_renderer_interrupt_unit_test.cpp | 68 capturerOptions.streamInfo.format = AudioSampleFormat::SAMPLE_U8; in UTCreateAudioCapturer()
|
/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/ |
H A D | audio_utils_unit_test.cpp | 1857 shared_ptr<AudioBlend> audioBlend = std::make_shared<AudioBlend>(MODE_DEFAULT, SAMPLE_U8, MONO); in HWTEST() 1860 audioBlend->SetParams(MODE_BLEND_LR, SAMPLE_U8, MONO); in HWTEST() 1891 uint8_t format_ = SAMPLE_U8; in HWTEST() 1911 uint8_t format_ = SAMPLE_U8; in HWTEST() 1967 uint8_t format_ = SAMPLE_U8; in HWTEST() 1987 uint8_t format_ = SAMPLE_U8; in HWTEST()
|