/ohos5.0/commonlibrary/ets_utils/js_util_module/container/deque/ |
H A D | js_deque.ts | 97 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 D | js_queue.ts | 94 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 D | queue.rs | 129 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 D | camera-animation.md | 13 The following demonstrates the transition from using the front camera to the rear camera. 15  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 D | native-camera-torch-use.md | 6 - 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 D | camera-torch-use.md | 6 - 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 D | camera-foldable-display.md | 164 …// 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 D | quickstart-appendix-rk3568.md | 12 **Figure 2** RK3568 rear view 14 
|
H A D | quickstart-appendix-hi3861.md | 14 **Figure 2** Hi3861 rear view 16 
|
/ohos5.0/docs/zh-cn/device-dev/quick-start/ |
H A D | quickstart-appendix-rk3568.md | 14 
|
H A D | quickstart-appendix-hi3861.md | 16 
|
/ohos5.0/docs/en/device-dev/guide/ |
H A D | device-camera-control-overview.md | 5 … 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.md | 329 | 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.md | 907 | 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 D | camera-animation.md | 15 
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-deque.md | 5 **Queue** allows element removal at the front and insertion at the rear.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__typography_8h.md | 147 …nity** object. The affinity determines whether the font is close to the front text or rear text. |
|
H A D | _drawing.md | 617 …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 D | OpenHarmony-v4.1-release.md | 168 - Camera performance is enhanced for smoother switching between the front and rear cameras and betw…
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hdc.md | 875 | 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 D | js-apis-camera.md | 2115 … 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.
|