msm: vidc: Remove read-only flags for profile and level clusters
Due to chipset max capabilities considered in buffer population, secure scenarios are failing due to limited CMA size. Remove read-only flags for profile and level clusters to allow omx component set. CRs-Fixed: 973470 Change-Id: I28c8318bd356ebb01258c1ec946215a838f81827 Signed-off-by: Srinu Gorle <sgorle@codeaurora.org>
This commit is contained in:
parent
8e955dcd62
commit
dcb0035091
1 changed files with 2 additions and 2 deletions
|
@ -392,7 +392,7 @@ static struct msm_vidc_ctrl msm_vdec_ctrls[] = {
|
|||
.maximum = V4L2_MPEG_VIDEO_H264_PROFILE_CONSTRAINED_HIGH,
|
||||
.default_value = V4L2_MPEG_VIDEO_H264_PROFILE_BASELINE,
|
||||
.menu_skip_mask = 0,
|
||||
.flags = V4L2_CTRL_FLAG_VOLATILE | V4L2_CTRL_FLAG_READ_ONLY,
|
||||
.flags = V4L2_CTRL_FLAG_VOLATILE,
|
||||
.qmenu = NULL,
|
||||
},
|
||||
{
|
||||
|
@ -402,7 +402,7 @@ static struct msm_vidc_ctrl msm_vdec_ctrls[] = {
|
|||
.maximum = V4L2_MPEG_VIDEO_H264_LEVEL_5_2,
|
||||
.default_value = V4L2_MPEG_VIDEO_H264_LEVEL_1_0,
|
||||
.menu_skip_mask = 0,
|
||||
.flags = V4L2_CTRL_FLAG_VOLATILE | V4L2_CTRL_FLAG_READ_ONLY,
|
||||
.flags = V4L2_CTRL_FLAG_VOLATILE,
|
||||
.qmenu = NULL,
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue