OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherDataLenEsc
(Results
1 - 3
of
3
) sorted by null
/external/aac/libMpegTPDec/src/
tpdec_latm.cpp
340
int
otherDataLenEsc
= 0;
343
otherDataLenEsc
= FDKreadBits(bs,1);
345
} while (
otherDataLenEsc
);
/frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp
344
unsigned
otherDataLenEsc
;
347
otherDataLenEsc
= bits->getBits(1);
350
} while (
otherDataLenEsc
);
/external/aac/libMpegTPEnc/src/
tpenc_latm.cpp
471
INT
otherDataLenEsc
= 1;
481
otherDataLenEsc
= escCnt>0;
483
FDKwriteBits( hBs,
otherDataLenEsc
, 1 );
486
} while(
otherDataLenEsc
);
Completed in 975 milliseconds