HomeSort by relevance Sort by last modified time
    Searched defs:channelMask (Results 26 - 50 of 56) sorted by null

12 3

  /frameworks/wilhelm/include/SLES/
OpenSLES_Android.h 54 SLuint32 channelMask;
OpenSLES.h 362 SLuint32 channelMask;
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp     [all...]
  /frameworks/base/core/java/android/hardware/soundtrigger/
SoundTrigger.java 743 int channelMask = in.readInt();
745 .setChannelMask(channelMask)
853 (", channelMask=" + captureFormat.getChannelMask()))
    [all...]
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 343 const BVec4 channelMask = getTextureFormatChannelMask(format);
365 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask));
370 s << "Ref:" << refColor << " Mask:" << channelMask << " Threshold:" << threshold << " Color:" << resColor;
386 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask));
391 s << "Ref:" << refColor << " Mask:" << channelMask << " Threshold:" << threshold << " Color:" << resColor;
407 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask));
412 s << "Ref:" << refColor << " Mask:" << channelMask << " Threshold:" << threshold << " Color:" << resColor
    [all...]
  /frameworks/av/media/libaudioclient/
IAudioFlinger.cpp 352 audio_channel_mask_t channelMask) const
358 data.writeInt32(channelMask);
    [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2.cpp 71 int32_t channelMask = 0;
80 if (meta->findInt32(kKeyChannelMask, &channelMask)) {
81 param.addInt(String8(AUDIO_OFFLOAD_CODEC_NUM_CHANNEL), channelMask);
95 channelMask, delaySamples, paddingSamples);
    [all...]
NuPlayer2Renderer.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp     [all...]
  /frameworks/av/media/libstagefright/
Utils.cpp 726 int32_t channelMask;
727 if (meta->findInt32(kKeyChannelMask, &channelMask)) {
728 msg->setInt32("channel-mask", channelMask);
    [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp 498 audio_channel_mask_t channelMask;
515 channelMask = thread->channelMask();
516 mConfig.inputCfg.channels = channelMask;
517 mConfig.outputCfg.channels = channelMask;
536 if (channelMask == AUDIO_CHANNEL_OUT_MONO) {
    [all...]
Threads.h 247 audio_channel_mask_t channelMask() const { return mChannelMask; }
    [all...]
Threads.cpp     [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h 173 audio_channel_mask_t channelMask;
  /external/ImageMagick/Magick++/lib/Magick++/
STL.h     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 906 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(format);
920 if (channelMask[i])
933 if (channelMask[i])
948 if (channelMask[i])
996 const tcu::BVec4 channelMask = tcu::getTextureFormatChannelMask(format);
1005 if (!channelMask[ndx])
1017 if (!channelMask[ndx])
1031 if (!channelMask[ndx])
    [all...]
  /frameworks/base/media/java/android/media/
AudioTrack.java 600 int channelMask = 0;
603 channelMask = format.getChannelMask();
605 channelMask = AudioFormat.CHANNEL_OUT_FRONT_LEFT
612 audioParamCheck(rate, channelMask, channelIndexMask, encoding, mode);
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 738 audio_channel_mask_t channelMask,
756 channelMask, NULL /*updatedChannelMask*/,
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 387 XAuint32 channelMask;
    [all...]
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 1058 milliseconds

12 3