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