Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Daacenc_lib.cpp164 …UCHAR userTpNsubFrames; /*!< Number of sub frames in a transport frame for LOAS/L… member
468 cc->nSubFrames = (hAacConfig->nSubFrames > 1 && extCfg->userTpNsubFrames == 1) in H_ALLOC_MEM()
470 : extCfg->userTpNsubFrames; in H_ALLOC_MEM()
577 config->userTpNsubFrames = 1; in aacEncDefaultConfig()
1976 if (settings->userTpNsubFrames != value) { in aacEncoder_SetParam()
1981 settings->userTpNsubFrames = value; in aacEncoder_SetParam()
2088 value = (UINT)settings->userTpNsubFrames; in aacEncoder_GetParam()