OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numTotalBytes
(Results
1 - 3
of
3
) sorted by null
/external/aac/libAACdec/include/
aacdecoder_lib.h
519
UINT
numTotalBytes
; /*!< This is the number of total bytes that have passed through the decoder. */
520
UINT numBadBytes; /*!< This is the number of total bytes that were considered with errors from
numTotalBytes
. */
522
UINT numBadAccessUnits; /*!< This is the number of total access units that were considered with errors from
numTotalBytes
. */
[
all
...]
/external/aac/libAACdec/src/
aacdecoder_lib.cpp
533
self->streamInfo.
numTotalBytes
= 0;
673
pSi->
numTotalBytes
+= nBytes;
770
self->streamInfo.
numTotalBytes
= 0;
/external/zxing/core/
core.jar
Completed in 44 milliseconds