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

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dprm2bits.cpp73 #define MASK 0x0001 macro
139 bit = value & MASK;
191 *(pt_bitstream--) = value & MASK;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.s59 MASK EQU 0x80808080 ;// Mask is used to implement (a+b+1)/2 define
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_InterpolateLuma_DiagCopy_unsafe_s.s59 MASK EQU 0x80808080 ;// Mask is used to implement (a+b+1)/2 define
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java100 private static final float[] MASK = { field in class:DessertCaseView
197 pt.setColorFilter(new ColorMatrixColorFilter(MASK));
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DViewBoundsCheck.java107 static final int MASK = GT | EQ | LT; field in class:ViewBoundsCheck
169 if ((mBoundFlags & (MASK << CVS_PVS_POS)) != 0) {
175 if ((mBoundFlags & (MASK << CVS_PVE_POS)) != 0) {
181 if ((mBoundFlags & (MASK << CVE_PVS_POS)) != 0) {
187 if ((mBoundFlags & (MASK << CVE_PVE_POS)) != 0) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java865 public static final int MASK = 0x7F; // 0111 1111 field in class:InformationElementUtil.SupportedRates
884 byteVal &= MASK;

Completed in 177 milliseconds