/external/ImageMagick/MagickCore/ |
D | pixel-accessor.h | 50 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 …]
|
D | distribute-cache.c | 496 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()
|
D | cache-private.h | 153 channel_map[MaxPixelChannels]; member
|
D | cache.c | 565 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 …]
|
D | pixel.c | 96 *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 …]
|
D | image.h | 294 *channel_map; member
|
D | image.c | 207 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()
|
D | effect.c | 1435 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/ |
D | audio_widget_link.py | 74 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 …]
|
D | chameleon_usb_audio.py | 30 widget_link.channel_map = \ 57 widget_link.channel_map = \
|
D | audio_widget.py | 141 def channel_map(self): member in AudioInputWidget 155 @channel_map.setter 156 def channel_map(self, new_channel_map): member in AudioInputWidget
|
D | audio_test_utils.py | 277 for test_channel, golden_channel in enumerate(recorder.channel_map):
|
D | chameleon_audio_helper.py | 401 recorder.get_binary(), recorder.data_format, recorder.channel_map,
|
/external/ImageMagick/Magick++/lib/ |
D | Pixels.cpp | 71 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/ |
D | audio_AudioBasicInternalMicrophone.py | 112 recorder.channel_map = [0]
|
/external/webrtc/webrtc/modules/audio_device/linux/ |
D | audio_mixer_manager_pulse_linux.cc | 1033 _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/ |
D | audio_helper.py | 888 channel_map, method, parameters=None): argument 930 for test_channel, golden_channel in enumerate(channel_map):
|
/external/webrtc/webrtc/sound/ |
D | pulseaudiosoundsystem.cc | 550 **channels = info->channel_map.channels; in OnGetSourceChannelCountCallback()
|
/external/ImageMagick/coders/ |
D | png.c | 7832 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()
|