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

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp119 M4OSA_Int32 mBitIndex; /**< bit index */ member in struct:android::__anon327
145 pStreamContext->mBitIndex=0;
183 i_ovf = pStreamContext->mBitIndex + length - 32;
194 u_msb_mask = ((1 << (32 - pStreamContext->mBitIndex)) - 1) << i_ovf;
219 val=pStreamContext->mBitIndex + length;
221 pStreamContext->mBitIndex += length;
225 pStreamContext->mBitIndex -= 32;
280 pStreamContext->mBitIndex=0;
299 pStreamContext->mBitIndex/8) ;

Completed in 66 milliseconds