Searched refs:otherDataLenEsc (Results 1 - 2 of 2) sorted by relevance

/external/aac/libMpegTPDec/src/
H A Dtpdec_latm.cpp330 int otherDataLenEsc = 0; local
333 otherDataLenEsc = FDKreadBits(bs,1);
335 } while (otherDataLenEsc);
/external/aac/libMpegTPEnc/src/
H A Dtpenc_latm.cpp472 INT otherDataLenEsc = 1; local
482 otherDataLenEsc = escCnt>0;
484 FDKwriteBits( hBs, otherDataLenEsc, 1 );
487 } while(otherDataLenEsc);

Completed in 53 milliseconds