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

/frameworks/av/media/libstagefright/
H A DACodec.cpp4345 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType; local
4346 InitOMXParams(&errorCorrectionType);
4347 errorCorrectionType.nPortIndex = kPortIndexOutput;
4351 &errorCorrectionType, sizeof(errorCorrectionType));
4357 errorCorrectionType.bEnableHEC = OMX_FALSE;
4358 errorCorrectionType.bEnableResync = OMX_TRUE;
4359 errorCorrectionType.nResynchMarkerSpacing = 256;
4360 errorCorrectionType.bEnableDataPartitioning = OMX_FALSE;
4361 errorCorrectionType
[all...]

Completed in 14 milliseconds