Home
last modified time | relevance | path

Searched defs:layerId (Results 1 – 25 of 35) sorted by relevance

12

/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()
61 static int32_t CloseLayer(uint32_t devId, uint32_t layerId) in CloseLayer()
68 static int32_t SetLayerSize(uint32_t devId, uint32_t layerId, IRect *rect) in SetLayerSize()
76 static int32_t SetLayerCrop(uint32_t devId, uint32_t layerId, IRect *rect) in SetLayerCrop()
82 static int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) in SetLayerZorder()
89 static int32_t SetTransformMode(uint32_t devId, uint32_t layerId, TransformType type) in SetTransformMode()
96 static int32_t SetLayerBuffer(uint32_t devId, uint32_t layerId, const BufferHandle *buffer, int32_t… in SetLayerBuffer()
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/
H A Dlayer_fuzzer.cpp135 int32_t UsingCreateLayer(uint32_t devId, uint32_t& layerId) in UsingCreateLayer()
152 int32_t UsingCloseLayer(uint32_t devId, uint32_t layerId) in UsingCloseLayer()
162 int32_t TestSetLayerAlpha(uint32_t devId, uint32_t layerId) in TestSetLayerAlpha()
178 int32_t TestSetLayerRegion(uint32_t devId, uint32_t layerId) in TestSetLayerRegion()
193 int32_t TestSetLayerCrop(uint32_t devId, uint32_t layerId) in TestSetLayerCrop()
208 int32_t TestSetLayerZorder(uint32_t devId, uint32_t layerId) in TestSetLayerZorder()
218 int32_t TestSetLayerPreMulti(uint32_t devId, uint32_t layerId) in TestSetLayerPreMulti()
277 int32_t TestSetLayerBuffer(uint32_t devId, uint32_t layerId) in TestSetLayerBuffer()
325 int32_t TestSetLayerMaskInfo(uint32_t devId, uint32_t layerId) in TestSetLayerMaskInfo()
340 int32_t TestSetLayerColor(uint32_t devId, uint32_t layerId) in TestSetLayerColor()
[all …]
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_service.cpp213 int32_t DisplayDeviceService::SetLayerVisible(uint32_t devId, uint32_t layerId, bool visible) in SetLayerVisible()
223 int32_t DisplayDeviceService::SetLayerCrop(uint32_t devId, uint32_t layerId, const IRect *rect) in SetLayerCrop()
228 int32_t DisplayDeviceService::SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) in SetLayerZorder()
238 int32_t DisplayDeviceService::SetLayerPreMulti(uint32_t devId, uint32_t layerId, bool preMul) in SetLayerPreMulti()
243 int32_t DisplayDeviceService::GetLayerPreMulti(uint32_t devId, uint32_t layerId, bool &preMul) in GetLayerPreMulti()
288 int32_t DisplayDeviceService::Flush(uint32_t devId, uint32_t layerId, LayerBuffer &buffer) in Flush()
310 int32_t DisplayDeviceService::CloseLayer(uint32_t devId, uint32_t layerId) in CloseLayer()
315 int32_t DisplayDeviceService::SetLayerSize(uint32_t devId, uint32_t layerId, const IRect *rect) in SetLayerSize()
320 int32_t DisplayDeviceService::GetLayerSize(uint32_t devId, uint32_t layerId, IRect &rect) in GetLayerSize()
325 int32_t DisplayDeviceService::WaitForVBlank(uint32_t devId, uint32_t layerId, int32_t timeOut) in WaitForVBlank()
[all …]
H A Ddisplay_device_host_driver.cpp1001 uint32_t layerId = 0; in CreateLayer() local
1028 uint32_t layerId = 0; in SetLayerVisible() local
1058 uint32_t layerId = 0; in GetLayerVisibleState() local
1091 uint32_t layerId = 0; in SetLayerCrop() local
1121 uint32_t layerId = 0; in SetLayerZorder() local
1150 uint32_t layerId = 0; in GetLayerZorder() local
1183 uint32_t layerId = 0; in SetLayerPreMulti() local
1212 uint32_t layerId = 0; in GetLayerPreMulti() local
1244 uint32_t layerId = 0; in SetLayerAlpha() local
1274 uint32_t layerId = 0; in GetLayerAlpha() local
[all …]
/ohos5.0/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h345 uint32_t& layerId) override in CreateLayer()
351 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) override in DestroyLayer()
363 … virtual int32_t SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha& alpha) override in SetLayerAlpha()
369 virtual int32_t SetLayerRegion(uint32_t devId, uint32_t layerId, const IRect& rect) override in SetLayerRegion()
375 virtual int32_t SetLayerCrop(uint32_t devId, uint32_t layerId, const IRect& rect) override in SetLayerCrop()
381 virtual int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) override in SetLayerZorder()
387 virtual int32_t SetLayerPreMulti(uint32_t devId, uint32_t layerId, bool preMul) override in SetLayerPreMulti()
393 …virtual int32_t SetLayerTransformMode(uint32_t devId, uint32_t layerId, TransformType type) overri… in SetLayerTransformMode()
424 virtual int32_t SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) override in SetLayerBlendType()
451 virtual int32_t SetLayerMetaData(uint32_t devId, uint32_t layerId, in SetLayerMetaData()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp463 int32_t HdiDeviceImpl::SetLayerVisibleRegion(uint32_t screenId, uint32_t layerId, in SetLayerVisibleRegion()
480 int32_t HdiDeviceImpl::SetLayerDirtyRegion(uint32_t screenId, uint32_t layerId, in SetLayerDirtyRegion()
523 int32_t HdiDeviceImpl::SetLayerCrop(uint32_t screenId, uint32_t layerId, const GraphicIRect &crop) in SetLayerCrop()
535 int32_t HdiDeviceImpl::SetLayerZorder(uint32_t screenId, uint32_t layerId, uint32_t zorder) in SetLayerZorder()
541 int32_t HdiDeviceImpl::SetLayerPreMulti(uint32_t screenId, uint32_t layerId, bool isPreMulti) in SetLayerPreMulti()
586 int32_t HdiDeviceImpl::SetLayerMetaData(uint32_t screenId, uint32_t layerId, in SetLayerMetaData()
637 int32_t HdiDeviceImpl::GetSupportedPresentTimestampType(uint32_t screenId, uint32_t layerId, in GetSupportedPresentTimestampType()
661 int32_t HdiDeviceImpl::SetLayerMaskInfo(uint32_t screenId, uint32_t layerId, uint32_t maskInfo) in SetLayerMaskInfo()
670 uint32_t &layerId) in CreateLayer()
682 int32_t HdiDeviceImpl::CloseLayer(uint32_t screenId, uint32_t layerId) in CloseLayer()
[all …]
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddisplay_composer_vdi_impl.cpp213 … DisplayComposerVdiImpl::CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) in CreateLayer()
220 int32_t DisplayComposerVdiImpl::DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer()
234 int32_t DisplayComposerVdiImpl::SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha& a… in SetLayerAlpha()
242 int32_t DisplayComposerVdiImpl::SetLayerRegion(uint32_t devId, uint32_t layerId, const IRect& rect) in SetLayerRegion()
250 int32_t DisplayComposerVdiImpl::SetLayerCrop(uint32_t devId, uint32_t layerId, const IRect& rect) in SetLayerCrop()
258 int32_t DisplayComposerVdiImpl::SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) in SetLayerZorder()
265 int32_t DisplayComposerVdiImpl::SetLayerPreMulti(uint32_t devId, uint32_t layerId, bool preMul) in SetLayerPreMulti()
272 int32_t DisplayComposerVdiImpl::SetLayerTransformMode(uint32_t devId, uint32_t layerId, TransformTy… in SetLayerTransformMode()
293 int32_t DisplayComposerVdiImpl::SetLayerBuffer(uint32_t devId, uint32_t layerId, const BufferHandle… in SetLayerBuffer()
309 int32_t DisplayComposerVdiImpl::SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) in SetLayerBlendType()
[all …]
H A Dhdi_session.cpp256 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer()
263 static int32_t DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer()
269 static int32_t SetLayerRegion(uint32_t devId, uint32_t layerId, IRect *rect) in SetLayerRegion()
276 static int32_t SetLayerCrop(uint32_t devId, uint32_t layerId, IRect *rect) in SetLayerCrop()
283 static int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) in SetLayerZorder()
289 static int32_t SetLayerPreMulti(uint32_t devId, uint32_t layerId, bool preMul) in SetLayerPreMulti()
295 static int32_t SetLayerAlpha(uint32_t devId, uint32_t layerId, LayerAlpha *alpha) in SetLayerAlpha()
302 static int32_t SetLayerTransformMode(uint32_t devId, uint32_t layerId, TransformType type) in SetLayerTransformMode()
308 static int32_t SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, IRect *region) in SetLayerDirtyRegion()
328 static int32_t SetLayerCompositionType(uint32_t devId, uint32_t layerId, CompositionType type) in SetLayerCompositionType()
[all …]
H A Dhdi_display.cpp65 int32_t HdiDisplay::SetLayerZorder(uint32_t layerId, uint32_t zorder) in SetLayerZorder()
89 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer()
114 int32_t HdiDisplay::DestroyLayer(uint32_t layerId) in DestroyLayer()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/
H A Ddisplay_composer_vdi_impl.cpp227 … DisplayComposerVdiImpl::CreateLayer(uint32_t devId, const LayerInfo& layerInfo, uint32_t& layerId) in CreateLayer()
235 int32_t DisplayComposerVdiImpl::DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer()
251 int32_t DisplayComposerVdiImpl::SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha& a… in SetLayerAlpha()
260 int32_t DisplayComposerVdiImpl::SetLayerRegion(uint32_t devId, uint32_t layerId, const IRect& rect) in SetLayerRegion()
269 int32_t DisplayComposerVdiImpl::SetLayerCrop(uint32_t devId, uint32_t layerId, const IRect& rect) in SetLayerCrop()
277 int32_t DisplayComposerVdiImpl::SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) in SetLayerZorder()
285 int32_t DisplayComposerVdiImpl::SetLayerPreMulti(uint32_t devId, uint32_t layerId, bool preMul) in SetLayerPreMulti()
293 int32_t DisplayComposerVdiImpl::SetLayerTransformMode(uint32_t devId, uint32_t layerId, TransformTy… in SetLayerTransformMode()
316 int32_t DisplayComposerVdiImpl::SetLayerBuffer(uint32_t devId, uint32_t layerId, const BufferHandle… in SetLayerBuffer()
334 int32_t DisplayComposerVdiImpl::SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) in SetLayerBlendType()
[all …]
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_session.cpp232 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer()
239 static int32_t CloseLayer(uint32_t devId, uint32_t layerId) in CloseLayer()
245 static int32_t SetLayerSize(uint32_t devId, uint32_t layerId, IRect *rect) in SetLayerSize()
252 static int32_t SetLayerCrop(uint32_t devId, uint32_t layerId, IRect *rect) in SetLayerCrop()
259 static int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) in SetLayerZorder()
265 static int32_t SetLayerPreMulti(uint32_t devId, uint32_t layerId, bool preMul) in SetLayerPreMulti()
271 static int32_t SetLayerAlpha(uint32_t devId, uint32_t layerId, LayerAlpha *alpha) in SetLayerAlpha()
278 static int32_t SetTransformMode(uint32_t devId, uint32_t layerId, TransformType type) in SetTransformMode()
284 static int32_t SetLayerDirtyRegion(uint32_t devId, uint32_t layerId, IRect *region) in SetLayerDirtyRegion()
310 static int32_t SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) in SetLayerBlendType()
[all …]
H A Dhdi_display.cpp65 int32_t HdiDisplay::SetLayerZorder(uint32_t layerId, uint32_t zorder) in SetLayerZorder()
90 int32_t HdiDisplay::CreateLayer(const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer()
115 int32_t HdiDisplay::CloseLayer(uint32_t layerId) in CloseLayer()
H A Dhdi_session.h46 …int32_t CallLayerFunction(uint32_t devId, uint32_t layerId, int32_t (HdiLayer::*member)(Args...), … in CallLayerFunction()
/ohos5.0/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_requester.h241 int32_t SetLayerAlpha(uint32_t devId, uint32_t layerId, const LayerAlpha &alpha) in SetLayerAlpha()
289 int32_t SetLayerRegion(uint32_t devId, uint32_t layerId, const IRect &rect) in SetLayerRegion()
320 int32_t SetLayerCrop(uint32_t devId, uint32_t layerId, const IRect &rect) in SetLayerCrop()
351 int32_t SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) in SetLayerZorder()
383 int32_t SetLayerPreMulti(uint32_t devId, uint32_t layerId, bool preMul) in SetLayerPreMulti()
416 int32_t SetLayerTransformMode(uint32_t devId, uint32_t layerId, TransformType type) in SetLayerTransformMode()
488 int32_t SetLayerVisibleRegion(uint32_t devId, uint32_t layerId, std::vector<IRect> &rects) in SetLayerVisibleRegion()
583 int32_t SetLayerCompositionType(uint32_t devId, uint32_t layerId, CompositionType type) in SetLayerCompositionType()
615 int32_t SetLayerBlendType(uint32_t devId, uint32_t layerId, BlendType type) in SetLayerBlendType()
647 int32_t SetLayerMaskInfo(uint32_t devId, uint32_t layerId, const MaskInfo maskInfo) in SetLayerMaskInfo()
[all …]
H A Ddisplay_cmd_responser.h537 uint32_t layerId = 0; in OnSetLayerAlpha() local
577 uint32_t layerId = 0; in OnSetLayerRegion() local
603 uint32_t layerId = 0; in OnSetLayerCrop() local
629 uint32_t layerId = 0; in OnSetLayerZorder() local
655 uint32_t layerId = 0; in OnSetLayerPreMulti() local
681 uint32_t layerId = 0; in OnSetLayerTransformMode() local
708 uint32_t layerId = 0; in OnSetLayerDirtyRegion() local
743 uint32_t layerId = 0; in OnSetLayerVisibleRegion() local
776 uint32_t layerId; member
902 uint32_t layerId = 0; in OnSetLayerCompositionType() local
[all …]
H A Ddisplay_cmd_utils.h99 static int32_t SetupDevice(uint32_t devId, uint32_t layerId, CommandDataPacker& packer) in SetupDevice()
245 …static int32_t SetupDeviceUnpack(CommandDataUnpacker& unpacker, uint32_t& devId, uint32_t& layerId) in SetupDeviceUnpack()
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
H A Ddisplay_device_proxy.cpp1035 int32_t DisplayDeviceProxy::CloseLayer(uint32_t devId, uint32_t layerId) in CloseLayer()
1063 int32_t DisplayDeviceProxy::SetLayerVisible(uint32_t devId, uint32_t layerId, bool visible) in SetLayerVisible()
1123 int32_t DisplayDeviceProxy::SetLayerSize(uint32_t devId, uint32_t layerId, const IRect *rect) in SetLayerSize()
1159 int32_t DisplayDeviceProxy::GetLayerSize(uint32_t devId, uint32_t layerId, IRect &rect) in GetLayerSize()
1190 int32_t DisplayDeviceProxy::SetLayerCrop(uint32_t devId, uint32_t layerId, const IRect *rect) in SetLayerCrop()
1227 int32_t DisplayDeviceProxy::SetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t zorder) in SetLayerZorder()
1259 int32_t DisplayDeviceProxy::GetLayerZorder(uint32_t devId, uint32_t layerId, uint32_t &zorder) in GetLayerZorder()
1288 int32_t DisplayDeviceProxy::SetLayerPreMulti(uint32_t devId, uint32_t layerId, bool preMul) in SetLayerPreMulti()
1320 int32_t DisplayDeviceProxy::GetLayerPreMulti(uint32_t devId, uint32_t layerId, bool &preMul) in GetLayerPreMulti()
1716 int32_t DisplayDeviceProxy::Flush(uint32_t devId, uint32_t layerId, LayerBuffer &buffer) in Flush()
[all …]
/ohos5.0/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_session.h49 …int32_t CallLayerFunction(uint32_t devId, uint32_t layerId, int32_t (HdiLayer::*member)(Args...), … in CallLayerFunction()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dreference_parser.h53 int32_t layerId = -1; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdilayer_test.cpp208 uint32_t layerId = 1; variable
H A Dhdidevice_test.cpp132 uint32_t screenId = 1, layerId = 0, zorder = 0; variable
191 uint32_t screenId = 1, layerId = 0; variable
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_display.cpp93 uint32_t layerId = 0; in CreateHdiTestLayer() local
233 uint32_t layerId = iter.first; in Clear() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp57 uint32_t layerId = GetData<uint32_t>(); in HdiDeviceFuzzTest3() local
86 uint32_t layerId = GetData<uint32_t>(); in HdiDeviceFuzzTest2() local
/ohos5.0/drivers/peripheral/display/hal/default/
H A Ddisplay_layer.c272 static int32_t CreateLayer(uint32_t devId, const LayerInfo *layerInfo, uint32_t *layerId) in CreateLayer()
309 static int32_t CloseLayer(uint32_t devId, uint32_t layerId) in CloseLayer()
357 static int32_t Flush(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) in Flush()
388 static int32_t GetLayerBuffer(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) in GetLayerBuffer()
/ohos5.0/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.h74 uint32_t layerId; member

12