Home
last modified time | relevance | path

Searched defs:layerInfo (Results 1 – 15 of 15) sorted by relevance

/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
Dhdi_video_composition.cpp55 …LayerInfo layerInfo = { rect.w, rect.h, LAYER_TYPE_OVERLAY, 8, PIXEL_FMT_YCRCB_420_P }; // the bpp… in CreateVideoLayerForHdiLayer() local
/drivers/peripheral/display/hal/default_standard/src/display_layer_video/
Ddisplay_layer_video.cpp50 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer()
/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
Dlayer_fuzzer.cpp56 static int32_t GetLayerInfo(LayerInfo& layerInfo) in GetLayerInfo()
137 LayerInfo layerInfo; in UsingCreateLayer() local
/drivers/peripheral/display/composer/vdi_base/src/
Dhdi_display.cpp89 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer()
Dhdi_session.cpp257 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer()
Ddisplay_composer_vdi_impl.cpp213 int32_t DisplayComposerVdiImpl::CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& l… in CreateLayer()
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
Dhdi_display.cpp90 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer()
Dhdi_session.cpp232 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer()
/drivers/peripheral/display/composer/test/benchmark/
Ddisplay_benchmark_test.cpp226 LayerInfo layerInfo; in BENCHMARK_F() local
452 LayerInfo layerInfo; in BENCHMARK_F() local
/drivers/peripheral/display/hal/default_standard/src/display_device/
Ddisplay_composer_vdi_impl.cpp227 int32_t DisplayComposerVdiImpl::CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& l… in CreateLayer()
/drivers/peripheral/display/hal/default/
Ddisplay_layer.c272 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer()
/drivers/peripheral/display/composer/hdi_service/src/
Ddisplay_composer_service.cpp459 int32_t DisplayComposerService::CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t ca… in CreateLayer()
/drivers/peripheral/display/hdi_service/device/src/server/
Ddisplay_device_service.cpp208 int32_t DisplayDeviceService::CreateLayer(uint32_t devId, const LayerInfo &layerInfo, uint32_t &lay… in CreateLayer()
/drivers/interface/display/composer/v1_0/hdi_impl/
Ddisplay_composer_hdi_impl.h342 virtual int32_t CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t cacheCount, in CreateLayer()
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
Ddisplay_device_proxy.cpp1006 int32_t DisplayDeviceProxy::CreateLayer(uint32_t devId, const LayerInfo &layerInfo, uint32_t &layer… in CreateLayer()