Home
last modified time | relevance | path

Searched refs:inChannel_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_spatial_channel_converter.cpp70 inChannel_ = info.channels; in Init()
85 … externalLoader_.SetIOBufferConfig(true, sampleRate_, info.format, inChannel_, info.channelLayout); in Init()
106 bufferSize = GetPcmLength(inChannel_, bps_); in GetInputBufferSize()
116 if (bufDesc.bufLength != GetPcmLength(inChannel_, bps_)) { in CheckInputValid()
118 GetPcmLength(inChannel_, bps_)); in CheckInputValid()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Daudio_spatial_channel_converter.h70 int32_t inChannel_; variable