Home
last modified time | relevance | path

Searched refs:HDI (Results 1 - 25 of 309) sorted by relevance

12345678910>>...13

/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
H A Dcompilation_mock_idevice.cpp21 OH_NN_ReturnCode OHOS::HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode = OH_NN_OPERATION_FORBIDDEN;
28 if (HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_SUCCESS) { in IsModelCacheSupported()
30 HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode = OH_NN_OPERATION_FORBIDDEN; in IsModelCacheSupported()
35 if (HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_FAILED) { in IsModelCacheSupported()
36 HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode = OH_NN_OPERATION_FORBIDDEN; in IsModelCacheSupported()
48 if (HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_INVALID_FILE) { in GetSupportedOperation()
49 HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode = OH_NN_OPERATION_FORBIDDEN; in GetSupportedOperation()
59 if (HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_SUCCESS) { in GetSupportedOperation()
60 HDI::Nnrt::V2_0::MockIPreparedModel::m_ExpectRetCode = OH_NN_OPERATION_FORBIDDEN; in GetSupportedOperation()
71 if (HDI in IsDynamicInputSupported()
[all...]
/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
H A Dcompilation_mock_idevice.cpp21 OH_NN_ReturnCode OHOS::HDI::Nnrt::V1_0::MockIPreparedModel::m_ExpectRetCode = OH_NN_OPERATION_FORBIDDEN;
28 if (HDI::Nnrt::V1_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_SUCCESS) { in IsModelCacheSupported()
30 HDI::Nnrt::V1_0::MockIPreparedModel::m_ExpectRetCode = OH_NN_OPERATION_FORBIDDEN; in IsModelCacheSupported()
35 if (HDI::Nnrt::V1_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_FAILED) { in IsModelCacheSupported()
36 HDI::Nnrt::V1_0::MockIPreparedModel::m_ExpectRetCode = OH_NN_OPERATION_FORBIDDEN; in IsModelCacheSupported()
48 if (HDI::Nnrt::V1_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_INVALID_FILE) { in GetSupportedOperation()
49 HDI::Nnrt::V1_0::MockIPreparedModel::m_ExpectRetCode = OH_NN_OPERATION_FORBIDDEN; in GetSupportedOperation()
59 if (HDI::Nnrt::V1_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_SUCCESS) { in GetSupportedOperation()
60 HDI::Nnrt::V1_0::MockIPreparedModel::m_ExpectRetCode = OH_NN_OPERATION_FORBIDDEN; in GetSupportedOperation()
71 if (HDI in IsDynamicInputSupported()
[all...]
H A Dexecutor_mock_device.cpp20 OH_NN_ReturnCode OHOS::HDI::Nnrt::V1_0::MockIPreparedModel::m_ExpectRetCode = OH_NN_OPERATION_FORBIDDEN;
38 if (OHOS::HDI::Nnrt::V1_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_INVALID_PARAMETER) { in AllocateBuffer()
39 OHOS::HDI::Nnrt::V1_0::MockIPreparedModel::m_ExpectRetCode = OH_NN_OPERATION_FORBIDDEN; in AllocateBuffer()
64 if (OHOS::HDI::Nnrt::V1_0::MockIPreparedModel::m_ExpectRetCode == OH_NN_FAILED) { in Run()
65 OHOS::HDI::Nnrt::V1_0::MockIPreparedModel::m_ExpectRetCode = OH_NN_OPERATION_FORBIDDEN; in Run()
/foundation/graphic/graphic_surface/surface/include/
H A Dmetadata_helper.h56 const HDI::Display::Graphic::Common::V1_0::CM_ColorSpaceType& colorSpaceType,
57 HDI::Display::Graphic::Common::V1_0::CM_ColorSpaceInfo& colorSpaceInfo);
59 const HDI::Display::Graphic::Common::V1_0::CM_ColorSpaceInfo& colorSpaceInfo,
60 HDI::Display::Graphic::Common::V1_0::CM_ColorSpaceType& colorSpaceType);
63 const HDI::Display::Graphic::Common::V1_0::CM_ColorSpaceInfo& colorSpaceInfo);
65 HDI::Display::Graphic::Common::V1_0::CM_ColorSpaceInfo& colorSpaceInfo);
68 const HDI::Display::Graphic::Common::V1_0::CM_ColorSpaceType& colorSpaceType);
70 HDI::Display::Graphic::Common::V1_0::CM_ColorSpaceType& colorSpaceType);
73 const HDI::Display::Graphic::Common::V1_0::CM_HDR_Metadata_Type& hdrMetadataType);
75 HDI
[all...]
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/hdi_adapter/
H A Dengine_host_manager.h24 using OHOS::HDI::IntelligentVoice::Engine::V1_0::IIntellVoiceEngineAdapter;
25 using OHOS::HDI::IntelligentVoice::Engine::V1_0::IntellVoiceEngineAdapterDescriptor;
26 using OHOS::HDI::IntelligentVoice::Engine::V1_1::IIntellVoiceDataOprCallback;
27 using OHOS::HDI::IntelligentVoice::Engine::V1_2::UploadHdiFile;
50 const sptr<OHOS::HDI::IntelligentVoice::Engine::V1_0::IIntellVoiceEngineManager> &GetEngineHostProxy1_0() const in GetEngineHostProxy1_0()
54 const sptr<OHOS::HDI::IntelligentVoice::Engine::V1_1::IIntellVoiceEngineManager> &GetEngineHostProxy1_1() const in GetEngineHostProxy1_1()
58 const sptr<OHOS::HDI::IntelligentVoice::Engine::V1_2::IIntellVoiceEngineManager> &GetEngineHostProxy1_2() const in GetEngineHostProxy1_2()
66 sptr<OHOS::HDI::IntelligentVoice::Engine::V1_0::IIntellVoiceEngineManager> engineHostProxy1_0_ = nullptr;
67 sptr<OHOS::HDI::IntelligentVoice::Engine::V1_1::IIntellVoiceEngineManager> engineHostProxy1_1_ = nullptr;
68 sptr<OHOS::HDI
[all...]
H A Di_adapter_host_manager.h25 using OHOS::HDI::IntelligentVoice::Engine::V1_0::IntellVoiceEngineAdapterDescriptor;
26 using OHOS::HDI::IntelligentVoice::Engine::V1_0::IIntellVoiceEngineCallback;
27 using OHOS::HDI::IntelligentVoice::Engine::V1_2::EvaluationResultInfo;
35 virtual int32_t Attach(const OHOS::HDI::IntelligentVoice::Engine::V1_0::IntellVoiceEngineAdapterInfo &info) = 0;
39 virtual int32_t Start(const OHOS::HDI::IntelligentVoice::Engine::V1_0::StartInfo &info) = 0;
42 virtual int32_t Read(OHOS::HDI::IntelligentVoice::Engine::V1_0::ContentType type, sptr<Ashmem> &buffer) = 0;
H A Dheadset_host_manager.h24 using OHOS::HDI::IntelligentVoice::Engine::V1_0::IIntellVoiceEngineAdapter;
25 using OHOS::HDI::IntelligentVoice::Engine::V1_0::IntellVoiceEngineAdapterDescriptor;
42 const sptr<OHOS::HDI::IntelligentVoice::Engine::V1_0::IIntellVoiceEngineManager> &GetHeadsetHostProxy1_0() const in GetHeadsetHostProxy1_0()
50 sptr<OHOS::HDI::IntelligentVoice::Engine::V1_0::IIntellVoiceEngineManager> headsetHostProxy1_0_ = nullptr;
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/
H A Dinner_model_test.cpp930 OHOS::HDI::Nnrt::V2_0::SharedBuffer tensorBuffer {-1, 0, 0, 0}; in HWTEST_F()
931 OHOS::HDI::Nnrt::V2_0::Model * model = LiteGraph_To_HDIModel(nullptr, tensorBuffer); in HWTEST_F()
944 OHOS::HDI::Nnrt::V2_0::SharedBuffer tensorBuffer {0, 0, 0, 0}; in HWTEST_F()
945 OHOS::HDI::Nnrt::V2_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer); in HWTEST_F()
973 OHOS::HDI::Nnrt::V2_0::SharedBuffer tensorBuffer {-1, 1, 1, 1}; in HWTEST_F()
975 OHOS::HDI::Nnrt::V2_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer); in HWTEST_F()
993 OHOS::HDI::Nnrt::V2_0::SharedBuffer tensorBuffer {-1, 0, 0, 0}; in HWTEST_F()
994 OHOS::HDI::Nnrt::V2_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer); in HWTEST_F()
1009 OHOS::HDI::Nnrt::V2_0::SharedBuffer tensorBuffer {-1, 0, 0, 0}; in HWTEST_F()
1010 OHOS::HDI in HWTEST_F()
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/
H A Ddevice_manager_test.cpp73 OHOS::HDI::Nnrt::V1_0::SharedBuffer tensorBuffer {-1, 0, 0, 0}; in HWTEST_F()
74 OHOS::HDI::Nnrt::V1_0::Model * model = LiteGraph_To_HDIModel(nullptr, tensorBuffer); in HWTEST_F()
87 OHOS::HDI::Nnrt::V1_0::SharedBuffer tensorBuffer {0, 0, 0, 0}; in HWTEST_F()
88 OHOS::HDI::Nnrt::V1_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer); in HWTEST_F()
116 OHOS::HDI::Nnrt::V1_0::SharedBuffer tensorBuffer {-1, 1, 1, 1}; in HWTEST_F()
118 OHOS::HDI::Nnrt::V1_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer); in HWTEST_F()
136 OHOS::HDI::Nnrt::V1_0::SharedBuffer tensorBuffer {-1, 0, 0, 0}; in HWTEST_F()
137 OHOS::HDI::Nnrt::V1_0::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer); in HWTEST_F()
152 OHOS::HDI::Nnrt::V1_0::SharedBuffer tensorBuffer {-1, 0, 0, 0}; in HWTEST_F()
153 OHOS::HDI in HWTEST_F()
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_encoder.h33 namespace OHOS::HDI::Codec::Image::V2_0 {
101 std::shared_ptr<HDI::Codec::Image::V2_0::ImageItem> AssembleTmapImageItem(ColorManager::ColorSpaceName color,
105 std::shared_ptr<HDI::Codec::Image::V2_0::ImageItem> AssemblePrimaryImageItem(sptr<SurfaceBuffer>& surfaceBuffer,
107 std::shared_ptr<HDI::Codec::Image::V2_0::ImageItem> AssembleHdrBaseImageItem(sptr<SurfaceBuffer>& surfaceBuffer,
109 std::shared_ptr<HDI::Codec::Image::V2_0::ImageItem> AssembleGainmapImageItem(sptr<SurfaceBuffer>& surfaceBuffer,
113 std::vector<HDI::Codec::Image::V2_0::ImageItem>& inputImgs);
115 sptr<SurfaceBuffer>& mainSptr, bool sdrIsSRGB, std::vector<HDI::Codec::Image::V2_0::ImageItem>& inputImgs);
117 bool GetStaticMetadata(Media::HdrMetadata& metadata, HDI::Codec::Image::V2_0::MasteringDisplayColourVolume& color,
118 HDI::Codec::Image::V2_0::ContentLightLevel& light);
119 bool GetToneMapChannel(Media::ISOMetadata& metadata, HDI
[all...]
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/
H A Dtrigger_host_manager.h24 using OHOS::HDI::IntelligentVoice::Trigger::V1_0::IntellVoiceTriggerAdapterDsecriptor;
36 const sptr<OHOS::HDI::IntelligentVoice::Trigger::V1_0::IIntellVoiceTriggerAdapter> &GetAdapter() const in GetAdapter()
40 const sptr<OHOS::HDI::IntelligentVoice::Trigger::V1_1::IIntellVoiceTriggerAdapter> &GetAdapterV1_1() const in GetAdapterV1_1()
48 sptr<OHOS::HDI::IntelligentVoice::Trigger::V1_0::IIntellVoiceTriggerManager> triggerHostProxy_ = nullptr;
49 sptr<OHOS::HDI::IntelligentVoice::Trigger::V1_1::IIntellVoiceTriggerManager> triggerHostProxyV1_1_ = nullptr;
51 sptr<OHOS::HDI::IntelligentVoice::Trigger::V1_0::IIntellVoiceTriggerAdapter> adapter_ = nullptr;
52 sptr<OHOS::HDI::IntelligentVoice::Trigger::V1_1::IIntellVoiceTriggerAdapter> adapterV1_1_ = nullptr;
/foundation/multimedia/drm_framework/services/drm_service/server/include/
H A Dmedia_decrypt_module_service.h29 using namespace OHOS::HDI::Drm::V1_0;
30 using namespace OHOS::HDI;
34 MediaDecryptModuleService(sptr<OHOS::HDI::Drm::V1_0::IMediaDecryptModule> hdiMediaDecryptModule);
35 MediaDecryptModuleService(sptr<OHOS::HDI::Drm::V1_0::IMediaDecryptModule> hdiMediaDecryptModule,
44 void SetCryptInfo(OHOS::HDI::Drm::V1_0::CryptoInfo &cryptInfoTmp,
46 void SetDrmBufferInfo(OHOS::HDI::Drm::V1_0::DrmBuffer* drmSrcBuffer, OHOS::HDI::Drm::V1_0::DrmBuffer* drmDstBuffer,
53 sptr<OHOS::HDI::Drm::V1_0::IMediaDecryptModule> hdiMediaDecryptModule_;
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/
H A Ddaudio_manager_callback.h26 class DAudioManagerCallback : public OHOS::HDI::DistributedAudio::Audioext::V2_0::IDAudioCallback {
36 const OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioParameter &param) override;
39 const OHOS::HDI::DistributedAudio::Audioext::V2_0::DAudioEvent &event) override;
42 const OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioData &data) override;
45 OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioData &data) override;
48 OHOS::HDI::DistributedAudio::Audioext::V2_0::CurrentTime &time) override;
53 int32_t GetAudioParamHDF(const OHOS::HDI::DistributedAudio::Audioext::V2_0::AudioParameter& param,
H A Ddaudio_hdf_operate.h35 using OHOS::HDI::DeviceManager::V1_0::IDeviceManager;
36 using OHOS::HDI::ServiceManager::V1_0::IServiceManager;
37 using OHOS::HDI::ServiceManager::V1_0::IServStatListener;
38 using OHOS::HDI::ServiceManager::V1_0::ServiceStatus;
39 using OHOS::HDI::ServiceManager::V1_0::ServStatListenerStub;
60 class DAudioHdfServStatListener : public OHOS::HDI::ServiceManager::V1_0::ServStatListenerStub {
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dphoto_post_processor.cpp43 DpsError MapHdiError(OHOS::HDI::Camera::V1_2::ErrorCode errorCode) in MapHdiError()
47 case OHOS::HDI::Camera::V1_2::ErrorCode::ERROR_INVALID_ID: in MapHdiError()
50 case OHOS::HDI::Camera::V1_2::ErrorCode::ERROR_PROCESS: in MapHdiError()
53 case OHOS::HDI::Camera::V1_2::ErrorCode::ERROR_TIMEOUT: in MapHdiError()
56 case OHOS::HDI::Camera::V1_2::ErrorCode::ERROR_HIGH_TEMPERATURE: in MapHdiError()
59 case OHOS::HDI::Camera::V1_2::ErrorCode::ERROR_ABNORMAL: in MapHdiError()
62 case OHOS::HDI::Camera::V1_2::ErrorCode::ERROR_ABORT: in MapHdiError()
72 HdiStatus MapHdiStatus(OHOS::HDI::Camera::V1_2::SessionStatus statusCode) in MapHdiStatus()
76 case OHOS::HDI::Camera::V1_2::SessionStatus::SESSION_STATUS_READY: in MapHdiStatus()
79 case OHOS::HDI in MapHdiStatus()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/devicemanager/interface/
H A Di_audio_device_adapter.h23 using OHOS::HDI::DistributedAudio::Audio::V1_0::IAudioManager;
24 using OHOS::HDI::DistributedAudio::Audio::V1_0::IAudioAdapter;
25 using OHOS::HDI::DistributedAudio::Audio::V1_0::IAudioRender;
26 using OHOS::HDI::DistributedAudio::Audio::V1_0::IAudioCapture;
27 using OHOS::HDI::DistributedAudio::Audio::V1_0::IAudioCallback;
28 using OHOS::HDI::DistributedAudio::Audio::V1_0::AudioDeviceDescriptor;
29 using OHOS::HDI::DistributedAudio::Audio::V1_0::AudioSampleAttributes;
30 using OHOS::HDI::DistributedAudio::Audio::V1_0::AudioRoute;
31 using OHOS::HDI::DistributedAudio::Audio::V1_0::AudioExtParamKey;
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/wakeup/
H A Dwakeup_adapter_listener.h27 const OHOS::HDI::IntelligentVoice::Engine::V1_0::IntellVoiceEngineCallBackEvent &)>;
36 const OHOS::HDI::IntelligentVoice::Engine::V1_0::IntellVoiceEngineCallBackEvent &event) override;
37 void Notify(const OHOS::HDI::IntelligentVoice::Engine::V1_0::IntellVoiceEngineCallBackEvent &event);
40 void BackupCallBackEvent(const OHOS::HDI::IntelligentVoice::Engine::V1_0::IntellVoiceEngineCallBackEvent &event);
44 std::shared_ptr<OHOS::HDI::IntelligentVoice::Engine::V1_0::IntellVoiceEngineCallBackEvent> historyEvent_ = nullptr;
/foundation/multimodalinput/input/service/infrared_emitter/include/
H A Dinfrared_emitter_def.h25 namespace HDI { namespace
27 using namespace OHOS::HDI;
36 static sptr<OHOS::HDI::V1_0::ConsumerIr> Get(bool isStub = false);
37 static sptr<OHOS::HDI::V1_0::ConsumerIr> Get(const std::string &serviceName, bool isStub = false);
40 std::vector<OHOS::HDI::V1_0::ConsumerIrFreqRange> &range) = 0;
46 } // namespace HDI
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dcamera_util.cpp35 using namespace OHOS::HDI::Display::Composer::V1_1;
125 int32_t HdiToCameraErrorType(OHOS::HDI::Camera::V1_3::ErrorType type) in HdiToCameraErrorType()
130 case HDI::Camera::V1_3::FATAL_ERROR: in HdiToCameraErrorType()
133 case HDI::Camera::V1_3::REQUEST_TIMEOUT: in HdiToCameraErrorType()
136 case HDI::Camera::V1_3::DRIVER_ERROR: in HdiToCameraErrorType()
139 case HDI::Camera::V1_3::DEVICE_PREEMPT: in HdiToCameraErrorType()
142 case HDI::Camera::V1_3::DEVICE_DISCONNECT: in HdiToCameraErrorType()
145 case HDI::Camera::V1_3::SENSOR_DATA_ERROR: in HdiToCameraErrorType()
148 case HDI::Camera::V1_3::DCAMERA_ERROR_BEGIN: in HdiToCameraErrorType()
151 case HDI in HdiToCameraErrorType()
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dinner_model_test.cpp991 OHOS::HDI::Nnrt::V2_1::SharedBuffer tensorBuffer {-1, 0, 0, 0}; in HWTEST_F()
992 OHOS::HDI::Nnrt::V2_1::Model * model = LiteGraph_To_HDIModel(nullptr, tensorBuffer); in HWTEST_F()
1005 OHOS::HDI::Nnrt::V2_1::SharedBuffer tensorBuffer {0, 0, 0, 0}; in HWTEST_F()
1006 OHOS::HDI::Nnrt::V2_1::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer); in HWTEST_F()
1034 OHOS::HDI::Nnrt::V2_1::SharedBuffer tensorBuffer {-1, 1, 1, 1}; in HWTEST_F()
1036 OHOS::HDI::Nnrt::V2_1::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer); in HWTEST_F()
1054 OHOS::HDI::Nnrt::V2_1::SharedBuffer tensorBuffer {-1, 0, 0, 0}; in HWTEST_F()
1055 OHOS::HDI::Nnrt::V2_1::Model * model = LiteGraph_To_HDIModel(liteGraph.get(), tensorBuffer); in HWTEST_F()
1070 OHOS::HDI::Nnrt::V2_1::SharedBuffer tensorBuffer {-1, 0, 0, 0}; in HWTEST_F()
1071 OHOS::HDI in HWTEST_F()
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Djpeg_hw_decoder.h59 OHOS::HDI::Codec::Image::V2_0::CodecImageBuffer& outputBuffer);
80 bool HuffmanTblTransform(JHUFF_TBL* huffTbl, OHOS::HDI::Codec::Image::V2_0::CodecJpegHuffTable& tbl);
89 bool DoDecode(OHOS::HDI::Codec::Image::V2_0::CodecImageBuffer& outputBufferHandle);
91 static OHOS::HDI::Display::Buffer::V1_0::IDisplayBuffer* GetBufferMgr();
95 OHOS::sptr<OHOS::HDI::Codec::Image::V2_0::ICodecImage> hwDecoder_;
96 OHOS::HDI::Display::Buffer::V1_0::IDisplayBuffer* bufferMgr_;
97 OHOS::HDI::Codec::Image::V2_0::CodecImageBuffer inputBuffer_;
98 OHOS::HDI::Codec::Image::V2_0::CodecJpegDecInfo decodeInfo_;
/foundation/multimedia/image_effect/interfaces/inner_api/native/colorspace/
H A Dcolorspace_helper.h41 OHOS::HDI::Display::Graphic::Common::V1_0::CM_ColorSpaceType type);
42 IMAGE_EFFECT_EXPORT static OHOS::HDI::Display::Graphic::Common::V1_0::CM_ColorSpaceType ConvertToCMColorSpace(
45 const OHOS::HDI::Display::Graphic::Common::V1_0::CM_HDR_Metadata_Type &type);
47 OHOS::HDI::Display::Graphic::Common::V1_0::CM_HDR_Metadata_Type &type);
49 const OHOS::HDI::Display::Graphic::Common::V1_0::CM_ColorSpaceType &type);
51 OHOS::HDI::Display::Graphic::Common::V1_0::CM_ColorSpaceType &type);
/foundation/multimodalinput/input/service/hardware_cursor_pointer_manager/src/
H A Dhardware_cursor_pointer_manager.cpp54 powerInterface_ = OHOS::HDI::Display::Composer::V1_2::IDisplayComposerInterface::Get(false); in IsSupported()
61 HDI::Display::Composer::V1_2::DISPLAY_CAPBILITY_HARDWARE_CURSOR, value) in IsSupported()
62 != HDI::Display::Composer::V1_2::DISPLAY_SUCCESS) { in IsSupported()
78 if (powerInterface_->SetHardwareCursorPosition(devId_, x, y) != HDI::Display::Composer::V1_2::DISPLAY_SUCCESS) { in SetPosition()
90 if (powerInterface_->EnableHardwareCursorStats(devId_, enable) != HDI::Display::Composer::V1_2::DISPLAY_SUCCESS) { in EnableStats()
103 HDI::Display::Composer::V1_2::DISPLAY_SUCCESS) { in GetCursorStats()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerahdf/
H A Ddcamera_hdf_operate.h28 using OHOS::HDI::DeviceManager::V1_0::IDeviceManager;
29 using OHOS::HDI::ServiceManager::V1_0::IServiceManager;
30 using OHOS::HDI::ServiceManager::V1_0::IServStatListener;
31 using OHOS::HDI::ServiceManager::V1_0::ServiceStatus;
32 using OHOS::HDI::ServiceManager::V1_0::ServStatListenerStub;
58 class DCameraHdfServStatListener : public OHOS::HDI::ServiceManager::V1_0::ServStatListenerStub {
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dcolor_utils.cpp194 HDI::Display::Graphic::Common::V1_0::CM_ColorSpaceType ColorUtils::ConvertToCMColor(ColorManager::ColorSpaceName name) in ConvertToCMColor()
198 return HDI::Display::Graphic::Common::V1_0::CM_SRGB_FULL; in ConvertToCMColor()
200 return HDI::Display::Graphic::Common::V1_0::CM_SRGB_LIMIT; in ConvertToCMColor()
202 return HDI::Display::Graphic::Common::V1_0::CM_P3_FULL; in ConvertToCMColor()
204 return HDI::Display::Graphic::Common::V1_0::CM_P3_LIMIT; in ConvertToCMColor()
207 return HDI::Display::Graphic::Common::V1_0::CM_BT2020_HLG_FULL; in ConvertToCMColor()
209 return HDI::Display::Graphic::Common::V1_0::CM_BT2020_HLG_LIMIT; in ConvertToCMColor()
211 return HDI::Display::Graphic::Common::V1_0::CM_BT2020_PQ_FULL; in ConvertToCMColor()
213 return HDI::Display::Graphic::Common::V1_0::CM_BT2020_PQ_LIMIT; in ConvertToCMColor()
215 return HDI in ConvertToCMColor()
[all...]

Completed in 14 milliseconds

12345678910>>...13