HomeSort by relevance Sort by last modified time
    Searched refs:frameLengthType (Results 1 - 3 of 3) sorted by null

  /external/aac/libMpegTPEnc/src/
tpenc_latm.h 115 signed int frameLengthType;
tpenc_latm.cpp 202 switch( p_linfo->frameLengthType ) {
243 switch( p_linfo->frameLengthType ) {
388 p_linfo->frameLengthType = 0;
390 FDKwriteBits( hBs, p_linfo->frameLengthType, 3 ); /* frameLengthType */
405 p_linfo->frameLengthType = 1;
410 FDKwriteBits( hBs, p_linfo->frameLengthType, 3 ); /* frameLengthType */
418 p_linfo->frameLengthType = 4;
419 FDKwriteBits( hBs, p_linfo->frameLengthType, 3 ); /* frameLengthType *
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 258 unsigned *frameLengthType,
293 *frameLengthType = bits->getBits(3);
296 switch (*frameLengthType) {

Completed in 117 milliseconds