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

1 2

  /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,
aacEnc_ram.h 152 AUDIO_OBJECT_TYPE aot; /* AOT to be used while encoding. */ member in struct:AAC_ENC
qc_main.cpp 145 AUDIO_OBJECT_TYPE aot,
160 AUDIO_OBJECT_TYPE aot,
447 AUDIO_OBJECT_TYPE aot,
466 aot,
574 AUDIO_OBJECT_TYPE aot = AOT_AAC_LC; local
592 aot,
795 ,AUDIO_OBJECT_TYPE aot,
    [all...]
bitenc.cpp 827 AUDIO_OBJECT_TYPE aot,
917 /* We have normal GA bitstream payload (AOT 2,5,29) so pack
    [all...]
aacenc.cpp 693 hAacEnc->aot = hAacEnc->config->audioObjectType;
776 hAacEnc->aot,
807 hAacEnc->aot,
    [all...]
aacenc_lib.cpp 163 UCHAR userTpSignaling; /*!< Extension AOT signaling mode. */
435 cc->aot = AOT_AAC_LC;
438 cc->aot = transport_AOT;
441 /* Configure extension aot. */
628 const AUDIO_OBJECT_TYPE aot
637 coreSamplingRate = samplingRate >> (sbrEncoder_IsSingleRatePossible(aot) ? (sbrDownSampleRate-1):1);
643 if (aot == AOT_ER_AAC_LD || aot == AOT_ER_AAC_ELD) {
648 if (aot == AOT_AAC_LC || aot == AOT_SBR || aot == AOT_PS)
    [all...]
  /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/libAACdec/src/
channel.h 127 * \param aot Audio Object Type
139 const AUDIO_OBJECT_TYPE aot,
aacdecoder.cpp 171 if ( (IS_LOWDELAY(self->streamInfo.aot) && (self->flags & AC_MPS_PRESENT))
173 && ( (CAN_DO_PS(self->streamInfo.aot) && !(self->flags & AC_MPS_PRESENT))
174 || ( IS_USAC(self->streamInfo.aot) && (self->flags & AC_MPS_PRESENT)) ) ) )
185 self->psPossible = ((CAN_DO_PS(self->streamInfo.aot) && self->streamInfo.aacNumChannels == 1 && ! (self->flags & AC_MPS_PRESENT))) && self->qmfModeCurr == MODE_HQ ;
526 self->streamInfo.aot,
691 pStreamInfo->aot = AOT_NONE;
832 // set profile and check for supported aot
833 // leave profile on default (=-1) for all other supported MPEG-4 aot's except aot=2 (=AAC-LC)
936 if (self->streamInfo.aot != asc->m_aot)
    [all...]
channel.cpp 231 const AUDIO_OBJECT_TYPE aot,
248 list = getBitstreamElementList(aot, epConfig, numberOfChannels, 0);
  /hardware/intel/common/libmix/mix_audio/src/
mixacpaac.c 47 self->aot=0;
144 t->aot = s->aot;
197 (acp1->aot == acp2->aot) &&
293 mix_log(MIX_AUDIO_COMP, MIX_LOG_LEVEL_INFO, "aot: %d\n", t->aot);
300 MIX_RESULT mix_acp_aac_set_aot(MixAudioConfigParamsAAC *obj, guint aot)
306 if ((aot == 2) || (aot == 5)
    [all...]
sst_proxy.c 116 // I have only AOT, where tools are usually specified at eAOT.
117 // However, sometimes, AOT could tell us the tool involved. e.g.
118 // AOT==5 --> SBR
119 // AOT==29 --> PS
120 // AOT==2 --> AAC-LC
122 // we know SBR present only if it is indicated presence, or AOT says so.
123 guint aot = mix_acp_aac_get_aot(acp); local
125 (aot == 5) ||
127 (aot == 29))?1:0;
134 // So MixAudio is implicitly selecting codec base on AOT, psPresentFlag and sbrPresentFlag
    [all...]
mixacpaac.h 141 * @aot: Audio object type. See #mix_acp_aac_set_aot
165 guint aot; member in struct:_MixAudioConfigParamsAAC
262 * @aot: Audio Object Type.
273 MIX_RESULT mix_acp_aac_set_aot(MixAudioConfigParamsAAC *obj, guint aot);
278 * @aot: Pointer to receive the Audio Object Type.
  /external/aac/libSYS/include/
FDK_audio.h 185 AOT_ESCAPE = 31, /**< Signal AOT uses more than 5 bits */
201 AOT_DRM_AAC = 143, /**< Virtual AOT for DRM (ER-AAC-SCAL without SBR) */
202 AOT_DRM_SBR = 144, /**< Virtual AOT for DRM (ER-AAC-SCAL with SBR) */
203 AOT_DRM_MPEG_PS = 145 /**< Virtual AOT for DRM (ER-AAC-SCAL with SBR and MPEG-PS) */
207 #define CAN_DO_PS(aot) \
208 ((aot) == AOT_AAC_LC \
209 || (aot) == AOT_SBR \
210 || (aot) == AOT_PS \
211 || (aot) == AOT_ER_BSAC \
212 || (aot) == AOT_DRM_AAC
329 AUDIO_OBJECT_TYPE aot; \/**< Audio Object Type (AOT). *\/ member in struct:__anon5565
    [all...]
  /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_adts.cpp 153 || (int)config->aot > 4
154 || (int)config->aot < 1 ) {
166 hAdts->profile = ((int)config->aot) - 1;
tpenc_latm.cpp 378 switch( p_lci->aot ) {
395 if ( ((p_lci->aot == AOT_AAC_SCAL) || (p_lci->aot == AOT_ER_AAC_SCAL)) &&
396 ((p_lci_prev->aot == AOT_CELP) || (p_lci_prev->aot == AOT_ER_CELP)) ) {
tpenc_lib.cpp 264 if ( (hTpEnc->config.aot != AOT_AAC_LC)
272 hTpEnc->writer.adif.profile = ((int)hTpEnc->config.aot) - 1;
280 if ( ( hTpEnc->config.aot != AOT_AAC_LC)
  /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/aac/libSBRenc/include/
sbr_encoder.h 237 UINT sbrSyntaxFlags; /**< SBR syntax flags derived from AOT. */
301 * \param aot The current Audio Object Type
304 UINT sbrEncoder_LimitBitRate(UINT bitRate, UINT numChannels, UINT coreSampleRate, AUDIO_OBJECT_TYPE aot);
310 * \param aot The Audio object type.
314 UINT sbrEncoder_IsSingleRatePossible(AUDIO_OBJECT_TYPE aot);
328 * \param aot Input: Desired AOT. output AOT to be used after parameter checking.
347 AUDIO_OBJECT_TYPE aot,
  /external/aac/libFDK/include/
FDK_tools_rom.h 260 * \param aot audio object type
266 const element_list_t * getBitstreamElementList(AUDIO_OBJECT_TYPE aot, SCHAR epConfig, UCHAR nChannels, UCHAR layer);
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]
  /external/aac/libAACdec/include/
aacdecoder_lib.h 369 AAC_DEC_UNSUPPORTED_AOT = 0x2002, /*!< The AOT found in the configuration is not supported. */
548 AUDIO_OBJECT_TYPE aot; \/*!< Audio Object Type (from ASC): is set to the appropriate value for MPEG-2 bitstreams (e. g. 2 for AAC-LC). *\/ member in struct:__anon5290
    [all...]

Completed in 471 milliseconds

1 2