浏览代码

video: update the set function for BASELAYER_PRIORITY

update the set function for BASELAYER_PRIORITY control.
with out this change, configuration is not set to firmware.

Change-Id: I57f01a8e02462ee9e8c221581043a8a70adbfcc5
Signed-off-by: Manikanta Kanamarlapudi <[email protected]>
Manikanta Kanamarlapudi 2 年之前
父节点
当前提交
92a44da54b
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      driver/platform/pineapple/src/msm_vidc_pineapple.c

+ 6 - 0
driver/platform/pineapple/src/msm_vidc_pineapple.c

@@ -2179,6 +2179,12 @@ static struct msm_platform_inst_cap_dependency instance_cap_dependency_data_pine
 		NULL,
 		msm_vidc_set_u32},
 
+	{BASELAYER_PRIORITY, ENC, H264,
+		{0},
+		{0},
+		NULL,
+		msm_vidc_set_u32},
+
 	{TIME_DELTA_BASED_RC, ENC, CODECS_ALL,
 		{BITRATE_MODE},
 		{0},