Home
last modified time | relevance | path

Searched refs:LayerInfo (Results 1 – 25 of 69) sorted by relevance

123

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A D_layer_info_v10.md1 # 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 DReadme-CN.md50 - [LayerInfo](_layer_info_v10.md)
H A Dinterface_i_display_composer_v10.md34 | [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 Dhdi_test_layer.h59 HdiTestLayer(LayerInfo& info, uint32_t id, uint32_t displayId);
96 LayerInfo layerInfo_ = { 0 };
H A Dhdi_test_display.cpp58 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 Dhdi_test_display.h37 std::shared_ptr<HdiTestLayer> CreateHdiTestLayer(LayerInfo& info);
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_layer_video/
H A Ddisplay_layer_video.cpp50 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 Ddisplay_composer_type.cpp.txt256 …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)
266LayerInfo *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 Ddisplay_composer_type.h.txt321 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 Ddisplay_composer_proxy.h.txt97 …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 Ddisplay_composer_service.h.txt57 …int32_t CreateLayer(uint32_t devId, const OHOS::HDI::Display::Composer::V1_0::LayerInfo& layerInfo,
H A Ddisplay_composer_service.cpp.txt97 …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 Dhdi_display.h91 virtual int32_t CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId);
H A Ddisplay_composer_vdi_impl.h58 …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 Dhdi_display.h86 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 Drs_round_corner_display_test.cpp1074 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 Dlayer_fuzzer.cpp56 static int32_t GetLayerInfo(LayerInfo& layerInfo) in GetLayerInfo()
137 LayerInfo layerInfo; in UsingCreateLayer()
/ohos5.0/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.c62 static void GetLayerInfo(LayerInfo *layInfo) in GetLayerInfo()
199 LayerInfo layInfo; in CreateLayerTest()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dhi_fbdev.cpp33 static LayerInfo g_layerInfo = {};
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_video_composition.cpp55LayerInfo 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 Didisplay_composer_vdi.h65 virtual int32_t CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) = 0;
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_layer.h112 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 Ddisplay_composer_vdi_impl.h58 …virtual int32_t CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) overrid…
/ohos5.0/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp226 LayerInfo layerInfo; in BENCHMARK_F()
456 LayerInfo layerInfo; in BENCHMARK_F()
/ohos5.0/drivers/peripheral/display/
H A DREADME_zh.md76 …<a name="p8761658183714"></a>int32_t (*OpenLayer)(uint32_t devId, const LayerInfo *layerInfo, uint…
220 static void GetLayerInfo(LayerInfo *layInfo)
275 LayerInfo layInfo;

123