OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherDataLenEsc
(Results
1 - 2
of
2
) sorted by null
/external/aac/libMpegTPDec/src/
tpdec_latm.cpp
340
int
otherDataLenEsc
= 0;
343
otherDataLenEsc
= FDKreadBits(bs,1);
345
} while (
otherDataLenEsc
);
/external/aac/libMpegTPEnc/src/
tpenc_latm.cpp
472
INT
otherDataLenEsc
= 1;
482
otherDataLenEsc
= escCnt>0;
484
FDKwriteBits( hBs,
otherDataLenEsc
, 1 );
487
} while(
otherDataLenEsc
);
Completed in 218 milliseconds