Loading drivers/media/platform/msm/vidc/hfi_packetization.c +3 −0 Original line number Diff line number Diff line Loading @@ -2132,7 +2132,10 @@ static int create_3x_pkt_cmd_session_set_property( } /* Deprecated param on Venus 3xx */ case HAL_PARAM_VDEC_CONTINUE_DATA_TRANSFER: { rc = -ENOTSUPP; break; } default: rc = create_pkt_cmd_session_set_property(pkt, session, ptype, pdata); Loading drivers/media/platform/msm/vidc/venus_hfi.c +7 −1 Original line number Diff line number Diff line Loading @@ -2525,7 +2525,13 @@ static int venus_hfi_session_set_property(void *sess, rc = call_hfi_pkt_op(device, session_set_property, pkt, session, ptype, pdata); if (rc) { if (rc == -ENOTSUPP) { dprintk(VIDC_DBG, "set property: unsupported prop id: %#x\n", ptype); rc = 0; goto err_set_prop; } else if (rc) { dprintk(VIDC_ERR, "set property: failed to create packet\n"); rc = -EINVAL; goto err_set_prop; Loading Loading
drivers/media/platform/msm/vidc/hfi_packetization.c +3 −0 Original line number Diff line number Diff line Loading @@ -2132,7 +2132,10 @@ static int create_3x_pkt_cmd_session_set_property( } /* Deprecated param on Venus 3xx */ case HAL_PARAM_VDEC_CONTINUE_DATA_TRANSFER: { rc = -ENOTSUPP; break; } default: rc = create_pkt_cmd_session_set_property(pkt, session, ptype, pdata); Loading
drivers/media/platform/msm/vidc/venus_hfi.c +7 −1 Original line number Diff line number Diff line Loading @@ -2525,7 +2525,13 @@ static int venus_hfi_session_set_property(void *sess, rc = call_hfi_pkt_op(device, session_set_property, pkt, session, ptype, pdata); if (rc) { if (rc == -ENOTSUPP) { dprintk(VIDC_DBG, "set property: unsupported prop id: %#x\n", ptype); rc = 0; goto err_set_prop; } else if (rc) { dprintk(VIDC_ERR, "set property: failed to create packet\n"); rc = -EINVAL; goto err_set_prop; Loading