Home
last modified time | relevance | path

Searched refs:AudioAdapterSampleFormat (Results 1 – 9 of 9) sorted by relevance

/base/web/webview/test/unittest/audio_adapter_impl_test/
Daudio_adapter_impl_test.cpp147 rendererOptions.format = AudioAdapterSampleFormat::SAMPLE_S16LE;
242 std::array<AudioAdapterSampleFormat, 6> formatArray = {
243 AudioAdapterSampleFormat::SAMPLE_U8,
244 AudioAdapterSampleFormat::SAMPLE_S16LE,
245 AudioAdapterSampleFormat::SAMPLE_S24LE,
246 AudioAdapterSampleFormat::SAMPLE_S32LE,
247 AudioAdapterSampleFormat::SAMPLE_F32LE,
248 AudioAdapterSampleFormat::INVALID_WIDTH,
254 AudioRendererAdapterImpl::GetAudioSampleFormat(static_cast<AudioAdapterSampleFormat>(-2));
500 rendererOptions.format = AudioAdapterSampleFormat::SAMPLE_S16LE;
[all …]
/base/web/webview/ohos_adapter/audio_adapter/src/
Daudio_capturer_adapter_impl.cpp47 const std::unordered_map<AudioAdapterSampleFormat, AudioSampleFormat> SAMPLE_FORMAT_MAP = {
48 {AudioAdapterSampleFormat::SAMPLE_U8, AudioSampleFormat::SAMPLE_U8},
49 {AudioAdapterSampleFormat::SAMPLE_S16LE, AudioSampleFormat::SAMPLE_S16LE},
50 {AudioAdapterSampleFormat::SAMPLE_S24LE, AudioSampleFormat::SAMPLE_S24LE},
51 {AudioAdapterSampleFormat::SAMPLE_S32LE, AudioSampleFormat::SAMPLE_S32LE},
52 {AudioAdapterSampleFormat::SAMPLE_F32LE, AudioSampleFormat::SAMPLE_F32LE},
230 AudioSampleFormat AudioCapturerAdapterImpl::GetAudioSampleFormat(AudioAdapterSampleFormat sampleFor… in GetAudioSampleFormat()
Daudio_renderer_adapter_impl.cpp53 const std::unordered_map<AudioAdapterSampleFormat, AudioSampleFormat> SAMPLE_FORMAT_MAP = {
54 {AudioAdapterSampleFormat::SAMPLE_U8, AudioSampleFormat::SAMPLE_U8},
55 {AudioAdapterSampleFormat::SAMPLE_S16LE, AudioSampleFormat::SAMPLE_S16LE},
56 {AudioAdapterSampleFormat::SAMPLE_S24LE, AudioSampleFormat::SAMPLE_S24LE},
57 {AudioAdapterSampleFormat::SAMPLE_S32LE, AudioSampleFormat::SAMPLE_S32LE},
58 {AudioAdapterSampleFormat::SAMPLE_F32LE, AudioSampleFormat::SAMPLE_F32LE},
309 AudioSampleFormat AudioRendererAdapterImpl::GetAudioSampleFormat(AudioAdapterSampleFormat sampleFor… in GetAudioSampleFormat()
/base/web/webview/ohos_adapter/interfaces/
Daudio_renderer_adapter.h23 enum class AudioAdapterSampleFormat { enum
82 AudioAdapterSampleFormat format;
Daudio_capturer_adapter.h35 AudioAdapterSampleFormat format;
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiogetformat_fuzzer/
Daudiogetformat_fuzzer.cpp32 adapter.GetAudioSampleFormat(AudioAdapterSampleFormat::SAMPLE_U8); in AudioGetFormatFuzzTest()
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiocreaterender_fuzzer/
Daudiocreaterender_fuzzer.cpp34 rendererOptions.format = AudioAdapterSampleFormat::SAMPLE_S16LE; in AudioCreateRenderFuzzTest()
/base/web/webview/ohos_adapter/audio_adapter/include/
Daudio_capturer_adapter_impl.h74 static AudioSampleFormat GetAudioSampleFormat(AudioAdapterSampleFormat sampleFormat);
Daudio_renderer_adapter_impl.h84 static AudioSampleFormat GetAudioSampleFormat(AudioAdapterSampleFormat sampleFormat);