Set the Widevine mode when decode() is called in LibMIX

BZ: 181151

OMX component needs to support both classic and modular DRM.
1) In ProcessorStart (OMX in executing state),  OMX does not
know DRM scheme - it can be either classic or modular
2) liboemcrypto is the only component knowing DRM scheme,
the info is only passed to OMX when input buffer is filled
(ProcessorProcess).

So the widevine mode should be set when decode() function
is called in LibMIX.

Change-Id: If9b8c6c731e1f72c46aab6c7f5d42aa21a76622b
Signed-off-by: wfeng6 <wei.feng@intel.com>
1 file changed