Home
last modified time | relevance | path

Searched refs:SetChannelBlendMode (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
H A Daudio_blendmode_test.cpp87 audioRenderer->SetChannelBlendMode((ChannelBlendMode)mode); in StartRendererPlayback()
H A Daudio_render_mode_callback_test.cpp104 audioRenderer_->SetChannelBlendMode((ChannelBlendMode)blendMode_); in InitRender()
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiorenderer/include/
H A Daudio_renderer.h898 virtual int32_t SetChannelBlendMode(ChannelBlendMode blendMode) = 0;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/
H A Dfast_audio_stream.h167 int32_t SetChannelBlendMode(ChannelBlendMode blendMode) override;
H A Di_audio_stream.h230 virtual int32_t SetChannelBlendMode(ChannelBlendMode blendMode) = 0;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/
H A Dnapi_audio_renderer.h121 static napi_value SetChannelBlendMode(napi_env env, napi_callback_info info);
H A Dnapi_audio_renderer.cpp95 DECLARE_NAPI_FUNCTION("setChannelBlendMode", SetChannelBlendMode), in InitNapiAudioRenderer()
1338 napi_value NapiAudioRenderer::SetChannelBlendMode(napi_env env, napi_callback_info info) in SetChannelBlendMode() function in OHOS::AudioStandard::NapiAudioRenderer
1361 …napiAudioRenderer->audioRenderer_->SetChannelBlendMode(static_cast<ChannelBlendMode>(channelBlendM… in SetChannelBlendMode()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/include/
H A Daudio_renderer_private.h112 int32_t SetChannelBlendMode(ChannelBlendMode blendMode) override;
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Drenderer_in_client_private.h182 int32_t SetChannelBlendMode(ChannelBlendMode blendMode) override;
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dfast_audio_stream.cpp811 int32_t FastAudioStream::SetChannelBlendMode(ChannelBlendMode blendMode) in SetChannelBlendMode() function in OHOS::AudioStandard::FastAudioStream
H A Dcapturer_in_client.cpp179 int32_t SetChannelBlendMode(ChannelBlendMode blendMode) override;
1825 int32_t CapturerInClientInner::SetChannelBlendMode(ChannelBlendMode blendMode) in SetChannelBlendMode() function in OHOS::AudioStandard::CapturerInClientInner
H A Drenderer_in_client.cpp2077 int32_t RendererInClientInner::SetChannelBlendMode(ChannelBlendMode blendMode) in SetChannelBlendMode() function in OHOS::AudioStandard::RendererInClientInner
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp901 int32_t AudioRendererPrivate::SetChannelBlendMode(ChannelBlendMode blendMode) in SetChannelBlendMode() function in OHOS::AudioStandard::AudioRendererPrivate
903 return audioStream_->SetChannelBlendMode(blendMode); in SetChannelBlendMode()