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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1003 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType; local
1004 InitOMXParams(&errorCorrectionType);
1005 errorCorrectionType.nPortIndex = kPortIndexOutput;
1009 &errorCorrectionType, sizeof(errorCorrectionType));
1015 errorCorrectionType.bEnableHEC = OMX_FALSE;
1016 errorCorrectionType.bEnableResync = OMX_TRUE;
1017 errorCorrectionType.nResynchMarkerSpacing = 256;
1018 errorCorrectionType.bEnableDataPartitioning = OMX_FALSE;
1019 errorCorrectionType
[all...]
H A DACodec.cpp3119 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType; local
3120 InitOMXParams(&errorCorrectionType);
3121 errorCorrectionType.nPortIndex = kPortIndexOutput;
3125 &errorCorrectionType, sizeof(errorCorrectionType));
3131 errorCorrectionType.bEnableHEC = OMX_FALSE;
3132 errorCorrectionType.bEnableResync = OMX_TRUE;
3133 errorCorrectionType.nResynchMarkerSpacing = 256;
3134 errorCorrectionType.bEnableDataPartitioning = OMX_FALSE;
3135 errorCorrectionType
[all...]

Completed in 1488 milliseconds