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

/external/aac/libAACenc/src/
H A Dbitenc.h132 * \param epConfig
146 SCHAR epConfig,
162 * \param epConfig Error protection config
171 SCHAR epConfig
180 SCHAR epConfig
H A Dqc_main.h127 SCHAR epConfig
138 SCHAR epConfig
158 SCHAR epConfig
H A Dqc_main.cpp150 SCHAR epConfig);
165 SCHAR epConfig);
447 SCHAR epConfig
465 epConfig,
574 SCHAR epConfig = -1; local
591 epConfig,
795 SCHAR epConfig
979 epConfig);
1189 SCHAR epConfig)
1211 epConfig) ;
1177 FDKaacEnc_reduceBitConsumption(int* iterations, const int maxIterations, int gainAdjustment, int* chConstraintsFulfilled, int* calculateQuant, int nChannels, PSY_OUT_ELEMENT* psyOutElement, QC_OUT* qcOut, QC_OUT_ELEMENT* qcOutElement, ELEMENT_BITS* elBits, AUDIO_OBJECT_TYPE aot, UINT syntaxFlags, SCHAR epConfig) argument
1356 FDKaacEnc_FinalizeBitConsumption(CHANNEL_MAPPING *cm, QC_STATE *qcKernel, QC_OUT *qcOut, QC_OUT_ELEMENT** qcElement, HANDLE_TRANSPORTENC hTpEnc, AUDIO_OBJECT_TYPE aot, UINT syntaxFlags, SCHAR epConfig) argument
1466 FDKaacEnc_crashRecovery(INT nChannels, PSY_OUT_ELEMENT* psyOutElement, QC_OUT* qcOut, QC_OUT_ELEMENT *qcElement, INT bitsToSave, AUDIO_OBJECT_TYPE aot, UINT syntaxFlags, SCHAR epConfig) argument
[all...]
H A Daacenc.h199 SCHAR epConfig; /* error protection configuration */ member in struct:AACENC_CONFIG
H A Dbitenc.cpp828 SCHAR epConfig
996 SCHAR epConfig,
1021 list = getBitstreamElementList(aot, epConfig, numberOfChannels, 0);
1288 SCHAR epConfig
1323 epConfig, /* epConfig -1, 0, 1 */
1340 epConfig );
1382 epConfig );
1402 epConfig );
1445 epConfig );
989 FDKaacEnc_ChannelElementWrite( HANDLE_TRANSPORTENC hTpEnc, ELEMENT_INFO *pElInfo, QC_OUT_CHANNEL *qcOutChannel[(2)], PSY_OUT_ELEMENT *psyOutElement, PSY_OUT_CHANNEL *psyOutChannel[(2)], UINT syntaxFlags, AUDIO_OBJECT_TYPE aot, SCHAR epConfig, INT *pBitDemand, UCHAR minCnt ) argument
[all...]
H A Daacenc.cpp285 config->epConfig = -1; /* no ER syntax -> no additional error protection */
744 hAacEnc->config->epConfig);
774 hAacEnc->config->epConfig );
832 hAacEnc->config->epConfig );
883 hAacEnc->config->epConfig);
905 hAacEnc->config->epConfig);
936 hAacEnc->config->epConfig);
H A Daacenc_lib.cpp367 if ( (extCfg->userPceAdditions&0x1) && (hAacConfig->epConfig==-1)
619 hAacConfig->epConfig = -1;
640 hAacConfig->epConfig = 0;
651 hAacConfig->epConfig = 0;
663 hAacConfig->epConfig = 0;
709 if (hAacConfig->epConfig >= 0) {
/external/aac/libAACdec/src/
H A Dchannel.h131 * \param epConfig the current epConfig value obtained from the Audio Specific Config.
144 const SCHAR epConfig,
H A Dchannel.cpp236 const SCHAR epConfig,
248 list = getBitstreamElementList(aot, epConfig, numberOfChannels, 0);
228 CChannelElement_Read(HANDLE_FDK_BITSTREAM hBs, CAacDecoderChannelInfo *pAacDecoderChannelInfo[], CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[], const AUDIO_OBJECT_TYPE aot, const SamplingRateInfo *pSamplingRateInfo, const UINT flags, const UINT frame_length, const UCHAR numberOfChannels, const SCHAR epConfig, HANDLE_TRANSPORTDEC pTpDec ) argument
H A Daacdecoder.cpp677 pStreamInfo->epConfig = -1; /* default is no ER */
938 self->streamInfo.epConfig = asc->m_epConfig;
1204 self->streamInfo.epConfig,
1309 self->streamInfo.epConfig,
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DAudioSpecificConfig.java149 //epConfig; 2 bslbf
150 //if ( epConfig == 2 || epConfig == 3 ) {
153 //if ( epConfig == 3 ) {
285 int epConfig; field in class:AudioSpecificConfig
460 epConfig = bitReaderBuffer.readBits(2);
461 if (epConfig == 2 || epConfig == 3) {
465 if (epConfig == 3) {
743 // sb.append(", epConfig
[all...]
/external/aac/libFDK/include/
H A DFDK_tools_rom.h258 * \param epConfig the epConfig value from the current Audio Specific Config
263 const element_list_t * getBitstreamElementList(AUDIO_OBJECT_TYPE aot, SCHAR epConfig, UCHAR nChannels, UCHAR layer);
/external/aac/libMpegTPEnc/src/
H A Dtpenc_asc.cpp408 int epConfig,
456 int epConfig = 0; local
521 err = transportEnc_writeELDSpecificConfig(asc, config, epConfig, cb);
405 transportEnc_writeELDSpecificConfig( HANDLE_FDK_BITSTREAM hBs, CODER_CONFIG *config, int epConfig, CSTpCallBacks *cb ) argument
/external/aac/libAACdec/include/
H A Daacdecoder_lib.h513 SCHAR epConfig; /*!< epConfig level (from ASC): only level 0 supported, -1 means no ER (e. g. AOT=2, MPEG-2 AAC, etc.) */ member in struct:__anon3
/external/aac/libFDK/src/
H A DFDK_tools_rom.cpp1906 * epConfig = -1
2031 * epConfig = 0,1
2284 * epConfig = 0
2367 const element_list_t * getBitstreamElementList(AUDIO_OBJECT_TYPE aot, SCHAR epConfig, UCHAR nChannels, UCHAR layer) argument
2373 FDK_ASSERT(epConfig == -1);
2383 if (epConfig == 0) {
2389 if (epConfig == 0)
2397 if (epConfig <= 0)
2402 if (epConfig <= 0)

Completed in 275 milliseconds