Home
last modified time | relevance | path

Searched refs:bytesToFetch (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/codecs/mp3dec/src/
H A Dpvmp3_getbits.cpp116 uint32 bytesToFetch; in getNbits() local
133 bytesToFetch = (bitIndex + neededBits + 7 ) >> 3 ; in getNbits()
135 switch (bytesToFetch) in getNbits()
177 uint32 bytesToFetch; in getUpTo9bits() local
187 bytesToFetch = (bitIndex + neededBits + 7 ) >> 3 ; in getUpTo9bits()
189 if (bytesToFetch > 1) in getUpTo9bits()
194 else if (bytesToFetch > 0) in getUpTo9bits()
223 uint32 bytesToFetch; in getUpTo17bits() local
236 if (bytesToFetch > 2) in getUpTo17bits()
242 else if (bytesToFetch > 1) in getUpTo17bits()
[all …]