Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Dstate.h48 CONFIGURE, enumerator
109 {Intent::CONFIGURE, "CONFIGURE"},
137 {Intent::CONFIGURE, [this](const Plugin::Any &param) { return Configure(param); }},
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Dav_codec_service_ipc_interface_code.h32 CONFIGURE, enumerator
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Ddynamic_interface_types.h102 CONFIGURE, enumerator
H A Ddynamic_controller.cpp120 auto ret = interface_.Invoke<DynamicInterfaceName::CONFIGURE>(instance_, configPtr); in ConfigureImpl()
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_service_stub.cpp38 …{static_cast<uint32_t>(OHOS::MediaAVCodec::CodecServiceInterfaceCode::CONFIGURE), "CodecServiceStu…
147 case static_cast<uint32_t>(CodecServiceInterfaceCode::CONFIGURE): in OnRemoteRequest()
H A Dcodec_service_proxy.cpp98 …Remote()->SendRequest(static_cast<uint32_t>(CodecServiceInterfaceCode::CONFIGURE), data, reply, op… in Configure()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec.cpp68 return DoSyncCall(MsgWhat::CONFIGURE, proc); in Configure()
212 { CONFIGURE, "CONFIGURE" }, in ToString()
H A Dcodec_state.cpp240 case MsgWhat::CONFIGURE: { in OnMsgReceived()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h65 CONFIGURE, enumerator
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp108 return DoSyncCall(MsgWhat::CONFIGURE, proc); in Configure()
1379 { INIT, "INIT" }, { SET_CALLBACK, "SET_CALLBACK" }, { CONFIGURE, "CONFIGURE" }, in ToString()
H A Dhcodec.h67 CONFIGURE, enumerator
H A Dhcodec_state.cpp238 case MsgWhat::CONFIGURE: { in OnMsgReceived()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Dhirecorder_impl.cpp171 auto ret = fsm_.SendEvent(Intent::CONFIGURE, hstRecParam); in Configure()