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 | 137 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/ |
| D | audio_capturer_adapter_impl.cpp | 49 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()
|
| 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}, 308 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 DoSomethingInterestingWithMyAPI()
|
| /base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiocreaterender_fuzzer/ |
| D | audiocreaterender_fuzzer.cpp | 34 rendererOptions.format = AudioAdapterSampleFormat::SAMPLE_S16LE; in DoSomethingInterestingWithMyAPI()
|
| /base/web/webview/ohos_adapter/audio_adapter/include/ |
| D | audio_capturer_adapter_impl.h | 69 static AudioSampleFormat GetAudioSampleFormat(AudioAdapterSampleFormat sampleFormat);
|
| D | audio_renderer_adapter_impl.h | 79 static AudioSampleFormat GetAudioSampleFormat(AudioAdapterSampleFormat sampleFormat);
|