mm-video: venc: Revert optimization to skip few initialization steps for QCIF

- As the OMX IL component is initialized with the default resolution for
  QCIF, many steps were skipped in the implementation of OMX_SetParameter
  with index OMX_IndexParamPortDefinition if the client sets QCIF as the
  encode resolution.
- This causes issues with some IL clients (e.g. OMXCodec) which tries to update
  the port buffer size.
- To be safe, do all initialization steps irrespective of resolution.

Change-Id: I2349772853e7f572490cd44cad78a99e704c75b1
1 file changed