What does the "OMX_TI_IndexConfigAlgEnable" parameter do? I can't find any documentation or even source code on it.
Thanks,
Ralph
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Ralph,
OMX_TI_IndexConfigAlgEnable - is used for switching off the algorithm. For example, bypassing say Deinterlacer (VFPCDEI) for progressive content but still to have the dual scaler operations - In this case one can configure VFPC to bypass the dei part of the h/w ip.
OMX_TI_IndexConfigVFCCFrameSkip - is used to get say 30FPS from 1080p60 source. Other scenarios that one may require this configaration is to temporarily reduce the DDR b/w requirements.
thanks and regards
Tarakesh.
Ralph,
OMX_TI_IndexConfigAlgEnable is for enabling algorithm in VFPC. e.g. DEI will not do de-interlacing if algorithm is bypassed. Capture_encode example uses this index.
OMX_TI_IndexConfigVFCCFrameSkipis for dropping frames in capture, as per skip mask (30bit).
Regards
Vimal
Thanks for the replies; some further questions:
Ralph
1. OMX DEI component has one input and two output and each of this can be independently scaled, so if you have progressive input and just want two o/p (420 & 422) with scaling , alg would be disabled but pipeline remains same. Capture_encode example is using bypass of DEI.
2. Frame mask is binary 30 bit value, so 0x2aaaaaaa is (0x101010..)dropiing alternate frames.
3. This is one of the codec parameters for setting encode_preset in h264 for quality. We plan to provide all codec supported parameters configurability in next release.
Regards
Vimal