/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | _layer_info_v10.md | 1 # LayerInfo chapter 8 在创建图层时,需要将LayerInfo传递给创建图层接口,创建图层接口根据图层信息创建相应图层。 35 int LayerInfo::bpp 45 int LayerInfo::height 55 enum PixelFormat LayerInfo::pixFormat 65 enum LayerType LayerInfo::type 75 int LayerInfo::width
|
H A D | Readme-CN.md | 50 - [LayerInfo](_layer_info_v10.md)
|
H A D | interface_i_display_composer_v10.md | 34 | [CreateLayer](#createlayer) ([in] unsigned int devId, [in] struct [LayerInfo](_layer_info_v10.md)… 83 IDisplayComposer::CreateLayer ([in] unsigned int devId, [in] struct LayerInfo layerInfo, [in] unsig…
|
/ohos5.0/drivers/peripheral/display/composer/test/common/ |
H A D | hdi_test_layer.h | 59 HdiTestLayer(LayerInfo& info, uint32_t id, uint32_t displayId); 96 LayerInfo layerInfo_ = { 0 };
|
H A D | hdi_test_display.cpp | 58 LayerInfo layerinfo = {0}; in Init() 90 std::shared_ptr<HdiTestLayer> HdiTestDisplay::CreateHdiTestLayer(LayerInfo& info) in CreateHdiTestLayer() 108 LayerInfo info = {w, h, LAYER_TYPE_GRAPHIC, BPP, Composer::V1_0::PIXEL_FMT_RGBA_8888}; in CreateHdiTestLayer()
|
H A D | hdi_test_display.h | 37 std::shared_ptr<HdiTestLayer> CreateHdiTestLayer(LayerInfo& info);
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_layer_video/ |
H A D | display_layer_video.cpp | 50 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer() 55 LayerInfo info = *layerInfo; in CreateLayer()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/cpp_target/display/composer/v1_0/ |
H A D | display_composer_type.cpp.txt | 256 …shalling(OHOS::MessageParcel& data, const OHOS::HDI::Display::Composer::V1_0::LayerInfo& dataBlock) 258 …WriteUnpadBuffer((const void*)&dataBlock, sizeof(OHOS::HDI::Display::Composer::V1_0::LayerInfo))) { 264 …kUnmarshalling(OHOS::MessageParcel& data, OHOS::HDI::Display::Composer::V1_0::LayerInfo& dataBlock) 266 …LayerInfo *dataBlockPtr = reinterpret_cast<const OHOS::HDI::Display::Composer::V1_0::LayerInfo*>(d… 271 …(OHOS::HDI::Display::Composer::V1_0::LayerInfo), dataBlockPtr, sizeof(OHOS::HDI::Display::Composer…
|
H A D | display_composer_type.h.txt | 321 struct LayerInfo { 556 …halling(OHOS::MessageParcel &data, const OHOS::HDI::Display::Composer::V1_0::LayerInfo& dataBlock); 558 …Unmarshalling(OHOS::MessageParcel &data, OHOS::HDI::Display::Composer::V1_0::LayerInfo& dataBlock);
|
H A D | display_composer_proxy.h.txt | 97 …int32_t CreateLayer(uint32_t devId, const OHOS::HDI::Display::Composer::V1_0::LayerInfo& layerInfo, 157 …static int32_t CreateLayer_(uint32_t devId, const OHOS::HDI::Display::Composer::V1_0::LayerInfo& l…
|
H A D | display_composer_service.h.txt | 57 …int32_t CreateLayer(uint32_t devId, const OHOS::HDI::Display::Composer::V1_0::LayerInfo& layerInfo,
|
H A D | display_composer_service.cpp.txt | 97 …const OHOS::HDI::Display::Composer::V1_0::LayerInfo& layerInfo, uint32_t cacheCount, uint32_t& lay…
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | hdi_display.h | 91 virtual int32_t CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId);
|
H A D | display_composer_vdi_impl.h | 58 …virtual int32_t CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) overrid…
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_display.h | 86 virtual int32_t CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_round_corner_display_test.cpp | 1074 auto LayerInfo = rcdInstance.GetLayerPair(topName); variable 1075 EXPECT_TRUE(LayerInfo.first == id && LayerInfo.second == top); 1078 LayerInfo = rcdInstance.GetLayerPair(topName); 1079 EXPECT_TRUE(LayerInfo.second == RoundCornerDisplayManager::RCDLayerType::INVALID);
|
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/ |
H A D | layer_fuzzer.cpp | 56 static int32_t GetLayerInfo(LayerInfo& layerInfo) in GetLayerInfo() 137 LayerInfo layerInfo; in UsingCreateLayer()
|
/ohos5.0/drivers/peripheral/display/test/unittest/lite/ |
H A D | display_test.c | 62 static void GetLayerInfo(LayerInfo *layInfo) in GetLayerInfo() 199 LayerInfo layInfo; in CreateLayerTest()
|
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/ |
H A D | hi_fbdev.cpp | 33 static LayerInfo g_layerInfo = {};
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/composer/ |
H A D | hdi_video_composition.cpp | 55 …LayerInfo layerInfo = { rect.w, rect.h, LAYER_TYPE_OVERLAY, 8, PIXEL_FMT_YCRCB_420_P }; // the bpp… in CreateVideoLayerForHdiLayer()
|
/ohos5.0/drivers/peripheral/display/composer/hdi_service/include/ |
H A D | idisplay_composer_vdi.h | 65 virtual int32_t CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) = 0;
|
/ohos5.0/drivers/peripheral/display/interfaces/include/ |
H A D | display_layer.h | 112 int32_t (*CreateLayer)(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId);
|
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/ |
H A D | display_composer_vdi_impl.h | 58 …virtual int32_t CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) overrid…
|
/ohos5.0/drivers/peripheral/display/composer/test/benchmark/ |
H A D | display_benchmark_test.cpp | 226 LayerInfo layerInfo; in BENCHMARK_F() 456 LayerInfo layerInfo; in BENCHMARK_F()
|
/ohos5.0/drivers/peripheral/display/ |
H A D | README_zh.md | 76 …<a name="p8761658183714"></a>int32_t (*OpenLayer)(uint32_t devId, const LayerInfo *layerInfo, uint… 220 static void GetLayerInfo(LayerInfo *layInfo) 275 LayerInfo layInfo;
|