Searched refs:errorCorrectionType (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DACodec.cpp2075 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType; local
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
[all...]
H A DOMXCodec.cpp910 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType; local
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
[all...]

Completed in 80 milliseconds