Searched refs:LayerBuffer (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/drivers/peripheral/display/interfaces/include/ |
H A D | display_layer.h | 485 int32_t (*GetLayerBuffer)(uint32_t devId, uint32_t layerId, LayerBuffer *buffer); 503 int32_t (*Flush)(uint32_t devId, uint32_t layerId, LayerBuffer *buffer); 539 int32_t (*SnapShot)(uint32_t devId, LayerBuffer *buffer);
|
H A D | display_type.h | 329 } LayerBuffer; typedef
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/interfaces/ |
H A D | idisplay_device.h | 92 virtual int32_t Flush(uint32_t devId, uint32_t layerId, LayerBuffer &buffer) = 0; 94 virtual int32_t GetLayerBuffer(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) = 0; 103 virtual int32_t SnapShot(uint32_t devId, LayerBuffer &buffer) = 0;
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/server/ |
H A D | display_device_service.h | 82 int32_t Flush(uint32_t devId, uint32_t layerId, LayerBuffer &buffer) override; 84 int32_t GetLayerBuffer(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) override; 93 int32_t SnapShot(uint32_t devId, LayerBuffer &buffer) override;
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/proxy/ |
H A D | display_device_proxy.h | 86 int32_t Flush(uint32_t devId, uint32_t layerId, LayerBuffer &buffer) override; 88 int32_t GetLayerBuffer(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) override; 97 int32_t SnapShot(uint32_t devId, LayerBuffer &buffer) override;
|
/ohos5.0/drivers/peripheral/display/test/unittest/lite/ |
H A D | display_test.h | 75 LayerBuffer buffer;
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/ |
H A D | display_device_service.cpp | 288 int32_t DisplayDeviceService::Flush(uint32_t devId, uint32_t layerId, LayerBuffer &buffer) in Flush() 300 int32_t DisplayDeviceService::GetLayerBuffer(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) in GetLayerBuffer() 345 int32_t DisplayDeviceService::SnapShot(uint32_t devId, LayerBuffer &buffer) in SnapShot()
|
H A D | display_device_host_driver.cpp | 1522 LayerBuffer bufferTmp; in Flush() 1629 LayerBuffer bufferTmp = {}; in GetLayerBuffer() 1952 LayerBuffer bufferTmp = {}; in SnapShot()
|
/ohos5.0/drivers/peripheral/display/hal/default/ |
H A D | display_layer.c | 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/foundation/graphic/graphic_utils_lite/frameworks/hals/ |
H A D | hi_fbdev.cpp | 29 LayerBuffer buffer;
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/ |
H A D | player_video_sink.cpp | 368 LayerBuffer layerBuf; in WriteToVideoDevice()
|
/ohos5.0/drivers/peripheral/display/ |
H A D | README_zh.md | 96 …ame="p89635916383"></a>int32_t (*Flush)(uint32_t devId, uint32_t layerId, LayerBuffer *buffer);</p> 101 …18472376"></a>int32_t (*GetLayerBuffer)(uint32_t devId, uint32_t layerId, LayerBuffer *buffer);</p>
|
H A D | README.md | 96 …ame="p89635916383"></a>int32_t (*Flush)(uint32_t devId, uint32_t layerId, LayerBuffer *buffer);</p> 101 …18472376"></a>int32_t (*GetLayerBuffer)(uint32_t devId, uint32_t layerId, LayerBuffer *buffer);</p>
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/ |
H A D | display_device_proxy.cpp | 1675 int32_t DisplayDeviceProxy::GetLayerBuffer(uint32_t devId, uint32_t layerId, LayerBuffer *buffer) in GetLayerBuffer() 1716 int32_t DisplayDeviceProxy::Flush(uint32_t devId, uint32_t layerId, LayerBuffer &buffer) in Flush() 1782 int32_t DisplayDeviceProxy::SnapShot(uint32_t devId, LayerBuffer &buffer) in SnapShot()
|