Home
last modified time | relevance | path

Searched refs:info (Results 1 – 25 of 7201) sorted by relevance

12345678910>>...289

/third_party/libdrm/intel/
Di915_pciids.h38 #define INTEL_VGA_DEVICE(id, info) { \ argument
42 (unsigned long) info }
44 #define INTEL_QUANTA_VGA_DEVICE(info) { \ argument
48 (unsigned long) info }
50 #define INTEL_I810_IDS(info) \ argument
51 INTEL_VGA_DEVICE(0x7121, info), /* I810 */ \
52 INTEL_VGA_DEVICE(0x7123, info), /* I810_DC100 */ \
53 INTEL_VGA_DEVICE(0x7125, info) /* I810_E */
55 #define INTEL_I815_IDS(info) \ argument
56 INTEL_VGA_DEVICE(0x1132, info) /* I815*/
[all …]
/third_party/gstreamer/gstplugins_good/gst/goom/
Dsound_tester.c33 evaluate_sound (gint16 data[2][512], SoundInfo * info) in evaluate_sound() argument
48 if (incvar > info->allTimesMax) in evaluate_sound()
49 info->allTimesMax = incvar; in evaluate_sound()
52 info->volume = (float) incvar / (float) info->allTimesMax; in evaluate_sound()
53 memcpy (info->samples[0], data[0], 512 * sizeof (short)); in evaluate_sound()
54 memcpy (info->samples[1], data[1], 512 * sizeof (short)); in evaluate_sound()
56 difaccel = info->accelvar; in evaluate_sound()
57 info->accelvar = info->volume; /* accel entre 0 et 1 */ in evaluate_sound()
60 if (info->speedvar > 1.0f) in evaluate_sound()
61 info->speedvar = 1.0f; in evaluate_sound()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.c71 gst_video_info_copy (const GstVideoInfo * info) in gst_video_info_copy() argument
73 return g_slice_dup (GstVideoInfo, info); in gst_video_info_copy()
86 gst_video_info_free (GstVideoInfo * info) in gst_video_info_free() argument
88 g_slice_free (GstVideoInfo, info); in gst_video_info_free()
107 GstVideoInfo *info; in gst_video_info_new() local
109 info = g_slice_new (GstVideoInfo); in gst_video_info_new()
110 gst_video_info_init (info); in gst_video_info_new()
112 return info; in gst_video_info_new()
115 static gboolean fill_planes (GstVideoInfo * info,
125 gst_video_info_init (GstVideoInfo * info) in gst_video_info_init() argument
[all …]
/third_party/mesa3d/src/amd/common/
Dac_surface_test_common.h33 typedef void (*gpu_init_func)(struct radeon_info *info);
35 static void init_vega10(struct radeon_info *info) in init_vega10() argument
37 info->family = CHIP_VEGA10; in init_vega10()
38 info->chip_class = GFX9; in init_vega10()
39 info->family_id = AMDGPU_FAMILY_AI; in init_vega10()
40 info->chip_external_rev = 0x01; in init_vega10()
41 info->use_display_dcc_unaligned = false; in init_vega10()
42 info->use_display_dcc_with_retile_blit = false; in init_vega10()
43 info->has_graphics = true; in init_vega10()
44 info->tcc_cache_line_size = 64; in init_vega10()
[all …]
Dac_gpu_info.c162 *info) in amdgpu_query_buffer_size_alignment()
174 struct drm_amdgpu_info_hw_ip *info) in amdgpu_query_hw_ip_info() argument
179 uint32_t flags, struct amdgpu_heap_info *info) in amdgpu_query_heap_info() argument
184 struct amdgpu_gpu_info *info) in amdgpu_query_gpu_info() argument
193 static int amdgpu_query_sw_info(amdgpu_device_handle dev, enum amdgpu_sw_info info, in amdgpu_query_sw_info() argument
236 static unsigned cik_get_num_tile_pipes(struct amdgpu_gpu_info *info) in cik_get_num_tile_pipes() argument
238 unsigned mode2d = info->gb_tile_mode[CIK_TILE_MODE_COLOR_2D]; in cik_get_num_tile_pipes()
300 struct radeon_info *info, in has_tmz_support() argument
311 if (info->drm_minor >= 40) in has_tmz_support()
315 if (info->chip_class < GFX9) in has_tmz_support()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer-media-info.c50 g_clear_object (&sinfo->info); in gst_player_stream_info_finalize()
73 gst_player_stream_info_get_index (const GstPlayerStreamInfo * info) in gst_player_stream_info_get_index() argument
75 g_return_val_if_fail (GST_IS_PLAYER_STREAM_INFO (info), -1); in gst_player_stream_info_get_index()
77 return info->stream_index; in gst_player_stream_info_get_index()
90 gst_player_stream_info_get_stream_type (const GstPlayerStreamInfo * info) in gst_player_stream_info_get_stream_type() argument
92 g_return_val_if_fail (GST_IS_PLAYER_STREAM_INFO (info), NULL); in gst_player_stream_info_get_stream_type()
94 return gst_play_stream_info_get_stream_type (info->info); in gst_player_stream_info_get_stream_type()
104 gst_player_stream_info_get_tags (const GstPlayerStreamInfo * info) in gst_player_stream_info_get_tags() argument
106 g_return_val_if_fail (GST_IS_PLAYER_STREAM_INFO (info), NULL); in gst_player_stream_info_get_tags()
108 return gst_play_stream_info_get_tags (info->info); in gst_player_stream_info_get_tags()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Ddxgi_support_table_autogen.cpp52 … static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN | F_MS | F_RT | F_SAMPLE, 0); in GetDXGISupport_9_3() local
53 return info; in GetDXGISupport_9_3()
57 … static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN | F_MS | F_RT | F_SAMPLE, 0); in GetDXGISupport_9_3() local
58 return info; in GetDXGISupport_9_3()
62 static const DXGISupport info(F_2D | F_3D | F_CUBE | F_RT, F_DS, F_MS); in GetDXGISupport_9_3() local
63 return info; in GetDXGISupport_9_3()
67 … static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN | F_MS | F_RT | F_SAMPLE, 0); in GetDXGISupport_9_3() local
68 return info; in GetDXGISupport_9_3()
72 static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN, F_MS); in GetDXGISupport_9_3() local
73 return info; in GetDXGISupport_9_3()
[all …]
Dformatutils11.cpp222 static constexpr VertexFormat info(VERTEX_CONVERT_BOTH, DXGI_FORMAT_R16G16_SINT, in GetVertexFormatInfo_FL_9_3() local
224 return &info; in GetVertexFormatInfo_FL_9_3()
228 static constexpr VertexFormat info(VERTEX_CONVERT_BOTH, DXGI_FORMAT_R16G16_SINT, in GetVertexFormatInfo_FL_9_3() local
230 return &info; in GetVertexFormatInfo_FL_9_3()
234 static constexpr VertexFormat info(VERTEX_CONVERT_BOTH, DXGI_FORMAT_R16G16B16A16_SINT, in GetVertexFormatInfo_FL_9_3() local
236 return &info; in GetVertexFormatInfo_FL_9_3()
240 static constexpr VertexFormat info(VERTEX_CONVERT_BOTH, DXGI_FORMAT_R16G16B16A16_SINT, in GetVertexFormatInfo_FL_9_3() local
242 return &info; in GetVertexFormatInfo_FL_9_3()
248 static constexpr VertexFormat info(VERTEX_CONVERT_CPU, DXGI_FORMAT_R16G16_SNORM, in GetVertexFormatInfo_FL_9_3() local
250 return &info; in GetVertexFormatInfo_FL_9_3()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddxgi_support_table_autogen.cpp52 … static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN | F_MS | F_RT | F_SAMPLE, 0); in GetDXGISupport_9_3() local
53 return info; in GetDXGISupport_9_3()
57 … static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN | F_MS | F_RT | F_SAMPLE, 0); in GetDXGISupport_9_3() local
58 return info; in GetDXGISupport_9_3()
62 static const DXGISupport info(F_2D | F_3D | F_CUBE | F_RT, F_DS, F_MS); in GetDXGISupport_9_3() local
63 return info; in GetDXGISupport_9_3()
67 … static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN | F_MS | F_RT | F_SAMPLE, 0); in GetDXGISupport_9_3() local
68 return info; in GetDXGISupport_9_3()
72 static const DXGISupport info(0, F_3D | F_CUBE | F_DS | F_MIPGEN, F_MS); in GetDXGISupport_9_3() local
73 return info; in GetDXGISupport_9_3()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/
Dgstplay-media-info.c80 gst_play_stream_info_get_index (const GstPlayStreamInfo * info) in gst_play_stream_info_get_index() argument
82 g_return_val_if_fail (GST_IS_PLAY_STREAM_INFO (info), -1); in gst_play_stream_info_get_index()
84 return info->stream_index; in gst_play_stream_info_get_index()
98 gst_play_stream_info_get_stream_type (const GstPlayStreamInfo * info) in gst_play_stream_info_get_stream_type() argument
100 g_return_val_if_fail (GST_IS_PLAY_STREAM_INFO (info), NULL); in gst_play_stream_info_get_stream_type()
102 if (GST_IS_PLAY_VIDEO_INFO (info)) in gst_play_stream_info_get_stream_type()
104 else if (GST_IS_PLAY_AUDIO_INFO (info)) in gst_play_stream_info_get_stream_type()
118 gst_play_stream_info_get_tags (const GstPlayStreamInfo * info) in gst_play_stream_info_get_tags() argument
120 g_return_val_if_fail (GST_IS_PLAY_STREAM_INFO (info), NULL); in gst_play_stream_info_get_tags()
122 return info->tags; in gst_play_stream_info_get_tags()
[all …]
/third_party/alsa-lib/src/seq/
Dseq.c1332 int snd_seq_system_info_get_queues(const snd_seq_system_info_t *info) in snd_seq_system_info_get_queues() argument
1334 assert(info); in snd_seq_system_info_get_queues()
1335 return info->queues; in snd_seq_system_info_get_queues()
1345 int snd_seq_system_info_get_clients(const snd_seq_system_info_t *info) in snd_seq_system_info_get_clients() argument
1347 assert(info); in snd_seq_system_info_get_clients()
1348 return info->clients; in snd_seq_system_info_get_clients()
1358 int snd_seq_system_info_get_ports(const snd_seq_system_info_t *info) in snd_seq_system_info_get_ports() argument
1360 assert(info); in snd_seq_system_info_get_ports()
1361 return info->ports; in snd_seq_system_info_get_ports()
1371 int snd_seq_system_info_get_channels(const snd_seq_system_info_t *info) in snd_seq_system_info_get_channels() argument
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dpnmdec.c73 static size_t ReadPAMFields(PNMInfo* const info, size_t off) { in ReadPAMFields() argument
77 assert(info != NULL); in ReadPAMFields()
79 off = ReadLine(info->data, off, info->data_size, out, &out_size); in ReadPAMFields()
82 if (info->seen_flags & WIDTH_FLAG) return FlagError("WIDTH"); in ReadPAMFields()
83 info->seen_flags |= WIDTH_FLAG; in ReadPAMFields()
84 info->width = tmp; in ReadPAMFields()
86 if (info->seen_flags & HEIGHT_FLAG) return FlagError("HEIGHT"); in ReadPAMFields()
87 info->seen_flags |= HEIGHT_FLAG; in ReadPAMFields()
88 info->height = tmp; in ReadPAMFields()
90 if (info->seen_flags & DEPTH_FLAG) return FlagError("DEPTH"); in ReadPAMFields()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dformatutils11.cpp222 static constexpr VertexFormat info(VERTEX_CONVERT_BOTH, DXGI_FORMAT_R16G16_SINT, in GetVertexFormatInfo_FL_9_3() local
224 return &info; in GetVertexFormatInfo_FL_9_3()
228 static constexpr VertexFormat info(VERTEX_CONVERT_BOTH, DXGI_FORMAT_R16G16_SINT, in GetVertexFormatInfo_FL_9_3() local
230 return &info; in GetVertexFormatInfo_FL_9_3()
234 static constexpr VertexFormat info(VERTEX_CONVERT_BOTH, DXGI_FORMAT_R16G16B16A16_SINT, in GetVertexFormatInfo_FL_9_3() local
236 return &info; in GetVertexFormatInfo_FL_9_3()
240 static constexpr VertexFormat info(VERTEX_CONVERT_BOTH, DXGI_FORMAT_R16G16B16A16_SINT, in GetVertexFormatInfo_FL_9_3() local
242 return &info; in GetVertexFormatInfo_FL_9_3()
248 static constexpr VertexFormat info(VERTEX_CONVERT_CPU, DXGI_FORMAT_R16G16_SNORM, in GetVertexFormatInfo_FL_9_3() local
250 return &info; in GetVertexFormatInfo_FL_9_3()
[all …]
/third_party/iptables/extensions/
Dlibxt_CONNMARK.c180 struct xt_connmark_tginfo1 *info = (void *)target->data; in connmark_tg_init() local
186 info->ctmask = UINT32_MAX; in connmark_tg_init()
187 info->nfmask = UINT32_MAX; in connmark_tg_init()
192 struct xt_connmark_tginfo2 *info; in connmark_tg_init_v2() local
195 info = (void *)target->data; in connmark_tg_init_v2()
198 info->shift_dir = D_SHIFT_LEFT; in connmark_tg_init_v2()
199 info->shift_bits = 0; in connmark_tg_init_v2()
227 struct xt_connmark_tginfo1 *info = cb->data; in connmark_tg_parse() local
232 info->mode = XT_CONNMARK_SET; in connmark_tg_parse()
233 info->ctmark = cb->val.mark; in connmark_tg_parse()
[all …]
/third_party/skia/third_party/externals/libwebp/imageio/
Dpnmdec.c73 static size_t ReadPAMFields(PNMInfo* const info, size_t off) { in ReadPAMFields() argument
78 assert(info != NULL); in ReadPAMFields()
80 off = ReadLine(info->data, off, info->data_size, out, &out_size); in ReadPAMFields()
83 if (info->seen_flags & WIDTH_FLAG) return FlagError("WIDTH"); in ReadPAMFields()
84 info->seen_flags |= WIDTH_FLAG; in ReadPAMFields()
85 info->width = tmp; in ReadPAMFields()
87 if (info->seen_flags & HEIGHT_FLAG) return FlagError("HEIGHT"); in ReadPAMFields()
88 info->seen_flags |= HEIGHT_FLAG; in ReadPAMFields()
89 info->height = tmp; in ReadPAMFields()
91 if (info->seen_flags & DEPTH_FLAG) return FlagError("DEPTH"); in ReadPAMFields()
[all …]
/third_party/mesa3d/src/amd/vulkan/winsys/null/
Dradv_null_winsys.c72 radv_null_winsys_query_info(struct radeon_winsys *rws, struct radeon_info *info) in radv_null_winsys_query_info() argument
77 info->chip_class = CLASS_UNKNOWN; in radv_null_winsys_query_info()
78 info->family = CHIP_UNKNOWN; in radv_null_winsys_query_info()
83 info->family = i; in radv_null_winsys_query_info()
84 info->name = "OVERRIDDEN"; in radv_null_winsys_query_info()
87 info->chip_class = GFX10_3; in radv_null_winsys_query_info()
89 info->chip_class = GFX10; in radv_null_winsys_query_info()
91 info->chip_class = GFX9; in radv_null_winsys_query_info()
93 info->chip_class = GFX8; in radv_null_winsys_query_info()
95 info->chip_class = GFX7; in radv_null_winsys_query_info()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c139 struct tgsi_shader_info *info) in gather_intrinsic_load_deref_info() argument
143 if (nir->info.stage == MESA_SHADER_FRAGMENT) in gather_intrinsic_load_deref_info()
145 info->input_usage_mask); in gather_intrinsic_load_deref_info()
147 switch (nir->info.stage) { in gather_intrinsic_load_deref_info()
159 info->colors_read |= mask << (semantic_index * 4); in gather_intrinsic_load_deref_info()
162 info->uses_frontface = true; in gather_intrinsic_load_deref_info()
171 struct tgsi_shader_info *info, in scan_instruction() argument
184 info->uses_derivatives = true; in scan_instruction()
194 info->samplers_declared |= in scan_instruction()
198 info->uses_bindless_samplers = true; in scan_instruction()
[all …]
/third_party/ffmpeg/libavutil/
Dencryption_info.c41 AVEncryptionInfo *info; in av_encryption_info_alloc() local
43 info = av_mallocz(sizeof(*info)); in av_encryption_info_alloc()
44 if (!info) in av_encryption_info_alloc()
47 info->key_id = av_mallocz(key_id_size); in av_encryption_info_alloc()
48 info->key_id_size = key_id_size; in av_encryption_info_alloc()
49 info->iv = av_mallocz(iv_size); in av_encryption_info_alloc()
50 info->iv_size = iv_size; in av_encryption_info_alloc()
51 info->subsamples = av_mallocz_array(subsample_count, sizeof(*info->subsamples)); in av_encryption_info_alloc()
52 info->subsample_count = subsample_count; in av_encryption_info_alloc()
55 if (!info->key_id || !info->iv || (!info->subsamples && subsample_count)) { in av_encryption_info_alloc()
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp74 VkResult init_global_layer_properties(struct sample_info &info) in init_global_layer_properties() argument
119 info.instance_layer_properties.push_back(layer_props); in init_global_layer_properties()
126 VkResult init_device_extension_properties(struct sample_info &info, layer_properties &layer_props) in init_device_extension_properties() argument
137 res = vkEnumerateDeviceExtensionProperties(info.gpus[0], layer_name, in init_device_extension_properties()
149 res = vkEnumerateDeviceExtensionProperties(info.gpus[0], layer_name, in init_device_extension_properties()
184 void init_instance_extension_names(struct sample_info &info) in init_instance_extension_names() argument
186 info.instance_extension_names.push_back(VK_KHR_SURFACE_EXTENSION_NAME); in init_instance_extension_names()
188 info.instance_extension_names.push_back(VK_KHR_ANDROID_SURFACE_EXTENSION_NAME); in init_instance_extension_names()
190 info.instance_extension_names.push_back(VK_KHR_WIN32_SURFACE_EXTENSION_NAME); in init_instance_extension_names()
192 info.instance_extension_names.push_back(VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME); in init_instance_extension_names()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp74 VkResult init_global_layer_properties(struct sample_info &info) in init_global_layer_properties() argument
119 info.instance_layer_properties.push_back(layer_props); in init_global_layer_properties()
126 VkResult init_device_extension_properties(struct sample_info &info, layer_properties &layer_props) in init_device_extension_properties() argument
137 res = vkEnumerateDeviceExtensionProperties(info.gpus[0], layer_name, in init_device_extension_properties()
149 res = vkEnumerateDeviceExtensionProperties(info.gpus[0], layer_name, in init_device_extension_properties()
184 void init_instance_extension_names(struct sample_info &info) in init_instance_extension_names() argument
186 info.instance_extension_names.push_back(VK_KHR_SURFACE_EXTENSION_NAME); in init_instance_extension_names()
188 info.instance_extension_names.push_back(VK_KHR_ANDROID_SURFACE_EXTENSION_NAME); in init_instance_extension_names()
190 info.instance_extension_names.push_back(VK_KHR_WIN32_SURFACE_EXTENSION_NAME); in init_instance_extension_names()
192 info.instance_extension_names.push_back(VK_KHR_WAYLAND_SURFACE_EXTENSION_NAME); in init_instance_extension_names()
[all …]
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader_info.c31 mark_sampler_desc(const nir_variable *var, struct radv_shader_info *info) in mark_sampler_desc() argument
33 info->desc_set_used_mask |= (1u << var->data.descriptor_set); in mark_sampler_desc()
38 struct radv_shader_info *info) in gather_intrinsic_load_input_info() argument
40 switch (nir->info.stage) { in gather_intrinsic_load_input_info()
46 info->vs.input_usage_mask[idx] |= mask << component; in gather_intrinsic_load_input_info()
64 set_writes_memory(const nir_shader *nir, struct radv_shader_info *info) in set_writes_memory() argument
66 if (nir->info.stage == MESA_SHADER_FRAGMENT) in set_writes_memory()
67 info->ps.writes_memory = true; in set_writes_memory()
72 struct radv_shader_info *info) in gather_intrinsic_store_output_info() argument
83 switch (nir->info.stage) { in gather_intrinsic_store_output_info()
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout.hh107 bool (*filter) (const hb_glyph_info_t *info));
161 hb_glyph_info_t *info = buffer->info; in _hb_next_syllable() local
164 unsigned int syllable = info[start].syllable(); in _hb_next_syllable()
165 while (++start < count && syllable == info[start].syllable()) in _hb_next_syllable()
204 _hb_glyph_info_set_unicode_props (hb_glyph_info_t *info, hb_buffer_t *buffer) in _hb_glyph_info_set_unicode_props() argument
207 unsigned int u = info->codepoint; in _hb_glyph_info_set_unicode_props()
248 info->unicode_props() = props; in _hb_glyph_info_set_unicode_props()
252 _hb_glyph_info_set_general_category (hb_glyph_info_t *info, in _hb_glyph_info_set_general_category() argument
256info->unicode_props() = (unsigned int) gen_cat | (info->unicode_props() & (0xFF & ~UPROPS_MASK_GEN… in _hb_glyph_info_set_general_category()
260 _hb_glyph_info_get_general_category (const hb_glyph_info_t *info) in _hb_glyph_info_get_general_category() argument
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout.hh107 bool (*filter) (const hb_glyph_info_t *info));
161 hb_glyph_info_t *info = buffer->info; in _hb_next_syllable() local
164 unsigned int syllable = info[start].syllable(); in _hb_next_syllable()
165 while (++start < count && syllable == info[start].syllable()) in _hb_next_syllable()
176 hb_glyph_info_t *info = buffer->info; in _hb_clear_syllables() local
179 info[i].syllable() = 0; in _hb_clear_syllables()
215 _hb_glyph_info_set_unicode_props (hb_glyph_info_t *info, hb_buffer_t *buffer) in _hb_glyph_info_set_unicode_props() argument
218 unsigned int u = info->codepoint; in _hb_glyph_info_set_unicode_props()
259 info->unicode_props() = props; in _hb_glyph_info_set_unicode_props()
263 _hb_glyph_info_set_general_category (hb_glyph_info_t *info, in _hb_glyph_info_set_general_category() argument
[all …]
/third_party/harfbuzz/src/
Dhb-ot-layout.hh107 bool (*filter) (const hb_glyph_info_t *info));
161 hb_glyph_info_t *info = buffer->info; in _hb_next_syllable() local
164 unsigned int syllable = info[start].syllable(); in _hb_next_syllable()
165 while (++start < count && syllable == info[start].syllable()) in _hb_next_syllable()
176 hb_glyph_info_t *info = buffer->info; in _hb_clear_syllables() local
179 info[i].syllable() = 0; in _hb_clear_syllables()
215 _hb_glyph_info_set_unicode_props (hb_glyph_info_t *info, hb_buffer_t *buffer) in _hb_glyph_info_set_unicode_props() argument
218 unsigned int u = info->codepoint; in _hb_glyph_info_set_unicode_props()
259 info->unicode_props() = props; in _hb_glyph_info_set_unicode_props()
263 _hb_glyph_info_set_general_category (hb_glyph_info_t *info, in _hb_glyph_info_set_general_category() argument
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
Dedid-parse.c59 decode_vendor_and_product_identification (const uchar *edid, MonitorInfo *info) in decode_vendor_and_product_identification() argument
64 info->manufacturer_code[0] = get_bits (edid[0x08], 2, 6); in decode_vendor_and_product_identification()
65 info->manufacturer_code[1] = get_bits (edid[0x08], 0, 1) << 3; in decode_vendor_and_product_identification()
66 info->manufacturer_code[1] |= get_bits (edid[0x09], 5, 7); in decode_vendor_and_product_identification()
67 info->manufacturer_code[2] = get_bits (edid[0x09], 0, 4); in decode_vendor_and_product_identification()
68 info->manufacturer_code[3] = '\0'; in decode_vendor_and_product_identification()
70 info->manufacturer_code[0] += 'A' - 1; in decode_vendor_and_product_identification()
71 info->manufacturer_code[1] += 'A' - 1; in decode_vendor_and_product_identification()
72 info->manufacturer_code[2] += 'A' - 1; in decode_vendor_and_product_identification()
75 info->product_code = edid[0x0b] << 8 | edid[0x0a]; in decode_vendor_and_product_identification()
[all …]

12345678910>>...289