OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:remainderbits
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/libstagefright/codecs/aacdec/
pvmp4audiodecoderconfig.cpp
53
pExt->
remainderBits
: number of bits consumed in addition to
81
remainderBits
- remaining bits in the next UInt32 buffer
205
pExt->
remainderBits
);
278
pExt->
remainderBits
= pVars->inputStream.usedBits & INBUF_BIT_MODULO_MASK;
pvmp4audiodecoderframe.cpp
75
pExt->
remainderBits
is Int.
77
pExt->
remainderBits
=
206
remainderBits
- remaining bits in the next UInt32 buffer
573
pExt->
remainderBits
);
622
pExt->
remainderBits
= pVars->inputStream.usedBits & INBUF_BIT_MODULO_MASK;
804
pExt->
remainderBits
= pVars->inputStream.usedBits & INBUF_BIT_MODULO_MASK;
[
all
...]
pvmp4setaudioconfig.cpp
45
pExt->
remainderBits
: number of bits consumed in addition to
73
remainderBits
- remaining bits in the next UInt32 buffer
344
pExt->
remainderBits
= 0;
SoftAAC.cpp
294
mConfig->
remainderBits
= 0;
pvmp4audiodecoder_api.h
279
Int32
remainderBits
;
Completed in 1419 milliseconds