Searched defs:MASK (Results 1 - 5 of 5) 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/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java669 public static final int MASK = 0x7F; // 0111 1111 field in class:InformationElementUtil.SupportedRates
688 byteVal &= MASK;

Completed in 563 milliseconds