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

  /external/aac/libAACenc/src/
aacenc.h 188 AUDIO_OBJECT_TYPE audioObjectType; /* Audio Object Type */
  /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/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...]

Completed in 825 milliseconds