--- 07c73472365d6ad86ce5a5c23a769c8a0f4ebb17 +++ b53defac057d0ea382eca3bdb997c50451cc59fd @@ -213,11 +213,11 @@ static u32 vcd_decode_frame_cmn return vcd_handle_input_frame(cctxt, input_frame); } -static u32 vcd_pause_in_run(struct vcd_clnt_ctxt *cctxt) +static u32 vcd_pause_cmn(struct vcd_clnt_ctxt *cctxt) { u32 rc = VCD_S_SUCCESS; - VCD_MSG_LOW("vcd_pause_in_run:"); + VCD_MSG_LOW("vcd_pause_cmn:"); if (cctxt->sched_clnt_hdl) { rc = vcd_sched_suspend_resume_clnt(cctxt, false); @@ -1703,7 +1703,7 @@ static const struct vcd_clnt_state_table vcd_encode_frame_cmn, vcd_decode_start_in_run, vcd_decode_frame_cmn, - vcd_pause_in_run, + vcd_pause_cmn, NULL, vcd_flush_cmn, vcd_stop_in_run, @@ -1778,7 +1778,7 @@ static const struct vcd_clnt_state_table vcd_encode_frame_cmn, NULL, vcd_decode_frame_cmn, - NULL, + vcd_pause_cmn, NULL, vcd_flush_in_eos, vcd_stop_in_eos,