Browse Source

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 năm trước cách đây
mục cha
commit
92a44da54b
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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},