Hi all,
Omap4460 & android4.0:
My demo will crash When setConfig OMX_IndexConfigVideoAVCIntraPeriod .
OMX_IndexConfigVideoAVCIntraPeriod can be set Dynamically? Or I can only set it at Initialization time.
regards,
changwenliang
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 all,
Omap4460 & android4.0:
My demo will crash When setConfig OMX_IndexConfigVideoAVCIntraPeriod .
OMX_IndexConfigVideoAVCIntraPeriod can be set Dynamically? Or I can only set it at Initialization time.
regards,
changwenliang
Hi Chanwenliang,
In general, all the OMX_IndexConfig* can be set dynamically in run time. But this config parameter "OMX_IndexConfigVideoAVCIntraPeriod " is an exception which can set only when OMX Component is in loaded state. Since this AVCIntraPeriod structure contains nIDRPeriod which can be set to the codec at the initialization time.
Thanks & Best Regards,
Venkat