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

  /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/
aacenc.h 193 AUDIO_OBJECT_TYPE audioObjectType; /* Audio Object Type */
  /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/
Utils.cpp 172 uint16_t audioObjectType = U16_AT((uint8_t*)csd->data());
173 if ((audioObjectType & 0xF800) == 0xF800) {
174 audioObjectType = 32 + ((audioObjectType >> 5) & 0x3F);
176 audioObjectType >>= 11;
193 if (profiles.map(audioObjectType, &profile)) {
    [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 

Completed in 364 milliseconds