Home
last modified time | relevance | path

Searched refs:SAMPLE_S24LE (Results 1 - 25 of 66) sorted by relevance

123

/foundation/multimedia/audio_framework/services/audio_service/test/unittest/renderer_in_server_unit_test/src/
H A Drenderer_in_server_unit_test.cpp71 static AudioStreamInfo testStreamInfo(SAMPLE_RATE_48000, ENCODING_INVALID, SAMPLE_S24LE, MONO,
116 AudioStreamInfo testStreamInfo(SAMPLE_RATE_48000, ENCODING_INVALID, SAMPLE_S24LE, MONO, in HWTEST_F()
134 AudioStreamInfo testStreamInfo(SAMPLE_RATE_48000, ENCODING_INVALID, SAMPLE_S24LE, MONO, in HWTEST_F()
152 AudioStreamInfo testStreamInfo(SAMPLE_RATE_48000, ENCODING_INVALID, SAMPLE_S24LE, MONO, in HWTEST_F()
172 AudioStreamInfo testStreamInfo(SAMPLING_RATE_ERROR_0, ENCODING_INVALID, SAMPLE_S24LE, MONO, in HWTEST_F()
190 AudioStreamInfo testStreamInfo(SAMPLE_RATE_48000, ENCODING_INVALID, SAMPLE_S24LE, AUDIO_CHANNEL_ERROR_0, in HWTEST_F()
208 AudioStreamInfo testStreamInfo(SAMPLING_RATE_ERROR_OVER, ENCODING_INVALID, SAMPLE_S24LE, AUDIO_CHANNEL_ERROR_1, in HWTEST_F()
225 AudioStreamInfo testStreamInfo(SAMPLE_RATE_48000, ENCODING_INVALID, SAMPLE_S24LE, MONO, in HWTEST_F()
244 AudioStreamInfo testStreamInfo(SAMPLE_RATE_48000, ENCODING_INVALID, SAMPLE_S24LE, MONO, in HWTEST_F()
264 AudioStreamInfo testStreamInfo(SAMPLE_RATE_48000, ENCODING_INVALID, SAMPLE_S24LE, MON in HWTEST_F()
[all...]
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H A Dvolume_tools_unit_test.cpp180 AudioSampleFormat format = SAMPLE_S24LE; in HWTEST_F()
201 AudioSampleFormat format = SAMPLE_S24LE; in HWTEST_F()
222 AudioSampleFormat format = SAMPLE_S24LE; in HWTEST_F()
246 AudioSampleFormat format = SAMPLE_S24LE; in HWTEST_F()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_audio_common.h30 SAMPLE_S24LE = 2,
/foundation/multimedia/av_codec/services/media_engine/modules/source/audio_capture/
H A Daudio_type_translate.cpp41 {AudioStandard::SAMPLE_S24LE, Media::Plugins::AudioSampleFormat::SAMPLE_S24LE},
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/common/
H A Dvolume_tools_unit_test.cpp135 ret = volumeTools->Process(bufferDesc, SAMPLE_S24LE, channelVolumes); in HWTEST()
159 ret = volumeTools->GetVolDb(SAMPLE_S24LE, 1); in HWTEST()
184 ret = volumeTools->CountVolumeLevel(bufferDesc, SAMPLE_S24LE, CHANNEL_3); in HWTEST()
/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Daudio_sampleformat.cpp25 {Plugins::SAMPLE_S24LE, 24},
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Dvolume_tools.cpp114 case SAMPLE_S24LE: in GetByteSize()
165 case SAMPLE_S24LE: in ProcessOneFrame()
238 case SAMPLE_S24LE: in GetVolDb()
436 case SAMPLE_S24LE: in CountVolumeLevel()
/foundation/distributedhardware/distributed_audio/services/common/audioparam/
H A Daudio_param.h52 SAMPLE_S24LE = 2, enumerator
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_blendmode_test.cpp46 return AudioSampleFormat::SAMPLE_S24LE; in GetSampleFormat()
H A Daudio_render_mode_callback_test.cpp58 return AudioSampleFormat::SAMPLE_S24LE; in GetSampleFormat()
H A Daudio_interrupt_test.cpp206 return AudioSampleFormat::SAMPLE_S24LE; in GetSampleFormat()
H A Daudio_voip_test.cpp119 return AudioSampleFormat::SAMPLE_S24LE; in GetSampleFormat()
H A Daudio_renderer_test.cpp291 return AudioSampleFormat::SAMPLE_S24LE; in GetSampleFormat()
H A Dinterrupt_multi_renderer_test.cpp196 return AudioSampleFormat::SAMPLE_S24LE; in GetSampleFormat()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/audio_capture/
H A Daudio_type_translate.cpp42 {AudioStandard::SAMPLE_S24LE, Media::Plugin::AudioSampleFormat::S24},
/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_base.h769 SAMPLE_S24LE = 2, enumerator
/foundation/multimedia/av_codec/test/unittest/audio_vivid_test/
H A Daudio_decoder_avbuffer_vivid_inner_unit_test.cpp199 meta->Set<Tag::AUDIO_SAMPLE_FORMAT>(Media::Plugins::AudioSampleFormat::SAMPLE_S24LE); in ProcessVivid24Bit()
405 meta->Set<Tag::AUDIO_SAMPLE_FORMAT>(Media::Plugins::AudioSampleFormat::SAMPLE_S24LE); in HWTEST_F()
558 meta->Set<Tag::AUDIO_SAMPLE_FORMAT>(Media::Plugins::AudioSampleFormat::SAMPLE_S24LE); in HWTEST_F()
H A Daudio_decoder_avbuffer_vivid_unit_test.cpp354 Media::Plugins::AudioSampleFormat::SAMPLE_S24LE); in HWTEST_F()
396 Media::Plugins::AudioSampleFormat::SAMPLE_S24LE);
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_stream_info.h287 SAMPLE_S24LE = 2,
452 SAMPLE_S24LE,
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_speed.cpp71 case SAMPLE_S24LE: in LoadChangeSpeedFunc()
H A Daudio_channel_blend.cpp55 case AudioSampleFormat::SAMPLE_S24LE: in Process()
/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/
H A Daudio_ffmpeg_flac_encoder_plugin.cpp42 {OHOS::MediaAVCodec::AudioSampleFormat::SAMPLE_S24LE, 24},
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_spatial_channel_converter.cpp42 {SAMPLE_S24LE, sizeof(int16_t) + sizeof(int8_t)},
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/flac/
H A Dffmpeg_flac_encoder_plugin.cpp46 {OHOS::MediaAVCodec::AudioSampleFormat::SAMPLE_S24LE, 24},
/foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/
H A Daudioplayer_adapter.cpp283 sampleFormat = SAMPLE_S24LE; in SlToOhosSampelFormat()

Completed in 15 milliseconds

123