Home
last modified time | relevance | path

Searched refs:channel_map (Results 1 – 19 of 19) sorted by relevance

/external/ImageMagick/MagickCore/
Dpixel-accessor.h50 return(pixel[image->channel_map[aPixelChannel].offset]); in GetPixela()
56 if (image->channel_map[AlphaPixelChannel].traits == UndefinedPixelTrait) in GetPixelAlpha()
58 return(pixel[image->channel_map[AlphaPixelChannel].offset]); in GetPixelAlpha()
64 return(image->channel_map[AlphaPixelChannel].traits); in GetPixelAlphaTraits()
70 return(pixel[image->channel_map[bPixelChannel].offset]); in GetPixelb()
76 if (image->channel_map[BlackPixelChannel].traits == UndefinedPixelTrait) in GetPixelBlack()
78 return(pixel[image->channel_map[BlackPixelChannel].offset]); in GetPixelBlack()
84 return(image->channel_map[BlackPixelChannel].traits); in GetPixelBlackTraits()
90 return(pixel[image->channel_map[BluePixelChannel].offset]); in GetPixelBlue()
95 return(image->channel_map[BluePixelChannel].traits); in GetPixelBlueTraits()
[all …]
Ddistribute-cache.c496 sizeof(image->number_channels)+MaxPixelChannels*sizeof(*image->channel_map)+ in OpenDistributeCache()
521 (void) memcpy(image->channel_map,p,MaxPixelChannels* in OpenDistributeCache()
522 sizeof(*image->channel_map)); in OpenDistributeCache()
523 p+=MaxPixelChannels*sizeof(*image->channel_map); in OpenDistributeCache()
1172 (void) memcpy(p,image->channel_map,MaxPixelChannels* in OpenDistributePixelCache()
1173 sizeof(*image->channel_map)); in OpenDistributePixelCache()
1174 p+=MaxPixelChannels*sizeof(*image->channel_map); in OpenDistributePixelCache()
Dcache-private.h153 channel_map[MaxPixelChannels]; member
Dcache.c565 length=cache_info->number_channels*sizeof(*cache_info->channel_map); in ClonePixelCacheRepository()
569 (memcmp(cache_info->channel_map,clone_info->channel_map,length) == 0) && in ClonePixelCacheRepository()
601 length=cache_info->number_channels*sizeof(*cache_info->channel_map); in ClonePixelCacheRepository()
603 (memcmp(cache_info->channel_map,clone_info->channel_map,length) == 0) ? in ClonePixelCacheRepository()
679 channel=clone_info->channel_map[i].channel; in ClonePixelCacheRepository()
680 traits=cache_info->channel_map[channel].traits; in ClonePixelCacheRepository()
682 *q=*(p+cache_info->channel_map[channel].offset); in ClonePixelCacheRepository()
1550 p=image->channel_map; in ValidatePixelCacheMorphology()
1551 q=cache_info->channel_map; in ValidatePixelCacheMorphology()
3452 (void) memcpy(cache_info->channel_map,image->channel_map,MaxPixelChannels* in OpenPixelCache()
[all …]
Dpixel.c96 *channel_map; in AcquirePixelChannelMap() local
101 channel_map=(PixelChannelMap *) AcquireQuantumMemory(MaxPixelChannels, in AcquirePixelChannelMap()
102 sizeof(*channel_map)); in AcquirePixelChannelMap()
103 if (channel_map == (PixelChannelMap *) NULL) in AcquirePixelChannelMap()
105 (void) ResetMagickMemory(channel_map,0,MaxPixelChannels*sizeof(*channel_map)); in AcquirePixelChannelMap()
107 channel_map[i].channel=(PixelChannel) i; in AcquirePixelChannelMap()
108 return(channel_map); in AcquirePixelChannelMap()
133 MagickExport PixelChannelMap *ClonePixelChannelMap(PixelChannelMap *channel_map) in ClonePixelChannelMap() argument
138 assert(channel_map != (PixelChannelMap *) NULL); in ClonePixelChannelMap()
142 (void) CopyMagickMemory(clone_map,channel_map,MaxPixelChannels* in ClonePixelChannelMap()
[all …]
Dimage.h294 *channel_map; member
Dimage.c207 image->channel_map=AcquirePixelChannelMap(); in AcquireImage()
865 clone_image->channel_map=ClonePixelChannelMap(image->channel_map); in CloneImage()
1191 image->channel_map=DestroyPixelChannelMap(image->channel_map); in DestroyImage()
Deffect.c1435 return(0.212656f*pixel[image->channel_map[RedPixelChannel].offset]+ in GetMeanLuma()
1436 0.715158f*pixel[image->channel_map[GreenPixelChannel].offset]+ in GetMeanLuma()
1437 0.072186f*pixel[image->channel_map[BluePixelChannel].offset]); /* Rec709 */ in GetMeanLuma()
/external/autotest/client/cros/chameleon/
Daudio_widget_link.py74 self._sink.channel_map = self._link.channel_map
132 self.channel_map = None
292 self.channel_map = self._DEFAULT_CHANNEL_MAP
295 'channel map %r', self.name, self.channel_map)
311 self.channel_map = self._DEFAULT_CHANNEL_MAP
314 'channel map %r', self.name, self.channel_map)
327 self.channel_map = self._DEFAULT_CHANNEL_MAP
330 'channel map %r', self.name, self.channel_map)
348 self.channel_map = self._DEFAULT_CHANNEL_MAP
425 self.channel_map = self._DEFAULT_CHANNEL_MAP
[all …]
Dchameleon_usb_audio.py30 widget_link.channel_map = \
57 widget_link.channel_map = \
Daudio_widget.py141 def channel_map(self): member in AudioInputWidget
155 @channel_map.setter
156 def channel_map(self, new_channel_map): member in AudioInputWidget
Daudio_test_utils.py277 for test_channel, golden_channel in enumerate(recorder.channel_map):
Dchameleon_audio_helper.py401 recorder.get_binary(), recorder.data_format, recorder.channel_map,
/external/ImageMagick/Magick++/lib/
DPixels.cpp71 if (_image.constImage()->channel_map[channel].traits == UndefinedPixelTrait) in offset()
73 return _image.constImage()->channel_map[channel].offset; in offset()
/external/autotest/server/site_tests/audio_AudioBasicInternalMicrophone/
Daudio_AudioBasicInternalMicrophone.py112 recorder.channel_map = [0]
/external/webrtc/webrtc/modules/audio_device/linux/
Daudio_mixer_manager_pulse_linux.cc1033 _paChannels = i->channel_map.channels; // Get number of channels in PaSinkInfoCallbackHandler()
1062 _paChannels = i->channel_map.channels; // Get number of channels in PaSinkInputInfoCallbackHandler()
1086 _paChannels = i->channel_map.channels; // Get number of channels in PaSourceInfoCallbackHandler()
/external/autotest/client/cros/audio/
Daudio_helper.py888 channel_map, method, parameters=None): argument
930 for test_channel, golden_channel in enumerate(channel_map):
/external/webrtc/webrtc/sound/
Dpulseaudiosoundsystem.cc550 **channels = info->channel_map.channels; in OnGetSourceChannelCountCallback()
/external/ImageMagick/coders/
Dpng.c7832 value=(MagickRealType) p[image->channel_map[RedPixelChannel].offset]; in Magick_png_color_equal()
7835 value=(MagickRealType) p[image->channel_map[GreenPixelChannel].offset]; in Magick_png_color_equal()
7838 value=(MagickRealType) p[image->channel_map[BluePixelChannel].offset]; in Magick_png_color_equal()