Home
last modified time | relevance | path

Searched refs:parallel (Results 1 – 25 of 73) sorted by relevance

123

/ohos5.0/foundation/multimedia/media_lite/services/
H A Dcameradev_imx307.ini21 …vi online,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss paral…
24 …vi online,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss paral…
H A Dcameradev_jxf23.ini21 …vi online,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss paral…
24 …vi online,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss paral…
H A Dcameradev_imx335.ini21 …vi online,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss paral…
24 …vi online,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss paral…
H A Dcameradev_imx335_4M.ini21 …vi online,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss paral…
24 …vi online,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss paral…
H A Dcameradev_imx335_5M.ini21 …vi online,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss paral…
24 …vi online,vpss offline,3:vi online,vpss online,4:vi parallel,vpss offline,5:vi parallel,vpss paral…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-gesture-events-gesture-judge.md138 … using **PanGesture** with the [parallel gesture binding method](arkts-gesture-events-binding.md#p…
150 …esture-events-binding.md#parallelgesture-parallel-gesture-binding-method)|Allows custom gestures t…
154 …* API to set the **PanGesture** of the outer **Scroll** component to be parallel with the **PanGes…
160 …Type() == GestureControl.GestureType.PAN_GESTURE) { // Identify the recognizer to work in parallel.
162 this.childRecognizer = others[i]; // Save the recognizer to work in parallel.
163 return others[i]; // Return the recognizer to work in parallel with the current one.
178 …o && target.getId() == "inner") { // Identify the recognizer to work in parallel on the response c…
304 …Type() == GestureControl.GestureType.PAN_GESTURE) { // Identify the recognizer to work in parallel.
306 this.childRecognizer = others[i]; // Save the recognizer to work in parallel.
307 return others[i]; // Return the recognizer to work in parallel with the current one.
[all …]
H A Darkts-gesture-events-combined-gestures.md4 …pported: [sequential recognition](#sequential-recognition), [parallel recognition](#parallel-recog…
103parallel recognition, the value of **GestureMode** is **Parallel**. In this gesture recognition mo…
105 …ure and the double-tap gesture are bound to the **Column** component in parallel recognition mode,…
122 …// The following combined gestures are recognized in parallel mode. After a tap gesture is recogni…
140 ![parallel](figures/parallel.gif)
145 >After a tap gesture and a double-tap gesture are combined for parallel recognition, when taps are …
/ohos5.0/foundation/communication/wifi/wifi/application/wifi_direct_demo/
H A Dgradle.properties25 …o Studio builds the hap/app,if you need disable gradle parallel,you should set org.gradle.parallel
27 # org.gradle.parallel=false
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-config.json59 // "parallel": true, /* Enable parallel compilation. Default: true */
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-config.json524 // "parallel": true, /* Enable parallel compilation. Default: true */
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-config.json524 // "parallel": true, /* Enable parallel compilation. Default: true */
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A Djs-apis-inner-multimedia-soundPool-sys.md20 …sound can be played in parallel with other active audio streams. The value **true** means that the…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-gesture-blocking-enhancement.md3 …s the capability to block gestures. You can handle built-in gestures in parallel with gestures tha…
13 Provides a callback to set the parallel relationship between built-in gestures and gestures of othe…
22parallel relationship between built-in gestures and gestures of other components in the response c…
34 Represents the callback used to set the parallel relationship between built-in gestures and gesture…
51 | [GestureRecognizer](#gesturerecognizer) | Gesture recognizer that is bound in parallel with the c…
412 …e() == GestureControl.GestureType.PAN_GESTURE) { // Find the recognizer to form a parallel gesture.
414 this.childRecognizer = others[i]; // Save the recognizer to form a parallel gesture.
415 return others[i]; // Return the recognizer to form a parallel gesture.
429 …o && target.getId() == "inner") { // Identify the recognizer to work in parallel on the response c…
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/
H A Dmod.rs19 pub mod parallel; module
H A Dprelude.rs14 pub use crate::iter::parallel::{AsParIter, AsParIterMut, IntoParIter};
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-gesture-events-combined-gestures.md140 ![parallel](figures/parallel.gif)
/ohos5.0/commonlibrary/rust/ylong_runtime/
H A DREADME.md4 …ies such as spawning async tasks, async io, async synchronization primitives, parallel calculation.
32 …supports automatic splitting of user data into multiple small tasks for parallel processing, and u…
94 | | |── iter # Async parallel iterator
95 | | | |── parallel # ParIter implementation for data containers
H A DRELEASE_NOTES.md8 - par_iter: asynchronous parallel iterator
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/collections/
H A Dbinary_heap.rs17 use crate::iter::parallel::{IntoParIter, ParIter};
H A Dbtree_set.rs17 use crate::iter::parallel::{IntoParIter, ParIter};
H A Dhash_set.rs17 use crate::iter::parallel::{IntoParIter, ParIter};
H A Dlinked_list.rs17 use crate::iter::parallel::{IntoParIter, ParIter};
H A Dvec_deque.rs17 use crate::iter::parallel::{IntoParIter, ParIter};
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dcpu_brightness_algo.cpp81 #pragma omp parallel for default(none) shared(height, width, dstRgb, srcRgb, lut, srcRowStride, dst… in OnApplyRGBA8888()
129 #pragma omp parallel for default(none) shared(height, width, srcNV21, dstNV21, lut) in OnApplyYUVNV21()
188 #pragma omp parallel for default(none) shared(height, width, srcNV12, dstNV12, lut) in OnApplyYUVNV12()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dcpu_contrast_algo.cpp71 #pragma omp parallel for default(none) shared(height, width, dstRgb, srcRgb, lut, srcRowStride, dst… in OnApplyRGBA8888()
118 #pragma omp parallel for default(none) shared(height, width, srcNV21, dstNV21, lut) in OnApplyYUVNV21()
175 #pragma omp parallel for default(none) shared(height, width, srcNV12, dstNV12, lut) in OnApplyYUVNV12()

123