HomeSort by relevance Sort by last modified time
    Searched refs:BITMASK_FLAG (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_base.h 106 #define BITMASK_FLAG(mIndex) (1 << ((mIndex) % BITS_PER_BYTE))
108 &= ~(BITMASK_FLAG(mIndex))
110 |= BITMASK_FLAG(mIndex)
112 & BITMASK_FLAG(mIndex))
114 & BITMASK_FLAG(mIndex)) == 0x0)
116 & BITMASK_FLAG(mIndex))
118 & BITMASK_FLAG(mIndex)) == 0x0)
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 118 #define BITMASK_FLAG(mIndex) (1 << ((mIndex) % BITS_PER_BYTE))
120 &= ~(BITMASK_FLAG(mIndex))
122 |= BITMASK_FLAG(mIndex)
124 & BITMASK_FLAG(mIndex))
126 & BITMASK_FLAG(mIndex)) == 0x0)
128 & BITMASK_FLAG(mIndex))
130 & BITMASK_FLAG(mIndex)) == 0x0)

Completed in 620 milliseconds