HomeSort by relevance Sort by last modified time
    Searched refs:remainderBits (Results 1 - 5 of 5) sorted by null

  /frameworks/av/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;
pvmp4audiodecoder_api.h 279 Int32 remainderBits;
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;
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...]
SoftAAC.cpp 376 mConfig->remainderBits = 0;

Completed in 276 milliseconds