HomeSort by relevance Sort by last modified time
    Searched refs:channel_map (Results 1 - 25 of 47) sorted by null

1 2

  /external/ImageMagick/MagickCore/
pixel-accessor.h 50 return(pixel[image->channel_map[aPixelChannel].offset]);
56 if (image->channel_map[AlphaPixelChannel].traits == UndefinedPixelTrait)
58 return(pixel[image->channel_map[AlphaPixelChannel].offset]);
64 return(image->channel_map[AlphaPixelChannel].traits);
70 return(pixel[image->channel_map[bPixelChannel].offset]);
76 if (image->channel_map[BlackPixelChannel].traits == UndefinedPixelTrait)
78 return(pixel[image->channel_map[BlackPixelChannel].offset]);
84 return(image->channel_map[BlackPixelChannel].traits);
90 return(pixel[image->channel_map[BluePixelChannel].offset]);
95 return(image->channel_map[BluePixelChannel].traits)
    [all...]
cache-private.h 153 channel_map[MaxPixelChannels]; member in struct:_CacheInfo
distribute-cache.c 501 sizeof(image->number_channels)+MaxPixelChannels*sizeof(*image->channel_map)+
526 (void) memcpy(image->channel_map,p,MaxPixelChannels*
527 sizeof(*image->channel_map));
528 p+=MaxPixelChannels*sizeof(*image->channel_map);
    [all...]
image.h 294 *channel_map; member in struct:_Image
  /external/autotest/client/cros/chameleon/
chameleon_usb_audio.py 30 widget_link.channel_map = \
57 widget_link.channel_map = \
audio_widget_link.py 74 self._sink.channel_map = self._link.channel_map
125 channel_map: A list containing current channel map. Checks docstring
126 of channel_map method of AudioInputWidget for details.
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_MA
    [all...]
audio_widget.py 73 of channel_map method for details.
145 def channel_map(self): member in class:AudioInputWidget
159 @channel_map.setter
160 def channel_map(self, new_channel_map): member in class:AudioInputWidget
  /frameworks/wilhelm/src/android/
channels.cpp 122 struct channel_map { struct
131 static const struct channel_map output_map[] = {
156 static const struct channel_map input_map[] = {
165 const struct channel_map* map,
  /external/devlib/devlib/derived/
energy.py 31 channel_map = defaultdict(list)
33 channel_map[channel].append(channel.kind)
34 for channel, kinds in channel_map.iteritems():
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
ext-stream-restore.h 42 pa_channel_map channel_map; /**< The channel map for the volume field, if applicable */ member in struct:pa_ext_stream_restore_info
introspect.h 216 pa_channel_map channel_map; /**< Channel map */ member in struct:pa_sink_info
296 pa_channel_map channel_map; /**< Channel map */ member in struct:pa_source_info
370 pa_channel_map channel_map; /**< Default channel map. \since 0.9.15 */ member in struct:pa_server_info
519 pa_channel_map channel_map; /**< Channel map */ member in struct:pa_sink_input_info
571 pa_channel_map channel_map; /**< Channel map */ member in struct:pa_source_output_info
642 pa_channel_map channel_map; \/**< The channel map *\/ member in struct:pa_sample_info
    [all...]
  /system/bt/include/hardware/
ble_advertiser.h 30 uint8_t channel_map; member in struct:AdvertiseParameters
  /external/devlib/devlib/instrument/
daq.py 31 channel_map=(0, 1, 2, 3, 4, 5, 6, 7, 16, 17, 18, 19, 20, 21, 22, 23),
57 channel_map=channel_map,
  /external/autotest/server/site_tests/audio_AudioBasicInternalMicrophone/
audio_AudioBasicInternalMicrophone.py 122 recorder.channel_map = [0]
  /system/bt/stack/btm/
ble_advertiser_hci_interface.h 56 uint32_t adv_int_max, uint8_t channel_map, uint8_t own_address_type,
ble_advertiser_hci_interface.cc 114 uint32_t adv_int_max, uint8_t channel_map,
148 UINT8_TO_STREAM(pp, channel_map);
326 uint32_t adv_int_max, uint8_t channel_map,
359 UINT8_TO_STREAM(pp, channel_map);
498 uint32_t adv_int_max, uint8_t channel_map,
517 UINT8_TO_STREAM(pp, channel_map);
  /system/bt/stack/include/
ble_advertiser.h 49 tBTM_BLE_ADV_CHNL_MAP channel_map; member in struct:__anon2302
  /external/ImageMagick/Magick++/lib/
Pixels.cpp 71 if (_image.constImage()->channel_map[channel].traits == UndefinedPixelTrait)
73 return _image.constImage()->channel_map[channel].offset;
  /system/bt/btif/src/
btif_ble_advertiser.cc 67 p_params->channel_map = params.channel_map;
  /external/wpa_supplicant_8/src/drivers/
driver_macsec_qca.c 57 struct channel_map { struct
74 struct channel_map receive_channel_map[MAXSC];
75 struct channel_map transmit_channel_map[MAXSC];
258 static int macsec_qca_lookup_channel(struct channel_map *map,
276 static void macsec_qca_register_channel(struct channel_map *map,
  /external/libxaac/decoder/drc_src/
impd_parametric_drc_dec.h 126 WORD32 channel_map[PARAM_DRC_INSTANCE_COUNT_MAX][MAX_CHANNEL_COUNT]; member in struct:ia_parametric_drc_params_struct_t
impd_drc_dec.c 295 p_parametric_drc_params->channel_map
298 p_parametric_drc_params->channel_map
impd_drc_parametric_dec.c 64 WORD32* channel_map = p_parametricdrc_params->channel_map[instance_idx]; local
120 (FLOAT32)channel_map[i];
220 WORD32* channel_map = p_parametricdrc_params->channel_map[instance_idx]; local
248 (FLOAT32)channel_map[i];
    [all...]
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_pulse_linux.cc 1033 _paChannels = i->channel_map.channels; // Get number of channels
1062 _paChannels = i->channel_map.channels; // Get number of channels
1086 _paChannels = i->channel_map.channels; // Get number of channels
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd_config.py 49 hostapd_constants.CHANNEL_MAP.items():
66 return hostapd_constants.CHANNEL_MAP[frequency]
83 for channel_map in hostapd_constants.CENTER_CHANNEL_MAP[
85 lower_channel_bound, upper_channel_bound = channel_map
201 if value not in hostapd_constants.CHANNEL_MAP:
484 for freq, channel in hostapd_constants.CHANNEL_MAP.iteritems():
504 if frequency not in hostapd_constants.CHANNEL_MAP:
507 channel = hostapd_constants.CHANNEL_MAP[frequency]

Completed in 566 milliseconds

1 2