Searched refs:hdiType (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | drm_connector.cpp | 161 void DrmConnector::ConvertToHdiType(uint32_t type, InterfaceType &hdiType) in ConvertToHdiType() argument 165 hdiType = DISP_INTF_VGA; in ConvertToHdiType() 168 hdiType = DISP_INTF_MIPI; in ConvertToHdiType() 172 hdiType = DISP_INTF_HDMI; in ConvertToHdiType() 175 hdiType = DISP_INTF_BUTT; in ConvertToHdiType()
|
H A D | drm_connector.h | 109 static void ConvertToHdiType(uint32_t type, InterfaceType &hdiType);
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | drm_connector.cpp | 186 void DrmConnector::ConvertToHdiType(uint32_t type, InterfaceType &hdiType) in ConvertToHdiType() argument 190 hdiType = DISP_INTF_VGA; in ConvertToHdiType() 193 hdiType = DISP_INTF_MIPI; in ConvertToHdiType() 197 hdiType = DISP_INTF_HDMI; in ConvertToHdiType() 200 hdiType = DISP_INTF_BUTT; in ConvertToHdiType()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_device_impl.cpp | 459 TransformType hdiType = static_cast<TransformType>(type); in SetTransformMode() local 460 return g_composer->SetLayerTransformMode(screenId, layerId, hdiType); in SetTransformMode() 512 Composer::V1_0::CompositionType hdiType = static_cast<Composer::V1_0::CompositionType>(type); in SetLayerCompositionType() local 513 return g_composer->SetLayerCompositionType(screenId, layerId, hdiType); in SetLayerCompositionType() 641 PresentTimestampType hdiType = PresentTimestampType::HARDWARE_DISPLAY_PTS_UNSUPPORTED; in GetSupportedPresentTimestampType() local 642 int32_t ret = g_composer->GetSupportedPresentTimestamp(screenId, layerId, hdiType); in GetSupportedPresentTimestampType() 644 type = static_cast<GraphicPresentTimestampType>(hdiType); in GetSupportedPresentTimestampType()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | hdi_codec_manager.cpp | 196 PluginType HdiCodecManager::GetCodecType(const CodecType& hdiType) in GetCodecType() argument 198 switch (hdiType) { in GetCodecType()
|
H A D | hdi_codec_manager.h | 47 static PluginType GetCodecType(const CodecType& hdiType);
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | drm_connector.h | 114 static void ConvertToHdiType(uint32_t type, InterfaceType &hdiType);
|