OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AAC
(Results
1 - 19
of
19
) sorted by null
/external/clang/test/CodeGenCXX/
2003-11-27-MultipleInheritanceThunk.cpp
28
AliasAnalysisCounter
AAC
;
/external/chromium_org/media/mp4/
aac.cc
5
#include "media/mp4/
aac
.h"
47
AAC
::
AAC
()
52
AAC
::~
AAC
() {
55
bool
AAC
::Parse(const std::vector<uint8>& data) {
94
// Note: The check for 16 available bits comes from the
AAC
spec.
111
// Note: The check for 12 available bits comes from the
AAC
spec.
145
int
AAC
::GetOutputSamplesPerSecond(bool sbr_in_mimetype) const {
154
// to SBR doubling the
AAC
sample rate.
[
all
...]
aac.h
20
// This class parses the
AAC
information from decoder specific information
24
class MEDIA_EXPORT
AAC
{
26
AAC
();
27
~
AAC
();
29
// Parse the
AAC
config from the raw binary data embedded in esds box.
35
// Gets the output sample rate for the
AAC
stream.
42
// Gets the channel layout for the
AAC
stream.
49
// This function converts a raw
AAC
frame into an
AAC
frame with an ADTS
70
// The following variables store the
AAC
specific configuration informatio
[
all
...]
/frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.h
34
AAC
,
/hardware/qcom/audio/legacy/alsa_sound/
AudioUtil.h
33
AAC
,
/external/grub/netboot/
depca.c
265
#define
AAC
0x0008 /* Address ROM Address Counter (1->enable) */
677
nicsr |=
AAC
;
/frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp
136
AAC
,
188
mType =
AAC
;
/frameworks/base/media/java/android/media/
MediaRecorder.java
249
/** The following formats are audio only .
aac
or .amr formats */
263
/** @hide
AAC
ADIF file format */
266
/**
AAC
ADTS file format */
272
/** @hide H.264/
AAC
data encapsulated in MPEG2/TS */
290
/**
AAC
Low Complexity (
AAC
-LC) audio codec */
291
public static final int
AAC
= 3;
292
/** High Efficiency
AAC
(HE-
AAC
) audio codec */
294
/** Enhanced Low Delay
AAC
(AAC-ELD) audio codec *
[
all
...]
/hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h
110
//
AAC
sub format field definition: specify profile or bitrate for recording...
132
AAC
= 0x04000000,
/frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java
183
/** Advanced Audio Coding (
AAC
). */
184
public static final int
AAC
= 2;
186
/** Advanced Audio Codec Plus (HE-
AAC
v1). */
189
/** Advanced Audio Codec Plus (HE-
AAC
v2). */
214
* audio format. For
AAC
the only supported (and thus default) sampling
702
/** Invalid
AAC
sampling frequency */
976
* <li>3GP file containing MPEG4/H263/H264 video and
AAC
/AMR audio
[
all
...]
/prebuilts/sdk/10/
android.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/16/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 3258 milliseconds