Searched refs:AudioAdapterSampleFormat (Results 1 – 9 of 9) sorted by relevance
| /base/web/webview/test/unittest/audio_adapter_impl_test/ |
| D | audio_adapter_impl_test.cpp | 147 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/ |
| D | audio_capturer_adapter_impl.cpp | 47 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()
|
| D | audio_renderer_adapter_impl.cpp | 53 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/ |
| D | audio_renderer_adapter.h | 23 enum class AudioAdapterSampleFormat { enum 82 AudioAdapterSampleFormat format;
|
| D | audio_capturer_adapter.h | 35 AudioAdapterSampleFormat format;
|
| /base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiogetformat_fuzzer/ |
| D | audiogetformat_fuzzer.cpp | 32 adapter.GetAudioSampleFormat(AudioAdapterSampleFormat::SAMPLE_U8); in AudioGetFormatFuzzTest()
|
| /base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiocreaterender_fuzzer/ |
| D | audiocreaterender_fuzzer.cpp | 34 rendererOptions.format = AudioAdapterSampleFormat::SAMPLE_S16LE; in AudioCreateRenderFuzzTest()
|
| /base/web/webview/ohos_adapter/audio_adapter/include/ |
| D | audio_capturer_adapter_impl.h | 74 static AudioSampleFormat GetAudioSampleFormat(AudioAdapterSampleFormat sampleFormat);
|
| D | audio_renderer_adapter_impl.h | 84 static AudioSampleFormat GetAudioSampleFormat(AudioAdapterSampleFormat sampleFormat);
|