Home
last modified time | relevance | path

Searched refs:layerInfo (Results 1 - 25 of 28) sorted by relevance

12

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
H A Dhi_gv_mlayer.h42 * param[in] layerInfo Layer information.
47 HI_S32 HI_GV_Layer_Create(const HIGO_LAYER_INFO_S *layerInfo, HIGV_HANDLE *layerHandle);
51 * param[in] layerInfo Layer information.
56 HI_S32 HI_GV_Layer_CreateEx(const HIGO_LAYER_INFO_S *layerInfo, HIGV_HANDLE layerHandle);
/device/qemu/hardware/display/
H A Ddisplay_layer.c86 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
88 if (layerInfo == NULL || layerId == NULL) { in CreateLayer()
102 priv->pitch = layerInfo->width * BITS_PER_PIXEL / BITS_TO_BYTE; in CreateLayer()
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Dhdi_display.cpp90 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
94 DISPLAY_CHK_RETURN((layerInfo == nullptr), DISPLAY_PARAM_ERR, DISPLAY_LOGE("LayerInfo is null")); in CreateLayer()
96 auto layer = CreateHdiLayer(layerInfo->type); in CreateLayer()
H A Dhdi_display.h96 virtual int32_t CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId);
H A Dhdi_session.cpp253 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
257 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::CreateLayer, layerInfo, layerId); in CreateLayer()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Dhdi_display.cpp90 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
94 DISPLAY_CHK_RETURN((layerInfo == nullptr), DISPLAY_PARAM_ERR, DISPLAY_LOGE("LayerInfo is null")); in CreateLayer()
96 auto layer = CreateHdiLayer(layerInfo->type); in CreateLayer()
H A Dhdi_display.h90 virtual int32_t CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId);
H A Dhdi_session.cpp254 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
258 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::CreateLayer, layerInfo, layerId); in CreateLayer()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Dhdi_display.cpp89 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
93 DISPLAY_CHK_RETURN((layerInfo == nullptr), DISPLAY_PARAM_ERR, DISPLAY_LOGE("LayerInfo is null")); in CreateLayer()
95 auto layer = CreateHdiLayer(layerInfo->type); in CreateLayer()
H A Dhdi_display.h90 virtual int32_t CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId);
H A Ddisplay_composer_vdi_impl.cpp227 int32_t DisplayComposerVdiImpl::CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) in CreateLayer() argument
230 int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::CreateLayer, &layerInfo, &layerId); in CreateLayer()
H A Dhdi_session.cpp257 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
261 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::CreateLayer, layerInfo, layerId); in CreateLayer()
H A Ddisplay_composer_vdi_impl.h58 virtual int32_t CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) override;
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Dhdi_display.cpp89 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
93 DISPLAY_CHK_RETURN((layerInfo == nullptr), DISPLAY_PARAM_ERR, DISPLAY_LOGE("LayerInfo is null")); in CreateLayer()
95 auto layer = CreateHdiLayer(layerInfo->type); in CreateLayer()
H A Dhdi_display.h90 virtual int32_t CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId);
H A Dhdi_session.cpp257 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
261 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::CreateLayer, layerInfo, layerId); in CreateLayer()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Dhdi_display.cpp90 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
94 DISPLAY_CHK_RETURN((layerInfo == nullptr), DISPLAY_PARAM_ERR, DISPLAY_LOGE("LayerInfo is null")); in CreateLayer()
96 auto layer = CreateHdiLayer(layerInfo->type); in CreateLayer()
H A Dhdi_display.h90 virtual int32_t CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId);
H A Ddisplay_composer_vdi_impl.cpp227 int32_t DisplayComposerVdiImpl::CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) in CreateLayer() argument
230 int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::CreateLayer, &layerInfo, &layerId); in CreateLayer()
H A Dhdi_session.cpp257 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
261 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::CreateLayer, layerInfo, layerId); in CreateLayer()
/device/soc/hisilicon/common/hal/display/source/display_device/src/composer/
H A Dhdi_video_composition.cpp55 LayerInfo layerInfo = { rect.w, rect.h, LAYER_TYPE_OVERLAY, 8, PIXEL_FMT_YCRCB_420_P }; // the bpp of yuv is 8 in CreateVideoLayerForHdiLayer() local
56 int ret = layerFuncs_->CreateLayer(0, &layerInfo, &voLayerId); in CreateVideoLayerForHdiLayer()
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
H A Dhdi_display.cpp92 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
96 DISPLAY_CHK_RETURN((layerInfo == nullptr), DISPLAY_PARAM_ERR, DISPLAY_LOGE("LayerInfo is null")); in CreateLayer()
98 auto layer = CreateHdiLayer(layerInfo->type); in CreateLayer()
H A Dhdi_display.h86 virtual int32_t CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId);
H A Dhdi_session.cpp232 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
236 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::CreateLayer, layerInfo, layerId); in CreateLayer()
/device/qemu/riscv32_virt/liteos_m/board/hardware/display/
H A Ddisplay_layer.c85 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() argument
87 if (layerInfo == NULL || layerId == NULL) { in CreateLayer()
102 priv->pitch = layerInfo->width * BITS_PER_PIXEL / BITS_TO_BYTE; in CreateLayer()

Completed in 14 milliseconds

12