Searched refs:u_mask (Results 1 - 1 of 1) sorted by path

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp174 M4OSA_UInt32 u_mask; local
184 u_mask = (length >= 32) ? 0xffffffff: (1 << length) - 1;
188 retval=(retval >> (- i_ovf)) & u_mask;
247 M4OSA_UInt32 u_mask; local
252 u_mask = (bitLength >= 32) ? 0xffffffff: (1 << bitLength) - 1;
255 retval=(retval >> (- i_ovf)) & u_mask;

Completed in 62 milliseconds