Searched refs:MASK (Results 1 - 12 of 12) 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/include/media/stagefright/foundation/
H A DFlagged.h32 * Users must specify the used bits (MASK) in the flags. Flag getters and setters will enforce this
283 * \param MASK desired mask
285 * Flag with a mask that has exactly these bits common with MASK)
287 template<typename T, typename Flag, Flag MASK, Flag SHARED_MASK>
291 getShift(MASK, mask_of<T, Flag>::value, SHARED_MASK,
296 * Type support utility that calculates whether the flags of T can be combined with MASK.
298 * \param MASK desired mask
300 * Flag with a mask that has exactly these bits common with MASK)
303 typename T, typename Flag, Flag MASK,
305 int SHIFT=min_shift<T, Flag, MASK, SHARED_MAS
[all...]
H A DColorUtils.h56 kColorStandardMax = GET_HAL_BITFIELD(STANDARD, MASK),
78 kColorTransferMax = GET_HAL_BITFIELD(TRANSFER, MASK),
93 kColorRangeMax = GET_HAL_BITFIELD(RANGE, MASK),
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DFlagged.h32 * Users must specify the used bits (MASK) in the flags. Flag getters and setters will enforce this
283 * \param MASK desired mask
285 * Flag with a mask that has exactly these bits common with MASK)
287 template<typename T, typename Flag, Flag MASK, Flag SHARED_MASK>
291 getShift(MASK, mask_of<T, Flag>::value, SHARED_MASK,
296 * Type support utility that calculates whether the flags of T can be combined with MASK.
298 * \param MASK desired mask
300 * Flag with a mask that has exactly these bits common with MASK)
303 typename T, typename Flag, Flag MASK,
305 int SHIFT=min_shift<T, Flag, MASK, SHARED_MAS
[all...]
H A DColorUtils.h56 kColorStandardMax = GET_HAL_BITFIELD(STANDARD, MASK),
78 kColorTransferMax = GET_HAL_BITFIELD(TRANSFER, MASK),
93 kColorRangeMax = GET_HAL_BITFIELD(RANGE, MASK),
/frameworks/av/media/libstagefright/include/foundation/
H A DFlagged.h32 * Users must specify the used bits (MASK) in the flags. Flag getters and setters will enforce this
283 * \param MASK desired mask
285 * Flag with a mask that has exactly these bits common with MASK)
287 template<typename T, typename Flag, Flag MASK, Flag SHARED_MASK>
291 getShift(MASK, mask_of<T, Flag>::value, SHARED_MASK,
296 * Type support utility that calculates whether the flags of T can be combined with MASK.
298 * \param MASK desired mask
300 * Flag with a mask that has exactly these bits common with MASK)
303 typename T, typename Flag, Flag MASK,
305 int SHIFT=min_shift<T, Flag, MASK, SHARED_MAS
[all...]
H A DColorUtils.h56 kColorStandardMax = GET_HAL_BITFIELD(STANDARD, MASK),
78 kColorTransferMax = GET_HAL_BITFIELD(TRANSFER, MASK),
93 kColorRangeMax = GET_HAL_BITFIELD(RANGE, 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/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.java865 public static final int MASK = 0x7F; // 0111 1111 field in class:InformationElementUtil.SupportedRates
884 byteVal &= MASK;

Completed in 192 milliseconds