Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:errorCorrectionType

2075     OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType;
2076 InitOMXParams(&errorCorrectionType);
2077 errorCorrectionType.nPortIndex = kPortIndexOutput;
2081 &errorCorrectionType, sizeof(errorCorrectionType));
2087 errorCorrectionType.bEnableHEC = OMX_FALSE;
2088 errorCorrectionType.bEnableResync = OMX_TRUE;
2089 errorCorrectionType.nResynchMarkerSpacing = 256;
2090 errorCorrectionType.bEnableDataPartitioning = OMX_FALSE;
2091 errorCorrectionType.bEnableRVLC = OMX_FALSE;
2095 &errorCorrectionType, sizeof(errorCorrectionType));