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
546 cc->nSubFrames = (hAacConfig->nSubFrames > 1 && extCfg->userTpNsubFrames == 1) in H_ALLOC_MEM()
548 : extCfg->userTpNsubFrames; in H_ALLOC_MEM()
685 config->userTpNsubFrames = 1; in aacEncDefaultConfig()
1072 if ((config->userTpNsubFrames > 1)) { in FDKaacEnc_AdjustEncSettings()
1077 fMin(maxFrameLength, 8 * (1 << 13)) / config->userTpNsubFrames; in FDKaacEnc_AdjustEncSettings()
1081 config->userTpNsubFrames; in FDKaacEnc_AdjustEncSettings()
2354 if (settings->userTpNsubFrames != value) { in aacEncoder_SetParam()
2359 settings->userTpNsubFrames = value; in aacEncoder_SetParam()
2480 value = (UINT)settings->userTpNsubFrames; in aacEncoder_GetParam()