我要评分
获取效率
正确性
完整性
易理解

Change Description

New Features

No.

Description

Purpose

1

Adaptive scalable texture compression (ASTC)

To implement the ASTC function through Vulkan.

2

Texture compression

To enable texture compression for cloud phones to reduce the video RAM usage. A switch is provided for toggling this function (enabled by default).

3

YCbCr_420_888 format

To enable the YCbCr_420_888 image format for the Kbox Gralloc module.

4

Adaptive frame synchronization

To implement the adaptive vertical synchronization (vsync) function. After one frame is rendered, SurfaceFlinger immediately composes the frame and sends it to the screen, reducing the cloud-side latency by 15 ms. In addition, a test report is output based on cloud-side latency measurement.

5

Configurable camera simulation data

To support the configuration of camera simulation data using the adb command.

6

ART DEX compilation optimization

To accelerate application startup and execution. The CPU and memory usage can also be reduced.

Modified Features

None

Deleted Features

None