Home
last modified time | relevance | path

Searched defs:sinkSceneType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain_adapter.cpp345 bool EffectChainManagerSceneCheck(const char *sinkSceneType, const char *sceneType) in EffectChainManagerSceneCheck()
H A Daudio_effect_chain_manager.cpp1217 bool AudioEffectChainManager::CheckSceneTypeMatch(const std::string &sinkSceneType, const std::stri… in CheckSceneTypeMatch()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_sink.c1154 static void RecordEffectChainStatus(bool existFlag, const char *sinkSceneType, const char *sinkScen… in RecordEffectChainStatus()
1164 static bool GetExistFlag(pa_sink_input *sinkIn, const char *sinkSceneType, const char *sinkSceneMod… in GetExistFlag()
1377 const char *sinkSceneType = pa_proplist_gets(sinkIn->proplist, "scene.type"); in SinkRenderMultiChannelCluster() local
1644 char *sinkSceneType = SCENE_TYPE_SET[i]; in HandleSinkSceneType() local
1841 static void PrimaryEffectProcess(struct Userdata *u, pa_memchunk *chunkIn, char *sinkSceneType) in PrimaryEffectProcess()
1930 char *sinkSceneType = CheckAndDealEffectZeroVolume(u, currentTime, i); in SinkRenderPrimaryProcess() local
2083 const char *sinkSceneType = pa_proplist_gets(i->proplist, "scene.type"); in InputIsMultiChannel() local
H A Dsink_userdata.h66 int32_t sinkSceneType; member