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

  /device/asus/fugu/libaudio/
AudioStreamIn.h 41 uint32_t getChannelMask();
AudioStreamIn.cpp 122 uint32_t AudioStreamIn::getChannelMask()
audio_hal_thunks.cpp 254 return tstream->impl->getChannelMask();
  /frameworks/base/media/java/android/media/audiopolicy/
AudioPolicyConfig.java 85 dest.writeInt(mix.getFormat().getChannelMask());
147 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() +"\n";
AudioPolicy.java 334 mix.getFormat().getChannelMask()))
377 mix.getFormat().getChannelMask(), mix.getFormat().getEncoding()),
  /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/
AudioRecord.java 315 mChannelCount = AudioFormat.channelCountFromInChannelMask(format.getChannelMask());
316 mChannelMask = getChannelMaskFromLegacyConfig(format.getChannelMask(), false);
    [all...]
AudioFormat.java 332 public int getChannelMask() {
AudioTrack.java 422 channelMask = format.getChannelMask();
    [all...]
  /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...]

Completed in 298 milliseconds