Home
last modified time | relevance | path

Searched defs:effectMode (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/hm_symbol/
H A Dhm_symbol_node_build_test.cpp132 RSEffectStrategy effectMode = RSEffectStrategy::SCALE; variable
153 RSEffectStrategy effectMode = RSEffectStrategy::SCALE; variable
188 RSEffectStrategy effectMode = RSEffectStrategy::SCALE; variable
213 RSEffectStrategy effectMode = RSEffectStrategy::BOUNCE; variable
238 RSEffectStrategy effectMode = RSEffectStrategy::VARIABLE_COLOR; variable
263 RSEffectStrategy effectMode = RSEffectStrategy::BOUNCE; variable
287 RSEffectStrategy effectMode = RSEffectStrategy::VARIABLE_COLOR; variable
326 RSEffectStrategy effectMode = RSEffectStrategy::VARIABLE_COLOR; variable
343 RSEffectStrategy effectMode = RSEffectStrategy::NONE; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_paint_property.cpp55 auto effectMode = json->GetString("effectMode"); in FromJson() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/symbol_engine/
H A Dhm_symbol_run.cpp131 RSEffectStrategy effectMode = symbolTxt.GetEffectStrategy(); in SymbolAnimation() local
162 auto effectMode = RSEffectStrategy::NONE; in ClearSymbolAnimation() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/export/symbol_engine/
H A Dhm_symbol_run.cpp121 const std::pair<double, double> offset, const RSEffectStrategy effectMode) in SymbolAnimation()
145 auto effectMode = RSEffectStrategy::NONE; in ClearSymbolAnimation() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/test/unittest/effect_unit_test/src/
H A Daudio_effect_chain_manager_unit_test.cpp242 string effectMode = "EFFECT_DEFAULT"; variable
259 string effectMode = "EFFECT_DEFAULT"; variable
279 string effectMode = ""; variable
299 string effectMode = "123"; variable
319 string effectMode = "EFFECT_DEFAULT"; variable
/ohos5.0/foundation/multimedia/player_framework/services/services/engine_intf/
H A Di_player_engine.h156 virtual int32_t SetAudioEffectMode(const int32_t effectMode) in SetAudioEffectMode()
161 virtual int32_t GetAudioEffectMode(int32_t &effectMode) in GetAudioEffectMode()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dipc_stream_in_server.cpp335 int32_t IpcStreamInServer::SetAudioEffectMode(int32_t effectMode) in SetAudioEffectMode()
344 int32_t IpcStreamInServer::GetAudioEffectMode(int32_t &effectMode) in GetAudioEffectMode()
H A Dipc_stream_stub.cpp298 int32_t effectMode = data.ReadInt32(); in HandleSetAudioEffectMode() local
307 int32_t effectMode = -1; in HandleGetAudioEffectMode() local
H A Dpro_renderer_stream_impl.cpp334 int32_t ProRendererStreamImpl::SetAudioEffectMode(int32_t effectMode) in SetAudioEffectMode()
338 int32_t ProRendererStreamImpl::GetAudioEffectMode(int32_t &effectMode) in GetAudioEffectMode()
H A Dpa_renderer_stream_impl.cpp597 int32_t PaRendererStreamImpl::SetAudioEffectMode(int32_t effectMode) in SetAudioEffectMode()
624 const std::string PaRendererStreamImpl::GetEffectModeName(int32_t effectMode) in GetEffectModeName()
639 int32_t PaRendererStreamImpl::GetAudioEffectMode(int32_t &effectMode) in GetAudioEffectMode()
H A Drenderer_in_server.cpp985 int32_t RendererInServer::SetAudioEffectMode(int32_t effectMode) in SetAudioEffectMode()
994 int32_t RendererInServer::GetAudioEffectMode(int32_t &effectMode) in GetAudioEffectMode()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Daudio_sink_filter.cpp259 Status AudioSinkFilter::SetAudioEffectMode(int32_t effectMode) in SetAudioEffectMode()
268 Status AudioSinkFilter::GetAudioEffectMode(int32_t &effectMode) in GetAudioEffectMode()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmoving_photo_processor.h40 int32_t effectMode; member
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioRenderer.cpp305 OH_AudioStream_AudioEffectMode *effectMode) in OH_AudioRenderer_GetEffectMode()
314 OH_AudioStream_AudioEffectMode effectMode) in OH_AudioRenderer_SetEffectMode()
596 int32_t OHAudioRenderer::SetEffectMode(AudioEffectMode effectMode) in SetEffectMode()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiostream/include/
H A Di_audio_stream.h72 AudioEffectMode effectMode; member
/ohos5.0/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.h190 int32_t effectMode = OHOS::AudioStandard::AudioEffectMode::EFFECT_DEFAULT; member
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dipc_stream_proxy.cpp317 int32_t IpcStreamProxy::SetAudioEffectMode(int32_t effectMode) in SetAudioEffectMode()
333 int32_t IpcStreamProxy::GetAudioEffectMode(int32_t &effectMode) in GetAudioEffectMode()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Daudio_sink.cpp677 Status AudioSink::SetAudioEffectMode(int32_t effectMode) in SetAudioEffectMode()
687 Status AudioSink::GetAudioEffectMode(int32_t &effectMode) in GetAudioEffectMode()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain_adapter.cpp78 bool EffectChainManagerExist(const char *sceneType, const char *effectMode, const char *spatializat… in EffectChainManagerExist()
H A Daudio_effect_chain_manager.cpp323 std::string effectMode = AUDIO_SUPPORTED_SCENE_MODES.find(EFFECT_DEFAULT)->second; in CreateAudioEffectChainDynamic() local
335 …ainManager::SetAudioEffectChainDynamic(const std::string &sceneType, const std::string &effectMode) in SetAudioEffectChainDynamic()
445 …ectChainManager::ExistAudioEffectChain(const std::string &sceneType, const std::string &effectMode, in ExistAudioEffectChain()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp377 bool CheckOpenMovingPhoto(int32_t photoSubType, int32_t effectMode, const string& request) in CheckOpenMovingPhoto()
1748 static int32_t RevertMetadata(int32_t fileId, int64_t time, int32_t effectMode, int32_t photoSubTyp… in RevertMetadata()
1777 static int32_t UpdateEffectMode(int32_t fileId, int32_t effectMode) in UpdateEffectMode()
2202 const shared_ptr<FileAsset>& fileAsset, int32_t& effectMode) in IsNeedRevertEffectMode()
2222 … MediaLibraryPhotoOperations::ProcessEditedEffectMode(MediaLibraryCommand& cmd, int32_t effectMode) in ProcessEditedEffectMode()
2237 int32_t effectMode{0}; in RevertToOriginalEffectMode() local
2396 int32_t effectMode; in IsSetEffectMode() local
2910 int32_t effectMode = -1; in SubmitEffectModeExecute() local
H A Dmoving_photo_processor.cpp195 int32_t effectMode = get<int32_t>( in ParseMovingPhotoData() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/
H A Daudio_fast_renderer_unit_test.cpp368 AudioEffectMode effectMode = audioRenderer->GetAudioEffectMode(); variable
/ohos5.0/foundation/multimedia/player_framework/services/services/player/player_mem_manage/
H A Dplayer_server_mem.h125 int32_t effectMode = OHOS::AudioStandard::AudioEffectMode::EFFECT_DEFAULT; member
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/sink/
H A Daudio_server_sink_plugin.cpp746 Status AudioServerSinkPlugin::GetAudioEffectMode(int32_t &effectMode) in GetAudioEffectMode()
757 Status AudioServerSinkPlugin::SetAudioEffectMode(int32_t effectMode) in SetAudioEffectMode()

12