Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dpixel-accessor.h52 return(pixel[image->channel_map[aPixelChannel].offset]); in GetPixela()
58 if (image->channel_map[AlphaPixelChannel].traits == UndefinedPixelTrait) in GetPixelAlpha()
60 return(pixel[image->channel_map[AlphaPixelChannel].offset]); in GetPixelAlpha()
66 return(image->channel_map[AlphaPixelChannel].traits); in GetPixelAlphaTraits()
72 return(pixel[image->channel_map[bPixelChannel].offset]); in GetPixelb()
78 if (image->channel_map[BlackPixelChannel].traits == UndefinedPixelTrait) in GetPixelBlack()
80 return(pixel[image->channel_map[BlackPixelChannel].offset]); in GetPixelBlack()
86 return(image->channel_map[BlackPixelChannel].traits); in GetPixelBlackTraits()
92 return(pixel[image->channel_map[BluePixelChannel].offset]); in GetPixelBlue()
97 return(image->channel_map[BluePixelChannel].traits); in GetPixelBlueTraits()
[all …]
Ddistribute-cache.c497 sizeof(*image->channel_map)+sizeof(image->metacontent_extent); in OpenDistributeCache()
519 (void) memcpy(image->channel_map,p,MaxPixelChannels* in OpenDistributeCache()
520 sizeof(*image->channel_map)); in OpenDistributeCache()
521 p+=MaxPixelChannels*sizeof(*image->channel_map); in OpenDistributeCache()
1148 (void) memcpy(p,image->channel_map,MaxPixelChannels* in OpenDistributePixelCache()
1149 sizeof(*image->channel_map)); in OpenDistributePixelCache()
1150 p+=MaxPixelChannels*sizeof(*image->channel_map); in OpenDistributePixelCache()
Dcache.c691 length=cache_info->number_channels*sizeof(*cache_info->channel_map); in ClonePixelCacheRepository()
699 (memcmp(cache_info->channel_map,clone_info->channel_map,length) == 0) && in ClonePixelCacheRepository()
727 length=cache_info->number_channels*sizeof(*cache_info->channel_map); in ClonePixelCacheRepository()
729 (memcmp(cache_info->channel_map,clone_info->channel_map,length) == 0) ? in ClonePixelCacheRepository()
796 channel=clone_info->channel_map[i].channel; in ClonePixelCacheRepository()
797 traits=cache_info->channel_map[channel].traits; in ClonePixelCacheRepository()
799 *q=*(p+cache_info->channel_map[channel].offset); in ClonePixelCacheRepository()
1663 p=image->channel_map; in ValidatePixelCacheMorphology()
1664 q=cache_info->channel_map; in ValidatePixelCacheMorphology()
3713 (void) memcpy(cache_info->channel_map,image->channel_map,MaxPixelChannels* in OpenPixelCache()
[all …]
Dcache-private.h155 channel_map[MaxPixelChannels]; member
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) memset(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) memcpy(clone_map,channel_map,MaxPixelChannels* in ClonePixelChannelMap()
[all …]
Dimage.h291 *channel_map; member
Dimage.c187 image->channel_map=AcquirePixelChannelMap(); in AcquireImage()
832 clone_image->channel_map=ClonePixelChannelMap(image->channel_map); in CloneImage()
1192 image->channel_map=DestroyPixelChannelMap(image->channel_map); in DestroyImage()
Dstream.c899 p=image->channel_map; in ValidatePixelCacheMorphology()
900 q=cache_info->channel_map; in ValidatePixelCacheMorphology()
Deffect.c1775 return(0.212656f*pixel[image->channel_map[RedPixelChannel].offset]+ in GetMeanLuma()
1776 0.715158f*pixel[image->channel_map[GreenPixelChannel].offset]+ in GetMeanLuma()
1777 0.072186f*pixel[image->channel_map[BluePixelChannel].offset]); /* Rec709 */ in GetMeanLuma()
/external/autotest/client/cros/chameleon/
Daudio_widget_link.py79 self._sink.channel_map = self._link.channel_map
137 self.channel_map = None
278 self.channel_map = self._DEFAULT_CHANNEL_MAP
281 'channel map %r', self.name, self.channel_map)
297 self.channel_map = self._DEFAULT_CHANNEL_MAP
300 'channel map %r', self.name, self.channel_map)
313 self.channel_map = self._DEFAULT_CHANNEL_MAP
316 'channel map %r', self.name, self.channel_map)
335 self.channel_map = self._DEFAULT_CHANNEL_MAP
401 self.channel_map = self._DEFAULT_CHANNEL_MAP
[all …]
Dchameleon_usb_audio.py37 widget_link.channel_map = \
64 widget_link.channel_map = \
Daudio_widget.py184 def channel_map(self): member in AudioInputWidget
198 @channel_map.setter
199 def channel_map(self, new_channel_map): member in AudioInputWidget
Daudio_test_utils.py523 for test_channel, golden_channel in enumerate(recorder.channel_map):
801 recorder.get_binary(), recorder.data_format, recorder.channel_map,
/external/perfetto/ui/release/
Dbuild_all_channels.py73 channel_map = {}
79 channel_map[channel] = version
94 return channel_map
112 channel_map = build_all_channels(channels, args.tmp, merged_dist_dir)
120 "data-perfetto_version='%s'" % json.dumps(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/flac/src/flac/
Dencode.c146 …C__bool is_unsigned_samples, uint32_t channels, uint32_t bps, uint32_t shift, size_t *channel_map);
461 channel_map[1] = 2; in get_sample_info_wave()
462 channel_map[2] = 1; in get_sample_info_wave()
471 channel_map[1] = 2; in get_sample_info_wave()
472 channel_map[2] = 1; in get_sample_info_wave()
473 channel_map[3] = 5; in get_sample_info_wave()
474 channel_map[4] = 3; in get_sample_info_wave()
475 channel_map[5] = 4; in get_sample_info_wave()
958 size_t channel_map[FLAC__MAX_CHANNELS]; in flac__encode_file() local
967 for(i = 0; i < sizeof(channel_map)/sizeof(channel_map[0]); i++) in flac__encode_file()
[all …]
/external/libxaac/decoder/drc_src/
Dimpd_drc_parametric_dec.c64 WORD32* channel_map = p_parametricdrc_params->channel_map[instance_idx]; in impd_init_parametric_drc_feed_fwd() local
120 (FLOAT32)channel_map[i]; in impd_init_parametric_drc_feed_fwd()
220 WORD32* channel_map = p_parametricdrc_params->channel_map[instance_idx]; in impd_init_parametric_drc_lim() local
248 (FLOAT32)channel_map[i]; in impd_init_parametric_drc_lim()
Dimpd_drc_dec.c296 p_parametric_drc_params->channel_map in impd_init_selected_drc_set()
299 p_parametric_drc_params->channel_map in impd_init_selected_drc_set()
Dimpd_parametric_drc_dec.h126 WORD32 channel_map[PARAM_DRC_INSTANCE_COUNT_MAX][MAX_CHANNEL_COUNT]; member
/external/wpa_supplicant_8/src/drivers/
Ddriver_macsec_qca.c62 struct channel_map { struct
80 struct channel_map receive_channel_map[MAXSC]; argument
81 struct channel_map transmit_channel_map[MAXSC];
496 static int macsec_qca_lookup_channel(struct channel_map *map, in macsec_qca_lookup_channel()
514 static void macsec_qca_register_channel(struct channel_map *map, in macsec_qca_register_channel()
/external/webrtc/modules/audio_device/linux/
Daudio_mixer_manager_pulse_linux.cc739 _paChannels = i->channel_map.channels; // Get number of channels in PaSinkInfoCallbackHandler()
764 _paChannels = i->channel_map.channels; // Get number of channels in PaSinkInputInfoCallbackHandler()
784 _paChannels = i->channel_map.channels; // Get number of channels in PaSourceInfoCallbackHandler()
/external/autotest/server/site_tests/audio_AudioBasicInternalMicrophone/
Daudio_AudioBasicInternalMicrophone.py105 recorder.channel_map = [0]
/external/autotest/server/site_tests/audio_AudioBasicHotwording/
Daudio_AudioBasicHotwording.py153 listener.channel_map = [0]
/external/autotest/client/cros/audio/
Daudio_helper.py676 channel_map, parameters=None): argument
713 for test_channel, golden_channel in enumerate(channel_map):