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

/frameworks/av/media/libstagefright/
H A DACodec.cpp2292 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType; local
2293 InitOMXParams(&errorCorrectionType);
2294 errorCorrectionType.nPortIndex = kPortIndexOutput;
2298 &errorCorrectionType, sizeof(errorCorrectionType));
2304 errorCorrectionType.bEnableHEC = OMX_FALSE;
2305 errorCorrectionType.bEnableResync = OMX_TRUE;
2306 errorCorrectionType.nResynchMarkerSpacing = 256;
2307 errorCorrectionType.bEnableDataPartitioning = OMX_FALSE;
2308 errorCorrectionType
[all...]
H A DOMXCodec.cpp910 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType; local
911 InitOMXParams(&errorCorrectionType);
912 errorCorrectionType.nPortIndex = kPortIndexOutput;
916 &errorCorrectionType, sizeof(errorCorrectionType));
922 errorCorrectionType.bEnableHEC = OMX_FALSE;
923 errorCorrectionType.bEnableResync = OMX_TRUE;
924 errorCorrectionType.nResynchMarkerSpacing = 256;
925 errorCorrectionType.bEnableDataPartitioning = OMX_FALSE;
926 errorCorrectionType
[all...]

Completed in 65 milliseconds