Searched refs:CONFIGURE (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/ |
H A D | state.h | 48 CONFIGURE, enumerator 109 {Intent::CONFIGURE, "CONFIGURE"}, 137 {Intent::CONFIGURE, [this](const Plugin::Any ¶m) { return Configure(param); }},
|
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/ |
H A D | av_codec_service_ipc_interface_code.h | 32 CONFIGURE, enumerator
|
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/post_processing/ |
H A D | dynamic_interface_types.h | 102 CONFIGURE, enumerator
|
H A D | dynamic_controller.cpp | 120 auto ret = interface_.Invoke<DynamicInterfaceName::CONFIGURE>(instance_, configPtr); in ConfigureImpl()
|
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/ |
H A D | codec_service_stub.cpp | 38 …{static_cast<uint32_t>(OHOS::MediaAVCodec::CodecServiceInterfaceCode::CONFIGURE), "CodecServiceStu… 147 case static_cast<uint32_t>(CodecServiceInterfaceCode::CONFIGURE): in OnRemoteRequest()
|
H A D | codec_service_proxy.cpp | 98 …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 D | image_codec.cpp | 68 return DoSyncCall(MsgWhat::CONFIGURE, proc); in Configure() 212 { CONFIGURE, "CONFIGURE" }, in ToString()
|
H A D | codec_state.cpp | 240 case MsgWhat::CONFIGURE: { in OnMsgReceived()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/ |
H A D | image_codec.h | 65 CONFIGURE, enumerator
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec.cpp | 108 return DoSyncCall(MsgWhat::CONFIGURE, proc); in Configure() 1379 { INIT, "INIT" }, { SET_CALLBACK, "SET_CALLBACK" }, { CONFIGURE, "CONFIGURE" }, in ToString()
|
H A D | hcodec.h | 67 CONFIGURE, enumerator
|
H A D | hcodec_state.cpp | 238 case MsgWhat::CONFIGURE: { in OnMsgReceived()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/ |
H A D | hirecorder_impl.cpp | 171 auto ret = fsm_.SendEvent(Intent::CONFIGURE, hstRecParam); in Configure()
|