Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Daacenc_lib.cpp189 UCHAR userTpNsubFrames; /*!< Number of sub frames in a transport frame for member
528 cc->nSubFrames = (hAacConfig->nSubFrames > 1 && extCfg->userTpNsubFrames == 1) in H_ALLOC_MEM()
530 : extCfg->userTpNsubFrames; in H_ALLOC_MEM()
667 config->userTpNsubFrames = 1; in aacEncDefaultConfig()
1054 if ((config->userTpNsubFrames > 1)) { in FDKaacEnc_AdjustEncSettings()
1059 fMin(maxFrameLength, 8 * (1 << 13)) / config->userTpNsubFrames; in FDKaacEnc_AdjustEncSettings()
1063 config->userTpNsubFrames; in FDKaacEnc_AdjustEncSettings()
2328 if (settings->userTpNsubFrames != value) { in aacEncoder_SetParam()
2333 settings->userTpNsubFrames = value; in aacEncoder_SetParam()
2454 value = (UINT)settings->userTpNsubFrames; in aacEncoder_GetParam()