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

/frameworks/av/media/libstagefright/
H A DACodec.cpp4614 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType; local
4615 InitOMXParams(&errorCorrectionType);
4616 errorCorrectionType.nPortIndex = kPortIndexOutput;
4620 &errorCorrectionType, sizeof(errorCorrectionType));
4626 errorCorrectionType.bEnableHEC = OMX_FALSE;
4627 errorCorrectionType.bEnableResync = OMX_TRUE;
4628 errorCorrectionType.nResynchMarkerSpacing = 256;
4629 errorCorrectionType.bEnableDataPartitioning = OMX_FALSE;
4630 errorCorrectionType
[all...]

Completed in 433 milliseconds