HomeSort by relevance Sort by last modified time
    Searched full:getchannelmask (Results 1 - 24 of 24) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
AudioFormatTest.java 52 TEST_CONF_POS, copiedFormat.getChannelMask());
73 AudioFormat.CHANNEL_INVALID, copiedFormat.getChannelMask());
94 AudioFormat.CHANNEL_INVALID, copiedFormat.getChannelMask());
110 TEST_CONF_POS, copiedFormat.getChannelMask());
139 AudioFormat.CHANNEL_INVALID, copiedFormat.getChannelMask());
AudioRecordTest.java 628 format.getChannelMask());
    [all...]
AudioTrackTest.java     [all...]
  /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 87 dest.writeInt(mix.getFormat().getChannelMask());
151 textDump += Integer.toHexString(mix.getFormat().getChannelMask()).toUpperCase() +"\n";
AudioPolicy.java 340 mix.getFormat().getChannelMask()))
383 mix.getFormat().getChannelMask(), mix.getFormat().getEncoding()),
  /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 156 audio_channel_mask_t AudioStreamOut::getChannelMask() const
Threads.cpp     [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/docs/html/sdk/api_diff/21/changes/
android.media.AudioFormat.html 102 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/media/AudioFormat.html#getChannelMask()" target="_top"><code>getChannelMask</code></A>()</nobr>
alldiffs_index_additions.html     [all...]
alldiffs_index_all.html     [all...]
methods_index_additions.html     [all...]
methods_index_all.html     [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...]
  /frameworks/base/media/java/android/media/
AudioFormat.java 595 public int getChannelMask() {
606 * by {@link #getChannelMask()}).
624 int channelCount = channelCountFromOutChannelMask(getChannelMask());
    [all...]
AudioRecord.java 367 mChannelMask = getChannelMaskFromLegacyConfig(format.getChannelMask(), false);
548 if (mFormat.getChannelMask() == AudioFormat.CHANNEL_INVALID
    [all...]
AudioTrack.java 481 channelMask = format.getChannelMask();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincodec.h     [all...]
  /frameworks/base/docs/html/sdk/api_diff/21/
missingSinces.txt     [all...]

Completed in 323 milliseconds