Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:errorCorrectionType

910     OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType;
911 InitOMXParams(&errorCorrectionType);
912 errorCorrectionType.nPortIndex = kPortIndexOutput;
916 &errorCorrectionType, sizeof(errorCorrectionType));
922 errorCorrectionType.bEnableHEC = OMX_FALSE;
923 errorCorrectionType.bEnableResync = OMX_TRUE;
924 errorCorrectionType.nResynchMarkerSpacing = 256;
925 errorCorrectionType.bEnableDataPartitioning = OMX_FALSE;
926 errorCorrectionType.bEnableRVLC = OMX_FALSE;
930 &errorCorrectionType, sizeof(errorCorrectionType));