OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:epConfig
(Results
1 - 6
of
6
) sorted by null
/external/aac/libMpegTPEnc/src/
tpenc_asc.cpp
412
int
epConfig
,
460
int
epConfig
= 0;
525
err = transportEnc_writeELDSpecificConfig(asc, config,
epConfig
, cb);
546
FDKwriteBits( asc, 0, 2 ); /*
epconfig
0 */
/external/aac/libAACenc/src/
aacenc.h
199
SCHAR
epConfig
; /* error protection configuration */
qc_main.cpp
150
SCHAR
epConfig
);
165
SCHAR
epConfig
);
453
SCHAR
epConfig
471
epConfig
,
580
SCHAR
epConfig
= -1;
597
epConfig
,
801
SCHAR
epConfig
[
all
...]
/frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp
182
unsigned
epConfig
= bits->getBits(2);
183
if (
epConfig
== 2 ||
epConfig
== 3) {
187
if (
epConfig
== 3) {
/external/aac/libAACdec/include/
aacdecoder_lib.h
514
SCHAR
epConfig
; /*!<
epConfig
level (from ASC): only level 0 supported, -1 means no ER (e. g. AOT=2, MPEG-2 AAC, etc.) */
[
all
...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
AudioSpecificConfig.java
149
//
epConfig
; 2 bslbf
150
//if (
epConfig
== 2 ||
epConfig
== 3 ) {
153
//if (
epConfig
== 3 ) {
285
int
epConfig
;
460
epConfig
= bitReaderBuffer.readBits(2);
461
if (
epConfig
== 2 ||
epConfig
== 3) {
465
if (
epConfig
== 3) {
743
// sb.append(",
epConfig
=").append(epConfig);
[
all
...]
Completed in 7701 milliseconds