Home | History | Annotate | Download | only in media

Lines Matching refs:mChannelMask

669         mChannelMask = channelMask;
690 private int mChannelMask;
729 return mChannelMask;
792 private int mChannelMask = CHANNEL_INVALID;
809 mChannelMask = af.mChannelMask;
825 af.mChannelMask = mChannelMask;
909 mChannelMask = channelMask;
957 } else if (/* channelIndexMask != 0 && */ mChannelMask != 0 &&
958 Integer.bitCount(channelIndexMask) != Integer.bitCount(mChannelMask)) {
1002 && (mChannelMask != that.mChannelMask))
1009 return Objects.hash(mPropertySetMask, mSampleRate, mEncoding, mChannelMask,
1023 dest.writeInt(mChannelMask);
1031 mChannelMask = in.readInt();
1050 + " chan=0x" + Integer.toHexString(mChannelMask).toUpperCase()