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

/external/aac/libAACenc/src/
H A Daacenc_lib.cpp189 UCHAR userTpNsubFrames; /*!< Number of sub frames in a transport frame for member in struct:__anon261
528 cc->nSubFrames = (hAacConfig->nSubFrames > 1 && extCfg->userTpNsubFrames == 1)
530 : extCfg->userTpNsubFrames;
667 config->userTpNsubFrames = 1;
1053 if ((config->userTpNsubFrames > 1)) {
1058 fMin(maxFrameLength, 8 * (1 << 13)) / config->userTpNsubFrames;
1062 config->userTpNsubFrames;
2319 if (settings->userTpNsubFrames != value) {
2324 settings->userTpNsubFrames = value;
2445 value = (UINT)settings->userTpNsubFrames;
[all...]

Completed in 145 milliseconds