Searched defs:nMIRRate (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c370 OMX_U32 nMIRRate; member in struct:MYDATATYPE
1113 if(pAppData->nMIRRate != VIDENCTEST_USE_DEFAULT_VALUE){
1117 eError = OMX_SetConfig(pHandle, pAppData->nVideoEncodeCustomParamIndex, &(pAppData->nMIRRate));
1118 VIDENCTEST_CHECK_EXIT(eError, "Error at SetConfig for nMIRRate");
2156 {"nMIRRate", 1, NULL, 'm'},
2175 pAppData->nMIRRate=atoi(optarg);
2247 pAppData->nMIRRate=VIDENCTEST_USE_DEFAULT_VALUE;
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
H A DOMX_VideoEnc_Utils.h614 OMX_U32 nMIRRate; member in struct:VIDENC_COMPONENT_PRIVATE

Completed in 58 milliseconds