Home
last modified time | relevance | path

Searched refs:SlToOhosChannel (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/include/
H A Daudiocapturer_adapter.h54 AudioChannel SlToOhosChannel(SLDataFormat_PCM *pcmFormat);
H A Daudioplayer_adapter.h58 AudioChannel SlToOhosChannel(SLDataFormat_PCM *pcmFormat);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/opensles/src/adapter/
H A Daudiocapturer_adapter.cpp205 AudioChannel channelCount = SlToOhosChannel(slFormat); in ConvertPcmFormat()
291 AudioChannel AudioCapturerAdapter::SlToOhosChannel(SLDataFormat_PCM *pcmFormat) in SlToOhosChannel() function in OHOS::AudioStandard::AudioCapturerAdapter
H A Daudioplayer_adapter.cpp263 AudioChannel channelCount = SlToOhosChannel(slFormat); in ConvertPcmFormat()
347 AudioChannel AudioPlayerAdapter::SlToOhosChannel(SLDataFormat_PCM *pcmFormat) in SlToOhosChannel() function in OHOS::AudioStandard::AudioPlayerAdapter