/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/composer/ |
H A D | hdi_gfx_composition.cpp | 186 CompositionType compType = layer->GetDeviceSelect(); in Apply() local 187 switch (compType) { in Apply() 199 DISPLAY_LOGE("the gfx composition can not surpport the type %{public}d", compType); in Apply()
|
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_gfx_composition.cpp | 209 CompositionType compType = layer->GetCompositionType(); in Apply() local 210 switch (compType) { in Apply() 222 DISPLAY_LOGE("the gfx composition can not surpport the type %{public}d", compType); in Apply()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/ |
H A D | codec_buffer_pool.cpp | 28 CodecBufferPool::CodecBufferPool(CodecComponentType* compType, CompVerInfo& verInfo, in CodecBufferPool() argument 30 …: codecComp_(compType), verInfo_(verInfo), portIndex_(portIndex), freeBufferId_("hdiFreeBufferId",… in CodecBufferPool()
|
H A D | codec_buffer_pool.h | 36 …CodecBufferPool(CodecComponentType* compType, CompVerInfo& verInfo, uint32_t portIndex, uint32_t b…
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-ota-guide.md | 125 …<component compAddr="ota_tag" compId="27" resType="5" compType="0" compVer="1.0">./OTA.tag</compon… 126 …<component compAddr="config" compId="23" resType="5" compType="0" compVer="1.0">./config</componen… 127 …<component compAddr="bootloader" compId="24" resType="5" compType="0" compVer="1.0">./u-boot-xxxx.… 146 | 组件信息(group节点) | component节点 | compType | 必填 | 处理方式全量/差分,配置镜像处理方式的,0为全量处理、1为差分处理。 | 149 > 对轻量系统/小型系统,不支持做差分升级,component标签中,属性compType值,不能配为 1,必须全部配置为 0。
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/ |
H A D | display_device_service.cpp | 278 …t32_t DisplayDeviceService::SetLayerCompression(uint32_t devId, uint32_t layerId, int32_t compType) in SetLayerCompression() argument 280 return displayLayer_->SetLayerCompression(devId, layerId, compType); in SetLayerCompression() 283 …32_t DisplayDeviceService::GetLayerCompression(uint32_t devId, uint32_t layerId, int32_t &compType) in GetLayerCompression() argument 285 return displayLayer_->GetLayerCompression(devId, layerId, &compType); in GetLayerCompression()
|
H A D | display_device_host_driver.cpp | 1461 int32_t compType = 0; in SetLayerCompression() local 1462 if (!data->ReadInt32(compType)) { in SetLayerCompression() 1466 int32_t ret = device_->SetLayerCompression(devId, layerId, compType); in SetLayerCompression() 1490 int32_t compType = 0; in GetLayerCompression() local 1491 int32_t ret = device_->GetLayerCompression(devId, layerId, compType); in GetLayerCompression() 1496 if (!reply->WriteInt32(compType)) { in GetLayerCompression()
|
/ohos5.0/drivers/peripheral/display/interfaces/include/ |
H A D | display_layer.h | 429 int32_t (*SetLayerCompression)(uint32_t devId, uint32_t layerId, int32_t compType); 446 int32_t (*GetLayerCompression)(uint32_t devId, uint32_t layerId, int32_t *compType);
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/interfaces/ |
H A D | idisplay_device.h | 90 virtual int32_t SetLayerCompression(uint32_t devId, uint32_t layerId, int32_t compType) = 0; 91 virtual int32_t GetLayerCompression(uint32_t devId, uint32_t layerId, int32_t &compType) = 0;
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/server/ |
H A D | display_device_service.h | 80 int32_t SetLayerCompression(uint32_t devId, uint32_t layerId, int32_t compType) override; 81 int32_t GetLayerCompression(uint32_t devId, uint32_t layerId, int32_t &compType) override;
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/include/proxy/ |
H A D | display_device_proxy.h | 84 int32_t SetLayerCompression(uint32_t devId, uint32_t layerId, int32_t compType) override; 85 int32_t GetLayerCompression(uint32_t devId, uint32_t layerId, int32_t &compType) override;
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-ota-guide.md | 125 …<component compAddr="ota_tag" compId="27" resType="5" compType="0" compVer="1.0">./OTA.tag</compon… 126 …<component compAddr="config" compId="23" resType="5" compType="0" compVer="1.0">./config</componen… 127 …<component compAddr="bootloader" compId="24" resType="5" compType="0" compVer="1.0">./u-boot-xxxx.… 146 …| Component information (group node)| component| compType | Yes| Image type, which can be a full o… 149 …> As mini and small systems do not support updating with a differential package, **compType** must…
|
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/ |
H A D | display_device_proxy.cpp | 1580 int32_t DisplayDeviceProxy::SetLayerCompression(uint32_t devId, uint32_t layerId, int32_t compType) in SetLayerCompression() argument 1598 if (!data.WriteInt32(compType)) { in SetLayerCompression() 1611 int32_t DisplayDeviceProxy::GetLayerCompression(uint32_t devId, uint32_t layerId, int32_t &compType) in GetLayerCompression() argument 1634 compType = reply.ReadInt32(); in GetLayerCompression()
|