Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp5004 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType; in setupErrorCorrectionParameters() local
5005 InitOMXParams(&errorCorrectionType); in setupErrorCorrectionParameters()
5006 errorCorrectionType.nPortIndex = kPortIndexOutput; in setupErrorCorrectionParameters()
5010 &errorCorrectionType, sizeof(errorCorrectionType)); in setupErrorCorrectionParameters()
5016 errorCorrectionType.bEnableHEC = OMX_FALSE; in setupErrorCorrectionParameters()
5017 errorCorrectionType.bEnableResync = OMX_TRUE; in setupErrorCorrectionParameters()
5018 errorCorrectionType.nResynchMarkerSpacing = 256; in setupErrorCorrectionParameters()
5019 errorCorrectionType.bEnableDataPartitioning = OMX_FALSE; in setupErrorCorrectionParameters()
5020 errorCorrectionType.bEnableRVLC = OMX_FALSE; in setupErrorCorrectionParameters()
5024 &errorCorrectionType, sizeof(errorCorrectionType)); in setupErrorCorrectionParameters()