Lines Matching defs:config
22 #include "config.h"
804 OMX_CONFIG_BOOLEANTYPE config = {0, };
805 INIT_STRUCT(config);
806 config.bEnabled = OMX_TRUE;
807 err = OMX_SetConfig(s->handle, OMX_IndexConfigBrcmVideoRequestIFrame, &config);
812 OMX_CONFIG_INTRAREFRESHVOPTYPE config = {0, };
813 INIT_STRUCT(config);
814 config.nPortIndex = s->out_port;
815 config.IntraRefreshVOP = OMX_TRUE;
816 err = OMX_SetConfig(s->handle, OMX_IndexConfigVideoIntraVOPRefresh, &config);