Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Daacenc_lib.cpp166 UCHAR userTpProtection; member
472 cc->flags |= (extCfg->userTpProtection) ? CC_PROTECTION : 0; in H_ALLOC_MEM()
578 config->userTpProtection = 0; /* not crc protected*/ in aacEncDefaultConfig()
1950 if (settings->userTpProtection != value) { in aacEncoder_SetParam()
1955 settings->userTpProtection = value; in aacEncoder_SetParam()
2079 value = (UINT)settings->userTpProtection; in aacEncoder_GetParam()