video: driver: reject unsupported resolution in output streamon
For decoder, reject unsupported session during output port streamon. Change-Id: I048bf86cce1357a8db6c4ed5fc15508db1382916 Signed-off-by: Darshana Patil <darshana@codeaurora.org>
Dieser Commit ist enthalten in:
@@ -1684,6 +1684,10 @@ int msm_vdec_streamon_output(struct msm_vidc_inst *inst)
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
rc = msm_vidc_check_session_supported(inst);
|
||||
if (rc)
|
||||
return rc;
|
||||
|
||||
rc = msm_vdec_update_max_map_output_count(inst);
|
||||
if (rc)
|
||||
return rc;
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren