Hello TI experts,
I am trying to create an OMX chain that will include capture->DEI(scale down)->DEI(scale up)->display.
Capture is done in 420 format, DEI(scale down) input and outputs are in 420 format, scaling down is in x1/4 in both width and height.
DEI (scale up) input is in 420 format and scale out outputs are in 422 format, scaling up is in x4, display is in 422 in original size.
Both second output ports of the two DEI's are not connected and i know how to use DEI with second output port not connected see http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/717/t/153532.aspx#556116
The OMX chain arrive to execute state, but it stuck, i am printing every component ConnInConnOut state for debugging and i see that there is only 1 CbEmptyBufferDone from the display and 1 ProcessPipeCmdFTB for the DEI(scale up) all other ConnInConnOut states of the other components were OK untill the OMX chain stuck, so i guess there is some kind of blocking in the display or in the DEI(scale up).
My questions are as follows:
1. is it possible to concatenate 2 OMX DEI components(or more)?
2. if it is possible why is my program stuck?
Can anyone please answer?
Thanks,
Gabi