Home
last modified time | relevance | path

Searched refs:rear (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_util_module/container/deque/
H A Djs_deque.ts97 private rear: number;
102 this.rear = 0;
123 this[this.rear] = element;
124 this.rear = (this.rear + 1) % (this.capacity + 1);
138 return this[this.rear - 1];
166 result = this[this.rear - 1];
167 this.rear = (this.rear + this.capacity) % (this.capacity + 1);
180 if (i === this.rear) {
192 if (this.front === this.rear) {
201 this.rear = length;
[all …]
/ohos5.0/commonlibrary/ets_utils/js_util_module/container/queue/
H A Djs_queue.ts94 private rear: number;
99 this.rear = 0;
103 return this.rear - this.front;
110 this[this.rear] = element;
111 this.rear = (this.rear + 1) % (this.capacity + 1);
144 if (i === this.rear) {
163 done = count === this.rear;
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
H A Dqueue.rs129 rear: AtomicU16, field
153 let rear = self.rear.load(Acquire); in len() localVariable
155 rear.wrapping_sub(head) in len()
200 let rear = self.rear.load(Acquire); in is_empty() localVariable
201 head == rear in is_empty()
242 let rear = unsafe { non_atomic_load(&self.rear) }; in remaining() localVariable
273 let rear = unsafe { non_atomic_load(&self.rear) }; in push_back() localVariable
282 self.rear.store(rear.wrapping_add(1), SeqCst); in push_back()
481 let rear = unsafe { non_atomic_load(&inner_buf.rear) }; in pop_batch() localVariable
482 let mut curr = rear; in pop_batch()
[all …]
/ohos5.0/docs/en/application-dev/media/camera/
H A Dcamera-animation.md13 The following demonstrates the transition from using the front camera to the rear camera.
15 ![](figures/front-rear-switching.gif)
96 You can use preview stream snapshots to create a blur effect for mode switching or front/rear camer…
166 @StorageLink('curPosition') curPosition: number = 0; // Current camera position (front or rear).
208 // The rear camera is used.
211 …s, a 90° rotation compensation is applied to the content for a snapshot taken with the rear camera.
213 …, a 0° rotation compensation is applied to the component for a snapshot taken with the rear camera.
282 // Switch from the rear camera to the front camera.
328 // The rear camera is used.
330 …s, a 90° rotation compensation is applied to the content for a snapshot taken with the rear camera.
[all …]
H A Dnative-camera-torch-use.md6 - When the rear camera is used and [Camera_FlashMode](../../reference/apis-camera-kit/_o_h___camera…
8 - When you switch from the front camera to the rear camera, the flashlight will be automatically tu…
H A Dcamera-torch-use.md6 - When the rear camera is used and [FlashMode](../../reference/apis-camera-kit/js-apis-camera.md#fl…
8 - When you switch from the front camera to the rear camera, the flashlight will be automatically tu…
H A Dcamera-foldable-display.md164 …// Obtain the currently opened camera. If the rear camera is opened, its use is not affected when …
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-appendix-rk3568.md12 **Figure 2** RK3568 rear view
14 ![rk3568-rear](figures/rk3568-rear.png)
H A Dquickstart-appendix-hi3861.md14 **Figure 2** Hi3861 rear view
16 ![hi3861-rear](figures/hi3861-rear.png)
/ohos5.0/docs/zh-cn/device-dev/quick-start/
H A Dquickstart-appendix-rk3568.md14 ![rk3568-rear](figures/rk3568-rear.png)
H A Dquickstart-appendix-hi3861.md16 ![hi3861-rear](figures/hi3861-rear.png)
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-camera-control-overview.md5 … this reference, you can develop devices, such as peephole cameras, smart rear-view mirrors, and s…
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A D_core.md329 | CH_LAYOUT_5POINT0_BACK | 5.0 rear layout; 5 audio channels in total.|
333 | CH_LAYOUT_5POINT1_BACK | 5.1 rear layout; 6 audio channels in total.|
339 | CH_LAYOUT_6POINT1_BACK | 6.1 rear layout; 7 audio channels in total.|
347 | CH_LAYOUT_7POINT1_WIDE_BACK | 7.1 rear wide layout; 8 audio channels in total.|
397 | CH_SET_TOP_BACK_LEFT | Top left rear channel.|
398 | CH_SET_TOP_BACK_CENTER | Top center rear channel.|
399 | CH_SET_TOP_BACK_RIGHT | Top right rear channel.|
H A D_codec_base.md907 | CH_5POINT0_BACK | 5.0 rear layout.|
908 | CH_5POINT1_BACK | 5.1 rear layout.|
913 | CH_6POINT1_BACK | 6.1 rear layout.|
919 | CH_7POINT1_WIDE_BACK | 7.1 rear wide layout.|
970 | TOP_BACK_LEFT | Top left rear channel.|
971 | TOP_BACK_CENTER | Top center rear channel.|
972 | TOP_BACK_RIGHT | Top right rear channel.|
/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dcamera-animation.md15 ![](figures/front-rear-switching.gif)
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-deque.md5 **Queue** allows element removal at the front and insertion at the rear.
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md147 …nity** object. The affinity determines whether the font is close to the front text or rear text. |
H A D_drawing.md617 …finity** object. The affinity determines whether the font is close to the front text or rear text.|
8970 …ffinity** object. The affinity determines whether the font is close to the front text or rear text.
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v4.1-release.md168 - Camera performance is enhanced for smoother switching between the front and rear cameras and betw…
/ohos5.0/docs/en/application-dev/dfx/
H A Dhdc.md875 | USB port| A USB port on the mainboard (USB port on the rear panel of a desktop computer or USB po…
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera.md2115 … camera is rotated clockwise to match the device's natural direction. The rear camera sensor of a …
3333 … camera is rotated clockwise to match the device's natural direction. The rear camera sensor of a …
3874 … camera is rotated clockwise to match the device's natural direction. The rear camera sensor of a …
7927 …o an available front camera. It does not enable automatic switching between front and rear cameras.