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

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dstat_bits.h32 Word16 adtsUsed);
H A Daacenc_core.h45 Word16 adtsUsed; /* whether write adts header */ member in struct:__anon336
H A Dqc_data.h92 Word16 adtsUsed; member in struct:__anon368
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoAAC.h48 short adtsUsed; /*! whether write adts header */ member in struct:__anon462
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc_core.c43 config->adtsUsed = 1;
98 hAacEnc->qcOut.qcElement.adtsUsed = config.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
H A Daacenc.c144 config.adtsUsed = 1;
336 config.adtsUsed = pAAC_param->adtsUsed;
402 config.adtsUsed = 1;
H A Dbitenc.c593 if(qcOut->qcElement.adtsUsed) /* write adts header*/
H A Dqc_main.c280 qcOutElement->adtsUsed);
/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/
H A DAACEncoder.cpp87 params.adtsUsed = 0; // We add adts header in the file writer if needed.
H A DSoftAACEncoder.cpp355 params.adtsUsed = 0; // We add adts header in the file writer if needed.

Completed in 119 milliseconds