HomeSort by relevance Sort by last modified time
    Searched refs:audioObjectType (Results 1 - 11 of 11) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
AudioSpecificConfig.java 31 //audioObjectType; 5 uimsbf
32 //if (audioObjectType == 31) {
33 //audioObjectType = 32 + audioObjectTypeExt; 6 uimsbf
35 //return audioObjectType;
39 //audioObjectType = GetAudioObjectType();
47 //if ( audioObjectType == 5 ||
48 //audioObjectType == 29 ) {
51 //if ( audioObjectType == 29 ) {
57 //audioObjectType = GetAudioObjectType();
58 //if ( audioObjectType == 22 )
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 99 ABitReader *bits, unsigned *audioObjectType) {
100 *audioObjectType = bits->getBits(5);
101 if ((*audioObjectType) == 31) {
102 *audioObjectType = 32 + bits->getBits(6);
110 unsigned audioObjectType, unsigned channelConfiguration) {
123 if (audioObjectType == 6 || audioObjectType == 20) {
128 if (audioObjectType == 22) {
131 } else if (audioObjectType == 17 || audioObjectType == 1
    [all...]
  /external/aac/libAACenc/src/
mps_main.h 162 * \param audioObjectType Audio object type.
176 const AUDIO_OBJECT_TYPE audioObjectType,
221 * \param audioObjectType Audio object type.
229 INT FDK_MpegsEnc_GetClosestBitRate(const AUDIO_OBJECT_TYPE audioObjectType,
psy_main.h 144 const AUDIO_OBJECT_TYPE audioObjectType,
148 PSY_INTERNAL *hPsy, AUDIO_OBJECT_TYPE audioObjectType, CHANNEL_MAPPING *cm,
mps_main.cpp 111 AUDIO_OBJECT_TYPE audioObjectType;
216 const AUDIO_OBJECT_TYPE audioObjectType,
264 if ((INT)bitrate != FDK_MpegsEnc_GetClosestBitRate(audioObjectType, MODE_212,
272 switch (audioObjectType) {
314 hMpsEnc->audioObjectType = audioObjectType;
363 if (hMpsEnc->audioObjectType == AOT_ER_AAC_ELD) {
475 INT FDK_MpegsEnc_GetClosestBitRate(const AUDIO_OBJECT_TYPE audioObjectType,
483 if ((mpsConfigTab[i].audio_object_type == audioObjectType) &&
aacenc_lib.cpp 369 if ((hAacConfig->audioObjectType == AOT_SBR) ||
370 (hAacConfig->audioObjectType == AOT_PS) ||
371 (hAacConfig->audioObjectType == AOT_MP2_SBR)) {
374 if (hAacConfig->audioObjectType == AOT_ER_AAC_ELD &&
382 static inline INT isPsActive(const AUDIO_OBJECT_TYPE audioObjectType) {
385 if (audioObjectType == AOT_PS) {
393 const CHANNEL_MODE channelMode, const AUDIO_OBJECT_TYPE audioObjectType) {
395 if ((isPsActive(audioObjectType) && (channelMode == MODE_2)) ||
403 const AUDIO_OBJECT_TYPE audioObjectType, const TRANSPORT_TYPE transportType,
418 if ((audioObjectType == AOT_AAC_LC) || (audioObjectType == AOT_SBR) |
    [all...]
aacenc.cpp 437 hTpEnc, config->audioObjectType, config->sampleRate,
457 if (isLowDelay(config->audioObjectType)) {
467 if (!isLowDelay(config->audioObjectType)) {
524 config->audioObjectType, cm);
529 hAacEnc->psyKernel, config->audioObjectType, cm, config->sampleRate,
554 if (isLowDelay(config->audioObjectType)) {
600 qcInit.isLowDelay = isLowDelay(config->audioObjectType) ? 1 : 0;
686 if (isLowDelay(config->audioObjectType)) {
701 switch (hAacEnc->config->audioObjectType) {
709 hAacEnc->aot = hAacEnc->config->audioObjectType;
    [all...]
aacenc.h 224 AUDIO_OBJECT_TYPE audioObjectType; /* Audio Object Type */
psy_main.cpp 234 AUDIO_OBJECT_TYPE audioObjectType) {
240 isLowDelay(audioObjectType));
248 const AUDIO_OBJECT_TYPE audioObjectType,
255 FDKaacEnc_psyInitStates(hPsy, hPsy->pStaticChannels[0], audioObjectType);
268 audioObjectType);
301 PSY_INTERNAL *hPsy, AUDIO_OBJECT_TYPE audioObjectType, CHANNEL_MAPPING *cm,
322 switch (audioObjectType) {
343 LONG_WINDOW, hPsy->granuleLength, isLowDelay(audioObjectType),
358 SHORT_WINDOW, hPsy->granuleLength, isLowDelay(audioObjectType),
370 audioObjectType);
    [all...]
  /frameworks/av/media/libstagefright/
Utils.cpp 139 uint16_t audioObjectType = U16_AT((uint8_t*)csd->data());
140 if ((audioObjectType & 0xF800) == 0xF800) {
141 audioObjectType = 32 + ((audioObjectType >> 5) & 0x3F);
143 audioObjectType >>= 11;
161 if (profiles.map(audioObjectType, &profile)) {
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 170 milliseconds