Searched refs:endBit (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp269 M4OSA_UInt32 endBit = 0; local
286 endBit = (*pOffset + nbBits) % 8;
297 ui32Tmp >>= (8-endBit);
298 result <<= endBit; local

Completed in 399 milliseconds