HomeSort by relevance Sort by last modified time
    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 */
  /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     [all...]
  /external/aac/libAACenc/src/
aacenc.h 204 SCHAR epConfig; /* error protection configuration */
qc_main.cpp 147 SCHAR epConfig);
162 SCHAR epConfig);
449 SCHAR epConfig
467 epConfig,
576 SCHAR epConfig = -1;
593 epConfig,
797 SCHAR epConfig
    [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 152 milliseconds