Searched refs:adtsUsed (Results 1 - 12 of 12) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp87 params.adtsUsed = 0; // We add adts header in the file writer if needed.
H A DSoftAACEncoder.cpp327 params.adtsUsed = 0; // We add adts header in the file writer if needed.
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c54 param->adtsUsed = 1;
102 param->adtsUsed = atoi(*argv);
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Daacenc_core.h45 Word16 adtsUsed; /* whether write adts header */ member in struct:__anon302
H A Dqc_data.h92 Word16 adtsUsed; member in struct:__anon334
H A Dstat_bits.h32 Word16 adtsUsed);
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c142 config.adtsUsed = 1;
334 config.adtsUsed = pAAC_param->adtsUsed;
400 config.adtsUsed = 1;
H A Daacenc_core.c43 config->adtsUsed = 1;
99 hAacEnc->qcOut.qcElement.adtsUsed = config.adtsUsed;
H A Dbitenc.c593 if(qcOut->qcElement.adtsUsed) /* write adts header*/
H A Dqc_main.c280 qcOutElement->adtsUsed);
H A Dstat_bits.c182 Word16 adtsUsed)
190 if(adtsUsed) statBits += 56;
179 countStaticBitdemand(PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS], PSY_OUT_ELEMENT *psyOutElement, Word16 channels, Word16 adtsUsed) argument
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoAAC.h48 short adtsUsed; /*! whether write adts header */ member in struct:__anon420

Completed in 98 milliseconds