Searched defs:errorCorrectionType (Results 1 - 2 of 2) sorted by path

/frameworks/av/media/libstagefright/
H A DACodec.cpp2870 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType; local
2871 InitOMXParams(&errorCorrectionType);
2872 errorCorrectionType.nPortIndex = kPortIndexOutput;
2876 &errorCorrectionType, sizeof(errorCorrectionType));
2882 errorCorrectionType.bEnableHEC = OMX_FALSE;
2883 errorCorrectionType.bEnableResync = OMX_TRUE;
2884 errorCorrectionType.nResynchMarkerSpacing = 256;
2885 errorCorrectionType.bEnableDataPartitioning = OMX_FALSE;
2886 errorCorrectionType
[all...]
H A DOMXCodec.cpp1001 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType; local
1002 InitOMXParams(&errorCorrectionType);
1003 errorCorrectionType.nPortIndex = kPortIndexOutput;
1007 &errorCorrectionType, sizeof(errorCorrectionType));
1013 errorCorrectionType.bEnableHEC = OMX_FALSE;
1014 errorCorrectionType.bEnableResync = OMX_TRUE;
1015 errorCorrectionType.nResynchMarkerSpacing = 256;
1016 errorCorrectionType.bEnableDataPartitioning = OMX_FALSE;
1017 errorCorrectionType
[all...]

Completed in 106 milliseconds