Searched defs:i_ovf (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp176 M4OSA_Int32 i_ovf; local
183 i_ovf = pStreamContext->mBitIndex + length - 32;
187 if (i_ovf <= 0) {
188 retval=(retval >> (- i_ovf)) & u_mask;
194 u_msb_mask = ((1 << (32 - pStreamContext->mBitIndex)) - 1) << i_ovf;
195 u_msb_value = retval << i_ovf;
196 u_lsb_mask = (1 << i_ovf) - 1;
197 u_lsb_value = u_nextword >> (32 - i_ovf);
248 M4OSA_Int32 i_ovf = bitIndex + bitLength - 32; local
254 if (i_ovf <
[all...]

Completed in 23 milliseconds