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

1 2

  /external/aac/libAACdec/src/
rvlcconceal.cpp 3 Software License for The Fraunhofer FDK AAC Codec Library for Android
9 The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
10 the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
11 This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
15 independent studies and is widely deployed. AAC has been standardized by ISO and IEC as par
    [all...]
rvlc.cpp 3 Software License for The Fraunhofer FDK AAC Codec Library for Android
9 The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
10 the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
11 This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
15 independent studies and is widely deployed. AAC has been standardized by ISO and IEC as par
    [all...]
channelinfo.h 3 Software License for The Fraunhofer FDK AAC Codec Library for Android
9 The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
10 the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
11 This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
15 independent studies and is widely deployed. AAC has been standardized by ISO and IEC as par
224 } aac; variable in typeref:struct:__anon12939::__anon12940
257 } aac; variable in typeref:struct:__anon12941::__anon12942
285 } aac; variable in typeref:struct:__anon12943::__anon12944
    [all...]
channel.cpp 3 Software License for The Fraunhofer FDK AAC Codec Library for Android
9 The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
10 the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
11 This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
15 independent studies and is widely deployed. AAC has been standardized by ISO and IEC as par
    [all...]
block.cpp 3 Software License for The Fraunhofer FDK AAC Codec Library for Android
9 The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
10 the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
11 This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
15 independent studies and is widely deployed. AAC has been standardized by ISO and IEC as par
    [all...]
aacdec_hcr.cpp 3 Software License for The Fraunhofer FDK AAC Codec Library for Android
9 The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
10 the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
11 This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
15 independent studies and is widely deployed. AAC has been standardized by ISO and IEC as par
    [all...]
aacdecoder.cpp 3 Software License for The Fraunhofer FDK AAC Codec Library for Android
9 The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
10 the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
11 This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
15 independent studies and is widely deployed. AAC has been standardized by ISO and IEC as par
    [all...]
conceal.cpp 3 Software License for The Fraunhofer FDK AAC Codec Library for Android
9 The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec") is software that implements
10 the MPEG Advanced Audio Coding ("AAC") encoding and decoding scheme for digital audio.
11 This FDK AAC Codec software is intended to be used on a wide variety of Android devices.
13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient general perceptual
14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
15 independent studies and is widely deployed. AAC has been standardized by ISO and IEC as par
    [all...]
  /frameworks/support/media-compat/java/android/support/v4/media/
AudioAttributesCompat.java 316 final AudioAttributesCompat aac = new AudioAttributesCompat(); local
317 aac.mAudioAttributesWrapper =
319 return aac;
454 final AudioAttributesCompat aac = new AudioAttributesCompat(); local
455 aac.mContentType = mContentType;
456 aac.mFlags = mFlags;
457 aac.mUsage = mUsage;
458 aac.mLegacyStream = mLegacyStream;
459 aac.mAudioAttributesWrapper = null;
460 return aac;
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
CollectionUtilities.java 266 Comparator aac = aa.comparator(); local
267 if (bbc == null && aac == null) {
290 int rel = aac.compare(ao, bo);
319 Comparator aac = aa.comparator(); local
320 if (bbc == null && aac == null) {
339 } else if (bbc.equals(aac)) {
345 int rel = aac.compare(ao, bo);
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
CollectionUtilities.java 265 Comparator aac = aa.comparator(); local
266 if (bbc == null && aac == null) {
289 int rel = aac.compare(ao, bo);
318 Comparator aac = aa.comparator(); local
319 if (bbc == null && aac == null) {
338 } else if (bbc.equals(aac)) {
344 int rel = aac.compare(ao, bo);
  /device/google/marlin/
system.prop 31 qcom.hw.aac.encoder=true
43 media.stagefright.enable-aac=true
53 #codecs:(PARSER_)AAC AC3 AMR_NB AMR_WB ASF AVI DTS FLV 3GP 3G2 MKV MP2PS MP2TS MP3 OGG QCP WAV FLAC AIFF APE
165 #Enable multi channel aac through offload
  /hardware/interfaces/media/omx/1.0/vts/functional/audio/
VtsHalMediaOmxV1_0TargetAudioEncTest.cpp 176 {"amrnb", amrnb}, {"amrwb", amrwb}, {"aac", aac}, {"flac", flac},
200 {aac, OMX_AUDIO_CodingAAC},
262 aac, enumerator in enum:AudioEncHidlTest::standardComp
334 {AudioEncHidlTest::standardComp::aac, "bbb_raw_2ch_48khz_s16le.raw"},
509 case aac:
VtsHalMediaOmxV1_0TargetAudioDecTest.cpp 177 {"aac", aac}, {"vorbis", vorbis}, {"opus", opus},
204 {aac, OMX_AUDIO_CodingAAC},
305 aac, enumerator in enum:AudioDecHidlTest::standardComp
475 {AudioDecHidlTest::standardComp::aac,
476 "bbb_aac_stereo_128kbps_48000hz.aac",
    [all...]
  /hardware/broadcom/libbt/include/
uipc_msg.h 523 /* AAC/AAC+ CODEC Parameters */
598 tCODEC_INFO_AAC aac; member in union:__anon41832
629 uint32_t aac; member in union:__anon41835::__anon41836
  /compatibility/cdd/5_multimedia/
5_1_media-codecs.md 11 * [H-0-3] MPEG-4 AAC Profile (AAC LC)
12 * [H-0-4] MPEG-4 HE AAC Profile (AAC+)
13 * [H-0-5] AAC ELD (enhanced low delay AAC)
18 * [T-0-1] MPEG-4 AAC Profile (AAC LC)
19 * [T-0-2] MPEG-4 HE AAC Profile (AAC+
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/
elf-reloc-8.d 293 0*0000aac GPRELLOW \.rodata\.str1\.1\+0x0*00000f5
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-i.d 258 aac: 00 00 06 00 \(p07\) hint\.i 0x0
opc-f.d 522 aac: 00 00 00 20 nop\.b 0x0
    [all...]
opc-m.d 522 aac: 00 00 00 20 nop\.b 0x0
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
fp_cvt_int.d 691 aac: 9e4344e7 ucvtf d7, x7, #47
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 774 uint16 aac; /* available admission capacity */ member in struct:dot11_qbss_load_ie
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adogpool.h 478 #define ADO_Reserved_78 GUID_BUILDER (ADO_Reserved_78, D03A3AA8, 1aac, 4867, 93, C9, 5f, 51, D8, 7d, 6a, 74)
    [all...]
adogpool_backcompat.h 483 #define ADO_Reserved_78 GUID_BUILDER (ADO_Reserved_78, D03A3AA8, 1aac, 4867, 93, C9, 5f, 51, D8, 7d, 6a, 74)
    [all...]
  /prebuilts/sdk/current/support/media-compat/libs/
android-support-media-compat.jar 

Completed in 1412 milliseconds

1 2