Hi,
I'm trying to change output port parameter of VDEC to apply resolution change.
So I did following step:
1. send disable command of VDEC output port
2. get parameter of VDEC output port
3. set parameter of VDEC output port with new frame size
4. send enable command of VDEC output port
But in step 4, it does not restart output port.
In step 1, it shows debug message as
"[m3video] OMX_TI_VIDDEC_CommandNotify() Cmd:OMX_CommandPortDisable"
which is first line of OMX_TI_VIDDEC_CommandNotify().
Step 4 does not print above line.
Why doesn't it enable port?
Thanks for any adivice.