Home
last modified time | relevance | path

Searched refs:channelFlags (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/
DGrYUVABackendTextures.cpp65 uint32_t channelFlags[] = {fPlaneFormats[0].channelMask(), in toYUVALocations() local
69 auto result = fYUVAInfo.toYUVALocations(channelFlags); in toYUVALocations()
102 uint32_t channelFlags[] = {fTextures[0].getBackendFormat().channelMask(), in toYUVALocations() local
106 auto result = fYUVAInfo.toYUVALocations(channelFlags); in toYUVALocations()
DGrYUVATextureProxies.cpp11 static int num_channels(uint32_t channelFlags) { in num_channels() argument
12 switch (channelFlags) { in num_channels()
22 SkDEBUGFAILF("Unexpected channel combination 0x%08x", channelFlags); in num_channels()
DGrCaps.cpp347 auto channelFlags = GrColorTypeChannelFlags(read.fColorType); in supportedReadPixelsColorType() local
348 if ((channelFlags == kRGBA_SkColorChannelFlags || channelFlags == kRGB_SkColorChannelFlags || in supportedReadPixelsColorType()
349 channelFlags == kAlpha_SkColorChannelFlag || channelFlags == kGray_SkColorChannelFlag) && in supportedReadPixelsColorType()
/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c498 pChannel->channelFlags = DEFAULT_CHANNEL_FLAGS; in VMInitializeAllChannels()
507 pChannel->channelFlags |= CHANNEL_FLAG_RHYTHM_CHANNEL; in VMInitializeAllChannels()
559 pChannel->channelFlags |= CHANNEL_FLAG_UPDATE_CHANNEL_PARAMETERS; in VMResetControllers()
722 pSynth->channels[i].channelFlags &= ~CHANNEL_FLAG_MUTE; in VMMIPUpdateChannelMuting()
724 pSynth->channels[i].channelFlags |= CHANNEL_FLAG_MUTE; in VMMIPUpdateChannelMuting()
758 if (pSynth->channels[channel].channelFlags & CHANNEL_FLAG_MUTE) in VMMIPUpdateChannelMuting()
911 if (pSynth->channels[ i ].channelFlags & CHANNEL_FLAG_SUSTAIN_PEDAL) in VMReleaseAllVoices()
914 pSynth->channels[i].channelFlags &= ~CHANNEL_FLAG_SUSTAIN_PEDAL; in VMReleaseAllVoices()
1086 if (pSynth->channels[channel].channelFlags & CHANNEL_FLAG_SUSTAIN_PEDAL) in VMDeferredStopNote()
1377 (pMIDIChannel->channelFlags & CHANNEL_FLAG_MUTE)) in VMRetargetStolenVoice()
[all …]
Deas_wtsynth.c335 if (pChannel->channelFlags & CHANNEL_FLAG_UPDATE_CHANNEL_PARAMETERS) in WT_StartVoice()
572 if (pChannel->channelFlags & CHANNEL_FLAG_RHYTHM_CHANNEL) in WT_UpdateVoice()
743 if (!(pChannel->channelFlags & CHANNEL_FLAG_RHYTHM_CHANNEL)) in WT_UpdateChannel()
747 pChannel->channelFlags &= ~CHANNEL_FLAG_UPDATE_CHANNEL_PARAMETERS; in WT_UpdateChannel()
Deas_synth.h226 EAS_U8 channelFlags; /* bit field channelFlags for */ member
Deas_dlssynth.c407 if ((pChannel ->channelFlags & CHANNEL_FLAG_RHYTHM_CHANNEL) == 0) in DLS_UpdateVoice()
/external/skia/src/core/
DSkYUVAInfo.cpp142 static bool channel_index_to_channel(uint32_t channelFlags, in channel_index_to_channel() argument
145 switch (channelFlags) { in channel_index_to_channel()
356 SkYUVAInfo::YUVALocations SkYUVAInfo::toYUVALocations(const uint32_t* channelFlags) const { in toYUVALocations()
357 return GetYUVALocations(fPlaneConfig, channelFlags); in toYUVALocations()
DSkYUVAPixmaps.cpp288 uint32_t channelFlags[] = {SkColorTypeChannelFlags(fPlanes[0].colorType()), in toYUVALocations() local
292 auto result = fYUVAInfo.toYUVALocations(channelFlags); in toYUVALocations()
/external/skia/include/core/
DSkYUVAInfo.h210 YUVALocations toYUVALocations(const uint32_t* channelFlags) const;