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.cpp137 rendererOptions.format = AudioAdapterSampleFormat::SAMPLE_S16LE;
233 std::array<AudioAdapterSampleFormat, 6> formatArray = {
234 AudioAdapterSampleFormat::SAMPLE_U8,
235 AudioAdapterSampleFormat::SAMPLE_S16LE,
236 AudioAdapterSampleFormat::SAMPLE_S24LE,
237 AudioAdapterSampleFormat::SAMPLE_S32LE,
238 AudioAdapterSampleFormat::SAMPLE_F32LE,
239 AudioAdapterSampleFormat::INVALID_WIDTH,
245 AudioRendererAdapterImpl::GetAudioSampleFormat(static_cast<AudioAdapterSampleFormat>(-2));
467 rendererOptions.format = AudioAdapterSampleFormat::SAMPLE_S16LE;
[all …]
/base/web/webview/ohos_adapter/audio_adapter/src/
Daudio_capturer_adapter_impl.cpp49 const std::unordered_map<AudioAdapterSampleFormat, AudioSampleFormat> SAMPLE_FORMAT_MAP = {
50 {AudioAdapterSampleFormat::SAMPLE_U8, AudioSampleFormat::SAMPLE_U8},
51 {AudioAdapterSampleFormat::SAMPLE_S16LE, AudioSampleFormat::SAMPLE_S16LE},
52 {AudioAdapterSampleFormat::SAMPLE_S24LE, AudioSampleFormat::SAMPLE_S24LE},
53 {AudioAdapterSampleFormat::SAMPLE_S32LE, AudioSampleFormat::SAMPLE_S32LE},
54 {AudioAdapterSampleFormat::SAMPLE_F32LE, AudioSampleFormat::SAMPLE_F32LE},
246 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},
308 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 DoSomethingInterestingWithMyAPI()
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiocreaterender_fuzzer/
Daudiocreaterender_fuzzer.cpp34 rendererOptions.format = AudioAdapterSampleFormat::SAMPLE_S16LE; in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_adapter/audio_adapter/include/
Daudio_capturer_adapter_impl.h69 static AudioSampleFormat GetAudioSampleFormat(AudioAdapterSampleFormat sampleFormat);
Daudio_renderer_adapter_impl.h79 static AudioSampleFormat GetAudioSampleFormat(AudioAdapterSampleFormat sampleFormat);