Searched full:components (Results 1 – 25 of 1859) sorted by relevance
12345678910>>...75
18 Components and Ordering21 AFBC streams can contain several components - where a component59 In AFBC, 'X' components are not treated any differently from any other61 encodes with 4 components, like so:123 - Planes/Components127 - Plane 0: 4 components135 - Plane 0: 4 components143 - Plane 0: 3 components150 - Plane 0: 3 components157 - Plane 0: 4 components[all …]
7 … -rub libomxil-bellagio-0.9.3-orig/src/components/audio_effects/Makefile.am libomxil-bellagio-0.9.…8 --- libomxil-bellagio-0.9.3-orig/src/components/audio_effects/Makefile.am 2014-07-20 15:22:00.85842…9 +++ libomxil-bellagio-0.9.3/src/components/audio_effects/Makefile.am 2014-07-20 15:25:42.687525225 …16 …ff -rub libomxil-bellagio-0.9.3-orig/src/components/clocksrc/Makefile.am libomxil-bellagio-0.9.3/s…17 --- libomxil-bellagio-0.9.3-orig/src/components/clocksrc/Makefile.am 2014-07-20 15:22:00.858425234 …18 +++ libomxil-bellagio-0.9.3/src/components/clocksrc/Makefile.am 2014-07-20 15:24:49.151259753 -040025 …-rub libomxil-bellagio-0.9.3-orig/src/components/videoscheduler/Makefile.am libomxil-bellagio-0.9.…26 --- libomxil-bellagio-0.9.3-orig/src/components/videoscheduler/Makefile.am 2014-07-20 15:22:00.8624…27 +++ libomxil-bellagio-0.9.3/src/components/videoscheduler/Makefile.am 2014-07-20 15:22:36.462601786…
82 initrd_ctx->components[i].newc_name = grub_strndup (ptr, eptr - ptr);83 - if (!initrd_ctx->components[i].newc_name)84 + if (!initrd_ctx->components[i].newc_name ||85 + insert_dir (initrd_ctx->components[i].newc_name, &root, 0,93 - + grub_strlen (initrd_ctx->components[i].newc_name),95 - initrd_ctx->size += insert_dir (initrd_ctx->components[i].newc_name,97 + name_len = grub_strlen (initrd_ctx->components[i].newc_name);121 initrd_ctx->components[i].size122 = grub_file_size (initrd_ctx->components[i].file);123 - initrd_ctx->size += initrd_ctx->components[i].size;[all …]
22 initrd_ctx->components = 0;24 - initrd_ctx->components = grub_zalloc (argc25 - * sizeof (initrd_ctx->components[0]));26 + initrd_ctx->components = grub_calloc (argc, sizeof (initrd_ctx->components[0]));27 if (!initrd_ctx->components)
52 info->components = 1; in xcam_video_buffer_info_reset()60 info->components = 2; in xcam_video_buffer_info_reset()69 info->components = 1; in xcam_video_buffer_info_reset()76 info->components = 1; in xcam_video_buffer_info_reset()83 info->components = 1; in xcam_video_buffer_info_reset()99 info->components = 1; in xcam_video_buffer_info_reset()106 info->components = 1; in xcam_video_buffer_info_reset()113 info->components = 1; in xcam_video_buffer_info_reset()124 info->components = 1; in xcam_video_buffer_info_reset()138 info->components = 1; in xcam_video_buffer_info_reset()[all …]
108 info.components = 2; in v4l2_format_to_video_info()115 info.components = 3; in v4l2_format_to_video_info()124 info.components = 1; in v4l2_format_to_video_info()134 info.components = 1; in v4l2_format_to_video_info()143 info.components = 1; in v4l2_format_to_video_info()152 info.components = 1; in v4l2_format_to_video_info()
8 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/…11 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/…14 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/…17 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/…20 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/…23 …p/work/core2-64-poky-linux/firefox/68.9.0esr-r0/firefox-68.9.0/toolkit/components/telemetry/other/…29 toolkit/components/telemetry/other/ProcessedStack.cpp | 1 +32 diff --git a/toolkit/components/telemetry/other/ProcessedStack.cpp b/toolkit/components/telemetry/o…34 --- a/toolkit/components/telemetry/other/ProcessedStack.cpp35 +++ b/toolkit/components/telemetry/other/ProcessedStack.cpp
174 bool "TQ Components TQM8540"176 This option enables support for the TQ Components TQM8540 board.181 bool "TQ Components TQM8541"183 This option enables support for the TQ Components TQM8541 board.189 bool "TQ Components TQM8548"191 This option enables support for the TQ Components TQM8548 board.196 bool "TQ Components TQM8555"198 This option enables support for the TQ Components TQM8555 board.204 bool "TQ Components TQM8560"206 This option enables support for the TQ Components TQM8560 board.
pax_global_header qtwebengine-chromium-0ad2814370799a2161057d92231fe3ee00e2fe98/ qtwebengine-chromium-0ad2814370799a2161057d92231fe3ee00e2fe98/chromium/ qtwebengine- ...
23 * already provide functions to get hold of such components, e.g.29 * the SoC on various components (scanout engines, blending blocks, transcoders35 * Components are registered using component_add() and unregistered with189 * any components which are found to this master. in find_components()242 dev_dbg(master->dev, "master has incomplete components\n"); in try_to_bring_up_master()255 /* Found all components */ in try_to_bring_up_master()385 * @compare: compare function to match against all components391 * only matches against components added with component_add().414 * @compare_typed: compare function to match against all typed components420 * only matches against components added with component_add_typed().[all …]
27 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (BOOST_FT_nullary_p…37 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 BOOST_FT_ell) B…47 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 BOOST_FT_e…57 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 BOOST…67 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …77 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …87 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …97 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …107 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …117 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …[all …]
27 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) ( BOOST_FT_ell) BOO…37 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 BOOST_FT_ell) B…47 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 BOOST_FT_e…57 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 BOOST…67 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …77 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …87 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …97 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …107 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …117 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T1 , T2 , T3 , T4 …
28 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …38 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …48 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …58 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …68 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …78 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …88 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …98 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …108 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …118 typedef function_types::components<BOOST_FT_syntax(BOOST_FT_cc, BOOST_PP_EMPTY) (T0 , T1 , T2 , T3 …
11 comp = &(priv)->components[iter], iter < MLX5_DEVCOM_NUM_COMPONENTS; \27 struct mlx5_devcom_component components[MLX5_DEVCOM_NUM_COMPONENTS]; member160 comp = &devcom->priv->components[id]; in mlx5_devcom_register_component()175 comp = &devcom->priv->components[id]; in mlx5_devcom_unregister_component()192 comp = &devcom->priv->components[id]; in mlx5_devcom_send_event()211 comp = &devcom->priv->components[id]; in mlx5_devcom_set_paired()223 return devcom->priv->components[id].paired; in mlx5_devcom_is_paired()235 comp = &devcom->priv->components[id]; in mlx5_devcom_get_peer_data()252 struct mlx5_devcom_component *comp = &devcom->priv->components[id]; in mlx5_devcom_release_peer_data()
13 * Components are registered with component_add() and unregistered with30 * part-ways through and needs to unbind some already bound components.56 * Called when all components or the aggregate driver, as specified in62 * 2. Bind all components to the aggregate driver by calling79 * component_master_del(), or one of its components, using104 * @compare: compare function to match against all components110 * only matches against components added with component_add().
53 my @components = split(/[.]/, $oid);56 my $size = $#components;57 for (my $loop = 2; $loop <= $#components; $loop++) {58 my $c = $components[$loop];93 my @components = split(/[.]/, $oids[$i]);95 push @octets, $components[0] * 40 + $components[1];97 for (my $loop = 2; $loop <= $#components; $loop++) {98 my $c = $components[$loop];
42 [&](const std::vector<Value>& components) -> EvaluationResult { in toColor() argument43 std::size_t len = components.size(); in toColor()44 … bool isNumeric = std::all_of(components.begin(), components.end(), [](const Value& item) { in toColor()49 components[0].template get<double>(), in toColor()50 components[1].template get<double>(), in toColor()51 components[2].template get<double>(), in toColor()52 len == 4 ? components[3].template get<double>() : 1.0 in toColor()
37 hinic_hwdev - Implement the HW details of the device and include the components40 hinic_hwdev contains the following components:52 MGMT components:66 IO components:85 IO - de/constructs all the IO components. (hinic_hw_io.c, hinic_hw_io.h)90 HW device - de/constructs the HW Interface, the MGMT components on the91 initialization of the driver and the IO components on the case of Interface95 hinic_dev contains the following components:
1 I don't know how to detect arch '--components', sorry.2 I don't know how to detect arch '--components', sorry.3 I don't know how to detect arch '--components', sorry.4 I don't know how to detect arch '--components', sorry.
107 * @components: number of components in the enclosure115 enclosure_register(struct device *dev, const char *name, int components, in enclosure_register() argument119 kzalloc(struct_size(edev, component, components), GFP_KERNEL); in enclosure_register()127 edev->components = components; in enclosure_register()137 for (i = 0; i < components; i++) { in enclosure_register()171 for (i = 0; i < edev->components; i++) in enclosure_unregister()254 for (i = 0; i < edev->components; i++) { in enclosure_component_find_by_name()275 * The name is optional for enclosures that give their components a unique291 if (number >= edev->components) in enclosure_component_alloc()305 /* Some hardware (e.g. enclosure in RX300 S6) has components in enclosure_component_alloc()[all …]
52 components = load_test_components(logger, 'oe-test')55 subparsers.add_subparser_group('components', 'Test components')57 for comp_name in sorted(components.keys()):58 comp = components[comp_name]
26 For the software, we obviously want to reuse components for all these33 features only the components guaranteed to exist in all varieties of the36 to support the components on the daughter boards.38 Note that the components present on every variety of the board must, of course,62 components easily.111 detected components are added to the device tree, as well as a "subtractive"112 approach, meaning that nodes for absent components are removed from the tree,
30 how Cb and Cr components are downsampled after converting an input42 - Horizontally subsample Cr, Cb components by a factor of 2.44 - Subsample Cr, Cb components horizontally and vertically by 2.46 - Horizontally subsample Cr, Cb components by a factor of 4.48 - Subsample Cr, Cb components horizontally by 4 and vertically by 2.
16 information about the encrypted components and necessary metadata to21 PVM, decrypt the components and verify the data and address list51 * List of Components composed of59 The components are for instance an encrypted kernel, kernel parameters60 and initrd. The components are decrypted by the UV.
119 size_t components = cinfo.output_components; in decodeJPEG() local120 size_t rowStride = components * width; in decodeJPEG()131 dst[0] = buffer[0][components * i]; in decodeJPEG()134 if (components > 2) { in decodeJPEG()135 dst[1] = buffer[0][components * i + 1]; in decodeJPEG()136 dst[2] = buffer[0][components * i + 2]; in decodeJPEG()