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

/frameworks/av/media/libstagefright/
H A DACodec.cpp1951 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType; local
1952 InitOMXParams(&errorCorrectionType);
1953 errorCorrectionType.nPortIndex = kPortIndexOutput;
1957 &errorCorrectionType, sizeof(errorCorrectionType));
1963 errorCorrectionType.bEnableHEC = OMX_FALSE;
1964 errorCorrectionType.bEnableResync = OMX_TRUE;
1965 errorCorrectionType.nResynchMarkerSpacing = 256;
1966 errorCorrectionType.bEnableDataPartitioning = OMX_FALSE;
1967 errorCorrectionType
[all...]
H A DOMXCodec.cpp899 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType; local
900 InitOMXParams(&errorCorrectionType);
901 errorCorrectionType.nPortIndex = kPortIndexOutput;
905 &errorCorrectionType, sizeof(errorCorrectionType));
911 errorCorrectionType.bEnableHEC = OMX_FALSE;
912 errorCorrectionType.bEnableResync = OMX_TRUE;
913 errorCorrectionType.nResynchMarkerSpacing = 256;
914 errorCorrectionType.bEnableDataPartitioning = OMX_FALSE;
915 errorCorrectionType
[all...]

Completed in 35 milliseconds