OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherDataLenBytes
(Results
1 - 2
of
2
) sorted by null
/external/aac/libMpegTPEnc/src/
tpenc_latm.h
134
unsigned int
otherDataLenBytes
;
tpenc_latm.cpp
175
bitDemand += 8*hAss->
otherDataLenBytes
;
464
FDKwriteBits( hBs, (hAss->
otherDataLenBytes
>0) ? 1:0, 1 ); /* otherDataPresent */
467
if( hAss->
otherDataLenBytes
> 0 ) {
469
INT otherDataLenTmp = hAss->
otherDataLenBytes
;
479
otherDataLenTmp = (hAss->
otherDataLenBytes
>>(escCnt*8)) & 0xFF;
621
hAss->
otherDataLenBytes
= 0;
Completed in 2070 milliseconds