video: driver: Align buffer macros file with hfi file CI: 29354708
Align hfi_buffer_iris2.h file with hfi interface file hfi_lx_mem_v1.0_doc.h. Change-Id: Ie3811f58a94798d135ccfa1cb15d24900c2629d3 Signed-off-by: Akshata Sahukar <asahukar@codeaurora.org>
Tento commit je obsažen v:
@@ -1016,6 +1016,14 @@ int msm_venc_streamon_output(struct msm_vidc_inst *inst)
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
rc = msm_vidc_adjust_v4l2_properties(inst);
|
||||
if (rc)
|
||||
goto error;
|
||||
|
||||
rc = msm_vidc_set_v4l2_properties(inst);
|
||||
if (rc)
|
||||
goto error;
|
||||
|
||||
rc = msm_venc_set_output_properties(inst);
|
||||
if (rc)
|
||||
goto error;
|
||||
@@ -1032,14 +1040,6 @@ int msm_venc_streamon_output(struct msm_vidc_inst *inst)
|
||||
if (rc)
|
||||
goto error;
|
||||
|
||||
rc = msm_vidc_adjust_v4l2_properties(inst);
|
||||
if (rc)
|
||||
goto error;
|
||||
|
||||
rc = msm_vidc_set_v4l2_properties(inst);
|
||||
if (rc)
|
||||
goto error;
|
||||
|
||||
rc = msm_venc_set_internal_properties(inst);
|
||||
if (rc)
|
||||
goto error;
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele