Merge "video: driver: vp9 1080p decoder needs to reach 180fps"

Cette révision appartient à :
qctecmdr
2022-06-20 20:23:01 -07:00
révisé par Gerrit - the friendly Code Review server
révision a753289adb
2 fichiers modifiés avec 2 ajouts et 2 suppressions

Voir le fichier

@@ -42,7 +42,7 @@
#define AV1 MSM_VIDC_AV1
#define HEIC MSM_VIDC_HEIC
#define CODECS_ALL (H264 | HEVC | VP9 | HEIC | AV1)
#define MAXIMUM_OVERRIDE_VP9_FPS 120
#define MAXIMUM_OVERRIDE_VP9_FPS 180
static struct msm_platform_core_capability core_data_kalama[] = {
/* {type, value} */

Voir le fichier

@@ -39,7 +39,7 @@
#define VP9 MSM_VIDC_VP9
#define HEIC MSM_VIDC_HEIC
#define CODECS_ALL (H264 | HEVC | VP9 | HEIC)
#define MAXIMUM_OVERRIDE_VP9_FPS 120
#define MAXIMUM_OVERRIDE_VP9_FPS 180
static struct msm_platform_core_capability core_data_waipio[] = {
/* {type, value} */