Home
last modified time | relevance | path

Searched refs:SAMPLE_S32LE (Results 1 - 25 of 83) sorted by relevance

1234

/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/
H A DInnerFunctionTest.cpp74 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 DInnerStablityTest.cpp407 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 Davcodec_audio_common.h31 SAMPLE_S32LE = 3,
/foundation/multimedia/av_codec/services/media_engine/modules/source/audio_capture/
H A Daudio_type_translate.cpp42 {AudioStandard::SAMPLE_S32LE, Media::Plugins::AudioSampleFormat::SAMPLE_S32LE}
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/common/
H A Dvolume_tools_unit_test.cpp137 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 Daudio_sampleformat.cpp26 {Plugins::SAMPLE_S32LE, 32},
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dvolume_tools.cpp117 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 Dpro_renderer_stream_impl.cpp54 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 Daudio_ffmpeg_flac_encoder_plugin.cpp43 {OHOS::MediaAVCodec::AudioSampleFormat::SAMPLE_S32LE, 32},
47 OHOS::MediaAVCodec::AudioSampleFormat::SAMPLE_S32LE,
/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H A Daudio_param.h53 SAMPLE_S32LE = 3, enumerator
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Daudio_decoder_filter.cpp318 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 Daudio_stream_info.h288 SAMPLE_S32LE = 3,
453 SAMPLE_S32LE
570 SAMPLE_S32LE
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_blendmode_test.cpp48 return AudioSampleFormat::SAMPLE_S32LE; in GetSampleFormat()
H A Daudio_render_mode_callback_test.cpp60 return AudioSampleFormat::SAMPLE_S32LE; in GetSampleFormat()
H A Daudio_interrupt_test.cpp208 return AudioSampleFormat::SAMPLE_S32LE; in GetSampleFormat()
H A Daudio_voip_test.cpp121 return AudioSampleFormat::SAMPLE_S32LE; in GetSampleFormat()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/audio_capture/
H A Daudio_type_translate.cpp43 {AudioStandard::SAMPLE_S32LE, Media::Plugin::AudioSampleFormat::S32}
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/flac/
H A Dffmpeg_flac_encoder_plugin.cpp47 {OHOS::MediaAVCodec::AudioSampleFormat::SAMPLE_S32LE, 32},
51 OHOS::MediaAVCodec::AudioSampleFormat::SAMPLE_S32LE,
/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_base.h770 SAMPLE_S32LE = 3, enumerator
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/ape/
H A Dffmpeg_ape_decoder_plugin.cpp145 } else if (sampleFmt == SAMPLE_S32LE || sampleFmt == SAMPLE_S32P) { in SetBitsDepth()
/foundation/multimedia/av_codec/services/engine/common/
H A Dffmpeg_converter.cpp59 {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 Daudio_speed.cpp78 case SAMPLE_S32LE: in LoadChangeSpeedFunc()
H A Daudio_channel_blend.cpp58 case AudioSampleFormat::SAMPLE_S32LE: in Process()
/foundation/multimedia/audio_framework/test/fuzztest/audioserviceserversrc_fuzzer/
H A Daudio_service_server_src_fuzzer.cpp58 config.streamInfo.format = SAMPLE_S32LE; in InitProcessConfig()
/foundation/multimedia/audio_framework/test/fuzztest/audioservermore_fuzzer/
H A Daudio_server_more_fuzzer.cpp332 config.streamInfo.format = SAMPLE_S32LE; in AudioCreateAudioProcessTest()
407 config.streamInfo.format = SAMPLE_S32LE; in AudioCapturerInServerFuzzTest()
522 config.streamInfo.format = SAMPLE_S32LE; in AudioRendererInServerTest()

Completed in 15 milliseconds

1234