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

1 2

  /cts/tests/tests/media/src/android/media/cts/
AudioFormatTest.java 53 TEST_CONF_POS, copiedFormat.getChannelMask());
74 AudioFormat.CHANNEL_INVALID, copiedFormat.getChannelMask());
95 AudioFormat.CHANNEL_INVALID, copiedFormat.getChannelMask());
111 TEST_CONF_POS, copiedFormat.getChannelMask());
140 AudioFormat.CHANNEL_INVALID, copiedFormat.getChannelMask());
AudioRecordingConfigurationTest.java 246 && (config.getClientFormat().getChannelMask() == format.getChannelMask())
253 && ((config.getFormat().getChannelMask() != AudioFormat.CHANNEL_INVALID)
AudioRecordTest.java     [all...]
AudioTrackTest.java     [all...]
  /frameworks/av/services/audioflinger/
AudioStreamOut.h 98 virtual audio_channel_mask_t getChannelMask() const;
SpdifStreamOut.h 87 virtual audio_channel_mask_t getChannelMask() const { return mApplicationChannelMask; }
AudioStreamOut.cpp 177 audio_channel_mask_t AudioStreamOut::getChannelMask() const
Threads.cpp     [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioGain.h 35 const audio_channel_mask_t &getChannelMask() const { return mGain.channel_mask; }
  /device/asus/fugu/libaudio/
AudioStreamIn.h 41 uint32_t getChannelMask();
AudioStreamIn.cpp 122 uint32_t AudioStreamIn::getChannelMask()
audio_hal_thunks.cpp 275 return tstream->impl->getChannelMask();
  /frameworks/base/media/java/android/media/audiopolicy/
AudioPolicyConfig.java 92 dest.writeInt(mix.getFormat().getChannelMask());
158 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() +"\n";
AudioPolicy.java 340 mix.getFormat().getChannelMask()))
383 mix.getFormat().getChannelMask(), mix.getFormat().getEncoding()),
  /frameworks/base/core/java/android/hardware/soundtrigger/
SoundTrigger.java 640 dest.writeInt(captureFormat.getChannelMask());
659 result = prime * result + captureFormat.getChannelMask();
702 if (captureFormat.getChannelMask() != other.captureFormat.getChannelMask())
720 (", channelMask=" + captureFormat.getChannelMask()))
    [all...]
  /frameworks/base/media/java/android/media/
AudioFormat.java 650 public int getChannelMask() {
661 * by {@link #getChannelMask()}).
679 int channelCount = channelCountFromOutChannelMask(getChannelMask());
    [all...]
AudioRecord.java 367 mChannelMask = getChannelMaskFromLegacyConfig(format.getChannelMask(), false);
602 if (mFormat.getChannelMask() == AudioFormat.CHANNEL_INVALID
    [all...]
AudioTrack.java 493 channelMask = format.getChannelMask();
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
ConfigParsingUtils.cpp 71 gain->getMode(), gain->getChannelMask(), gain->getMinValueInMb(),
Serializer.cpp 178 gain->getMode(), gain->getChannelMask(), gain->getMinValueInMb(),
  /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...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 448 milliseconds

1 2