Home
last modified time | relevance | path

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

/external/aac/libMpegTPEnc/src/
Dtpenc_asc.h114 int getChannelConfig(const CHANNEL_MODE channel_mode,
Dtpenc_asc.cpp289 int getChannelConfig(const CHANNEL_MODE channel_mode, in getChannelConfig() function
712 if (getChannelConfig(config->channelMode, config->channelConfigZero) == 0) { in transportEnc_writeGASpecificConfig()
918 asc, getChannelConfig(config->channelMode, config->channelConfigZero), 4); in transportEnc_writeASC()
Dtpenc_adts.cpp229 getChannelConfig(hAdts->channel_mode, hAdts->channel_config_zero), 3); in adtsWrite_EncodeHeader()
Dtpenc_lib.cpp201 switch (getChannelConfig(channelMode, channelConfigZero)) { in getPceRepetitionRate()