HomeSort by relevance Sort by last modified time
    Searched defs:getChannelMask (Results 1 - 4 of 4) sorted by null

  /device/asus/fugu/libaudio/
AudioStreamIn.cpp 122 uint32_t AudioStreamIn::getChannelMask()
  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp 311 static tcu::BVec4 getChannelMask (tcu::TextureFormat::ChannelOrder order)
355 tcu::BVec4 copyMask = tcu::logicalAnd(getChannelMask(srcFormat.order), getChannelMask(dstFormat.order));
    [all...]
  /frameworks/base/core/java/android/hardware/soundtrigger/
SoundTrigger.java 575 dest.writeInt(captureFormat.getChannelMask());
594 result = prime * result + captureFormat.getChannelMask();
631 if (captureFormat.getChannelMask() != other.captureFormat.getChannelMask())
648 (", channelMask=" + captureFormat.getChannelMask()))
    [all...]
  /frameworks/base/media/java/android/media/
AudioFormat.java 332 public int getChannelMask() {

Completed in 367 milliseconds