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

/external/aac/libMpegTPEnc/src/
H A Dtpenc_asc.cpp336 CHANNEL_MODE chMode; local
339 chMode = (CHANNEL_MODE)(
343 chMode = MODE_UNKNOWN;
345 return chMode;
/external/aac/libPCMutils/src/
H A Dpcmdmx_lib.cpp524 PCM_DMX_CHANNEL_MODE *chMode /* out */
538 FDK_ASSERT(chMode != NULL);
547 *chMode = CH_MODE_UNDEFINED;
675 *chMode = (PCM_DMX_CHANNEL_MODE)(*chMode | (numChInGrp << (ch * 4)));
695 const PCM_DMX_CHANNEL_MODE chMode, /* in */
716 numTotalChannels += (chMode >> (grpIdx * 4)) & 0xF;
720 switch (chMode) {
750 plainChMode = getChMode4Plain(plainIdx, chMode, chCfg);
/external/aac/libAACenc/src/
H A Daacenc_lib.cpp292 CHANNEL_MODE chMode; /*!< Channel mode. */ member in struct:__anon263
1088 hAacConfig->syntaxFlags |= (pConfig->chMode == MODE_212) ? AC_LD_MPS : 0;
1090 GetCoreChannelMode(pConfig->chMode, hAacConfig->audioObjectType);
1164 return AACENC_INVALID_CONFIG; /* nChannels doesn't match chMode, this is

Completed in 289 milliseconds