HomeSort by relevance Sort by last modified time
    Searched full:aot (Results 1 - 25 of 73) sorted by null

1 2 3

  /hardware/intel/common/wrs_omxil_core/utils/inc/
audio_parser.h 58 int *aot, int *frequency, int *channel);
61 int aot, int frequency, int channel);
  /external/aac/libSYS/include/
FDK_audio.h 191 AOT_ESCAPE = 31, /**< Signal AOT uses more than 5 bits */
206 AOT_RSVD50 = 50, /**< Interim AOT for Rsvd50 */
209 AOT_MP2_AAC_MAIN = 128, /**< Virtual AOT MP2 Main profile */
210 AOT_MP2_AAC_LC = 129, /**< Virtual AOT MP2 Low Complexity profile */
211 AOT_MP2_AAC_SSR = 130, /**< Virtual AOT MP2 Scalable Sampling Rate profile */
213 AOT_MP2_SBR = 132, /**< Virtual AOT MP2 Low Complexity Profile with SBR */
215 AOT_DAB = 134, /**< Virtual AOT for DAB (Layer2 with scalefactor CRC) */
216 AOT_DABPLUS_AAC_LC = 135, /**< Virtual AOT for DAB plus AAC-LC */
217 AOT_DABPLUS_SBR = 136, /**< Virtual AOT for DAB plus HE-AAC */
218 AOT_DABPLUS_PS = 137, /**< Virtual AOT for DAB plus HE-AAC v2 *
351 AUDIO_OBJECT_TYPE aot; \/**< Audio Object Type (AOT). *\/ member in struct:__anon4903
    [all...]
  /frameworks/compile/libbcc/
README.rst 12 * it implements both AOT (Ahead-of-Time) and JIT (Just-in-Time)
51 AOT to get the best of both worlds: Fast launch time and high
54 AOT is also important for projects such as NDK on LLVM with
56 implemented AOT is signficant::
59 Apps libbcc without AOT libbcc with AOT
71 AOT also masks the launching time overhead of on-device linking
README.html 315 <li>it implements both AOT (Ahead-of-Time) and JIT (Just-in-Time)
352 AOT to get the best of both worlds: Fast launch time and high
354 <p>AOT is also important for projects such as NDK on LLVM with
356 implemented AOT is signficant:</p>
358 Apps libbcc without AOT libbcc with AOT
370 <p>AOT also masks the launching time overhead of on-device linking
  /external/aac/libMpegTPEnc/src/
tpenc_asc.cpp 345 static void writeAot(HANDLE_FDK_BITSTREAM hBitstreamBuffer, AUDIO_OBJECT_TYPE aot)
347 int tmp = (int) aot;
376 int aot = config->aot; local
382 FDKwriteBits( asc, extFlg, 1 ); /* Extension Flag: Shall be 1 for aot = 17,19,20,21,22,23 */
389 if (aot == AOT_ER_BSAC) {
393 if ((aot == AOT_ER_AAC_LC) || (aot == AOT_ER_AAC_LTP) ||
394 (aot == AOT_ER_AAC_SCAL) || (aot == AOT_ER_AAC_LD)
    [all...]
tpenc_latm.cpp 378 switch( p_lci->aot ) {
396 if ( ((p_lci->aot == AOT_AAC_SCAL) || (p_lci->aot == AOT_ER_AAC_SCAL)) &&
397 ((p_lci_prev->aot == AOT_CELP) || (p_lci_prev->aot == AOT_ER_CELP)) ) {
tpenc_adts.cpp 153 || (int)config->aot > 4
154 || (int)config->aot < 1 ) {
166 hAdts->profile = ((int)config->aot) - 1;
  /external/aac/libSBRenc/include/
sbr_encoder.h 228 UINT sbrSyntaxFlags; /**< SBR syntax flags derived from AOT. */
290 * \param aot The current Audio Object Type
293 UINT sbrEncoder_LimitBitRate(UINT bitRate, UINT numChannels, UINT coreSampleRate, AUDIO_OBJECT_TYPE aot);
299 * \param aot The Audio object type.
303 UINT sbrEncoder_IsSingleRatePossible(AUDIO_OBJECT_TYPE aot);
317 * \param aot Input: Desired AOT. output AOT to be used after parameter checking.
336 AUDIO_OBJECT_TYPE aot,
  /hardware/intel/common/wrs_omxil_core/utils/src/
audio_parser.c 437 * - aot escape, explicit frequency
543 [0] = "Defined in AOT Specifc Config",
562 int *aot, int *frequency, int *channel)
570 if (!aot || !frequency || !channel)
576 *aot = config.object_type;
581 LOGV(" aot: 0x%x, %s\n", config.object_type,
592 int aot, int frequency, int channel)
610 config.object_type = aot;
618 LOGV(" aot : %d, %s\n", config.object_type,
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
irt_shim_ppapi.c 43 * against the IRT directly in the AOT library.
pnacl_irt_shim.gyp 15 'target_name': 'aot',
  /external/chromium_org/ppapi/
ppapi_nacl.gyp 207 '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:aot',
248 '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:aot',
272 '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:aot',
297 '<(DEPTH)/ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:aot',
  /external/aac/libAACenc/src/
bitenc.h 131 * \param aot
145 AUDIO_OBJECT_TYPE aot,
160 * \param aot Audio Object Type being encoded
169 AUDIO_OBJECT_TYPE aot,
179 AUDIO_OBJECT_TYPE aot,
interface.h 164 inline int isLowDelay( AUDIO_OBJECT_TYPE aot )
166 return (aot==AOT_ER_AAC_LD || aot==AOT_ER_AAC_ELD);
qc_main.h 125 AUDIO_OBJECT_TYPE aot,
136 ,AUDIO_OBJECT_TYPE aot,
156 AUDIO_OBJECT_TYPE aot,
bitenc.cpp 827 AUDIO_OBJECT_TYPE aot,
917 /* We have normal GA bitstream payload (AOT 2,5,29) so pack
    [all...]
aacenc.cpp 652 /* Map virtual aot's to intern aot used in bitstream writer. */
656 hAacEnc->aot = AOT_AAC_LC;
660 hAacEnc->aot = AOT_SBR;
664 hAacEnc->aot = AOT_PS;
667 hAacEnc->aot = hAacEnc->config->audioObjectType;
751 hAacEnc->aot,
782 hAacEnc->aot,
840 hAacEnc->aot,
    [all...]
aacenc_lib.cpp 157 UCHAR userTpSignaling; /*!< Extension AOT signaling mode. */
428 /* Map virtual aot to transport aot. */
451 cc->aot = AOT_AAC_LC;
454 cc->aot = transport_AOT;
457 /* Configure extension aot. */
652 const AUDIO_OBJECT_TYPE aot
661 coreSamplingRate = samplingRate >> (sbrEncoder_IsSingleRatePossible(aot) ? (sbrDownSampleRate-1):1);
667 if (aot == AOT_ER_AAC_LD || aot == AOT_ER_AAC_ELD)
    [all...]
qc_main.cpp 148 AUDIO_OBJECT_TYPE aot,
163 AUDIO_OBJECT_TYPE aot,
451 AUDIO_OBJECT_TYPE aot,
470 aot,
578 AUDIO_OBJECT_TYPE aot = AOT_AAC_LC; local
596 aot,
799 ,AUDIO_OBJECT_TYPE aot,
    [all...]
aacEnc_ram.h 152 AUDIO_OBJECT_TYPE aot; /* AOT to be used while encoding. */ member in struct:AAC_ENC
  /external/aac/libAACdec/src/
aacdecoder.cpp 162 #define CAN_DO_PS(aot) \
163 ((aot) == AOT_AAC_LC \
164 || (aot) == AOT_SBR \
165 || (aot) == AOT_PS \
166 || (aot) == AOT_ER_BSAC \
167 || (aot) == AOT_DRM_AAC)
169 #define IS_USAC(aot) \
170 ((aot) == AOT_USAC \
171 || (aot) == AOT_RSVD50)
173 #define IS_LOWDELAY(aot) \
    [all...]
channel.h 127 * \param aot Audio Object Type
139 const AUDIO_OBJECT_TYPE aot,
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]
  /docs/source.android.com/src/devices/tech/dalvik/
index.jd 45 <h3 id="AOT_compilation">Ahead-of-time (AOT) compilation</h3>
47 <p>ART introduces ahead-of-time (AOT) compilation, which can improve app
  /frameworks/base/docs/html/guide/practices/
verifying-apps-art.jd 28 <li><a href="#AOT_Fails">Fixing AOT Compilation Issues</a></li>
252 <h2 id="AOT_Fails">Fixing AOT Compilation Issues</h2>
254 <p>ART's Ahead-Of-Time (AOT) Java compilation should work for all standard Java

Completed in 291 milliseconds

1 2 3