/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/ |
H A D | InnerFunctionTest.cpp | 74 format.PutIntValue(MediaDescriptionKey::MD_KEY_BITS_PER_CODED_SAMPLE, AudioSampleFormat::SAMPLE_S32LE); in runEncode() 75 format.PutIntValue(MediaDescriptionKey::MD_KEY_AUDIO_SAMPLE_FORMAT, AudioSampleFormat::SAMPLE_S32LE); in runEncode() 229 format.PutIntValue(MediaDescriptionKey::MD_KEY_BITS_PER_CODED_SAMPLE, AudioSampleFormat::SAMPLE_S32LE); in HWTEST_F() 230 format.PutIntValue(MediaDescriptionKey::MD_KEY_AUDIO_SAMPLE_FORMAT, AudioSampleFormat::SAMPLE_S32LE); in HWTEST_F() 266 sample_format = AudioSampleFormat::SAMPLE_S32LE; in HWTEST_F() 323 format.PutIntValue(MediaDescriptionKey::MD_KEY_BITS_PER_CODED_SAMPLE, AudioSampleFormat::SAMPLE_S32LE); in HWTEST_F() 324 format.PutIntValue(MediaDescriptionKey::MD_KEY_AUDIO_SAMPLE_FORMAT, AudioSampleFormat::SAMPLE_S32LE); in HWTEST_F() 419 format.PutIntValue(MediaDescriptionKey::MD_KEY_BITS_PER_CODED_SAMPLE, AudioSampleFormat::SAMPLE_S32LE); in HWTEST_F() 420 format.PutIntValue(MediaDescriptionKey::MD_KEY_AUDIO_SAMPLE_FORMAT, AudioSampleFormat::SAMPLE_S32LE); in HWTEST_F() 450 format.PutIntValue(MediaDescriptionKey::MD_KEY_BITS_PER_CODED_SAMPLE, AudioSampleFormat::SAMPLE_S32LE); in HWTEST_F() [all...] |
H A D | InnerStablityTest.cpp | 407 format.PutIntValue(MediaDescriptionKey::MD_KEY_BITS_PER_CODED_SAMPLE, AudioSampleFormat::SAMPLE_S32LE); in HWTEST_F() 408 format.PutIntValue(MediaDescriptionKey::MD_KEY_AUDIO_SAMPLE_FORMAT, AudioSampleFormat::SAMPLE_S32LE); in HWTEST_F()
|
/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_audio_common.h | 31 SAMPLE_S32LE = 3,
|
/foundation/multimedia/av_codec/services/media_engine/modules/source/audio_capture/ |
H A D | audio_type_translate.cpp | 42 {AudioStandard::SAMPLE_S32LE, Media::Plugins::AudioSampleFormat::SAMPLE_S32LE}
|
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/common/ |
H A D | volume_tools_unit_test.cpp | 137 ret = volumeTools->Process(bufferDesc, SAMPLE_S32LE, channelVolumes); in HWTEST() 161 ret = volumeTools->GetVolDb(SAMPLE_S32LE, 1); in HWTEST() 186 ret = volumeTools->CountVolumeLevel(bufferDesc, SAMPLE_S32LE, CHANNEL_4); in HWTEST()
|
/foundation/multimedia/av_codec/services/media_engine/modules/sink/ |
H A D | audio_sampleformat.cpp | 26 {Plugins::SAMPLE_S32LE, 32},
|
/foundation/multimedia/audio_framework/services/audio_service/common/src/ |
H A D | volume_tools.cpp | 117 case SAMPLE_S32LE: in GetByteSize() 169 case SAMPLE_S32LE: in ProcessOneFrame() 241 case SAMPLE_S32LE: in GetVolDb() 439 case SAMPLE_S32LE: in CountVolumeLevel()
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | pro_renderer_stream_impl.cpp | 54 desFormat_(AudioSampleFormat::SAMPLE_S32LE), in ProRendererStreamImpl() 108 // Only SAMPLE_S32LE is supported for high resolution stream. 109 return AudioSampleFormat::SAMPLE_S32LE; 112 // Both SAMPLE_S16LE and SAMPLE_S32LE are supported for direct VoIP stream. 113 if (format == SAMPLE_S16LE || format == SAMPLE_S32LE) { 117 return AudioSampleFormat::SAMPLE_S32LE; 637 case AudioSampleFormat::SAMPLE_S32LE:
|
/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/ |
H A D | audio_ffmpeg_flac_encoder_plugin.cpp | 43 {OHOS::MediaAVCodec::AudioSampleFormat::SAMPLE_S32LE, 32}, 47 OHOS::MediaAVCodec::AudioSampleFormat::SAMPLE_S32LE,
|
/foundation/distributedhardware/distributed_audio/services/common/audioparam/ |
H A D | audio_param.h | 53 SAMPLE_S32LE = 3, enumerator
|
/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | audio_decoder_filter.cpp | 318 meta->SetData(Tag::AUDIO_SAMPLE_FORMAT, Plugins::SAMPLE_S32LE); in UpdateTrackInfoSampleFormat() 325 meta->SetData(Tag::AUDIO_SAMPLE_FORMAT, Plugins::SAMPLE_S32LE); in UpdateTrackInfoSampleFormat() 330 meta->SetData(Tag::AUDIO_SAMPLE_FORMAT, Plugins::SAMPLE_S32LE); in UpdateTrackInfoSampleFormat()
|
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/ |
H A D | audio_stream_info.h | 288 SAMPLE_S32LE = 3, 453 SAMPLE_S32LE 570 SAMPLE_S32LE
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/ |
H A D | audio_blendmode_test.cpp | 48 return AudioSampleFormat::SAMPLE_S32LE; in GetSampleFormat()
|
H A D | audio_render_mode_callback_test.cpp | 60 return AudioSampleFormat::SAMPLE_S32LE; in GetSampleFormat()
|
H A D | audio_interrupt_test.cpp | 208 return AudioSampleFormat::SAMPLE_S32LE; in GetSampleFormat()
|
H A D | audio_voip_test.cpp | 121 return AudioSampleFormat::SAMPLE_S32LE; in GetSampleFormat()
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/audio_capture/ |
H A D | audio_type_translate.cpp | 43 {AudioStandard::SAMPLE_S32LE, Media::Plugin::AudioSampleFormat::S32}
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/flac/ |
H A D | ffmpeg_flac_encoder_plugin.cpp | 47 {OHOS::MediaAVCodec::AudioSampleFormat::SAMPLE_S32LE, 32},
51 OHOS::MediaAVCodec::AudioSampleFormat::SAMPLE_S32LE,
|
/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_base.h | 770 SAMPLE_S32LE = 3, enumerator
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/ape/ |
H A D | ffmpeg_ape_decoder_plugin.cpp | 145 } else if (sampleFmt == SAMPLE_S32LE || sampleFmt == SAMPLE_S32P) { in SetBitsDepth()
|
/foundation/multimedia/av_codec/services/engine/common/ |
H A D | ffmpeg_converter.cpp | 59 {AVSampleFormat::AV_SAMPLE_FMT_S32, AudioSampleFormat::SAMPLE_S32LE}, 72 {AVCodecID::AV_CODEC_ID_PCM_S32LE, AudioSampleFormat::SAMPLE_S32LE},
|
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | audio_speed.cpp | 78 case SAMPLE_S32LE: in LoadChangeSpeedFunc()
|
H A D | audio_channel_blend.cpp | 58 case AudioSampleFormat::SAMPLE_S32LE: in Process()
|
/foundation/multimedia/audio_framework/test/fuzztest/audioserviceserversrc_fuzzer/ |
H A D | audio_service_server_src_fuzzer.cpp | 58 config.streamInfo.format = SAMPLE_S32LE; in InitProcessConfig()
|
/foundation/multimedia/audio_framework/test/fuzztest/audioservermore_fuzzer/ |
H A D | audio_server_more_fuzzer.cpp | 332 config.streamInfo.format = SAMPLE_S32LE; in AudioCreateAudioProcessTest() 407 config.streamInfo.format = SAMPLE_S32LE; in AudioCapturerInServerFuzzTest() 522 config.streamInfo.format = SAMPLE_S32LE; in AudioRendererInServerTest()
|