/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | cmd_list_helper.h | 70 static CmdListHandle AddRecordedToCmdList(CmdList& cmdList, const CommonType& recorded) in AddRecordedToCmdList() argument 72 if (recorded.GetDrawingType() != DrawingType::RECORDING) { in AddRecordedToCmdList() 76 auto recording = static_cast<const RecordingType&>(recorded); in AddRecordedToCmdList() 85 …c CmdListHandle AddRecordedToCmdList(CmdList& cmdList, const std::shared_ptr<CommonType>& recorded) in AddRecordedToCmdList() argument 87 if (recorded == nullptr) { in AddRecordedToCmdList() 90 if (recorded->GetDrawingType() != DrawingType::RECORDING) { in AddRecordedToCmdList() 94 auto recording = std::static_pointer_cast<RecordingType>(recorded); in AddRecordedToCmdList() 103 static CmdListHandle AddRecordedToCmdList(CmdList& cmdList, const CommonType* recorded) in AddRecordedToCmdList() argument 105 if (recorded == nullptr) { in AddRecordedToCmdList() 108 if (recorded->GetDrawingType() != DrawingType::RECORDING) { in AddRecordedToCmdList() [all …]
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-memory-leak.md | 6 …sters (LRs) used when memory is allocated. If a memory leak occurs, the recorded information helps… 11 …le it in **Debug-> Enable MEM Debug-> Enable Function call stack of Mem operation recorded**. 13 **LOS_RECORD_LR_CNT** specifies the number of LRs recorded. The default value is **3**. Each LR con… 15 …f ignored LRs. The default value is **2**, which indicates that LRs are recorded from the time whe… 29 … leak in key code logic. If this function is enabled, LR information is recorded each time when me… 45 > Enabling memory leak check affects memory application performance. LR addresses will be recorded …
|
H A D | kernel-mini-memory-debug.md | 126 …sters (LRs) used when memory is allocated. If a memory leak occurs, the recorded information helps… 133 **LOSCFG_MEM_RECORD_LR_CNT** specifies the number of LRs recorded. The default value is **3**. Each… 135 …f ignored LRs. The default value is **4**, which indicates that LRs are recorded from the time whe… 149 … leak in key code logic. If this function is enabled, LR information is recorded each time when me… 166 > Enabling memory leak check affects memory application performance. LR addresses will be recorded …
|
H A D | kernel-small-basic-softtimer.md | 35 …scans the global timing list for expired timers. If such timers are found, the timers are recorded. 37 …st priority) will be woken up. In this task, the timeout callback for the recorded timer is called.
|
H A D | kernel-mini-basic-soft.md | 33 …scans the global timing list for expired timers. If such timers are found, the timers are recorded. 35 …st priority) will be woken up. In this task, the timeout callback for the recorded timer is called.
|
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/ |
H A D | _o_h___audio_capture_info.md | 8 …oChannels** are **0**, the audio-related parameters are ignored and the audio data is not recorded.
|
H A D | _o_h___video_capture_info.md | 8 …videoFrameHeight** are **0**, video-related parameters are ignored and screen data is not recorded.
|
H A D | js-apis-media-sys.md | 1211 …r | No | Rotation angle of the recorded video. The value … 1212 … No | Geographical location of the recorded video. By default, the geographical location informat… 1232 | videoFrameWidth | number | Yes | Width of the recorded vi… 1233 | videoFrameHeight | number | Yes | Height of the recorded v…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.12/ |
H A D | changelog-bundlemanager.md | 47 …ny/interface_sdk-js/blob/master/api/bundleManager/HapModuleInfo.d.ts) struct to the recorded value. 60 …ny/interface_sdk-js/blob/master/api/bundleManager/HapModuleInfo.d.ts) struct to the recorded value.
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.22/ |
H A D | changelogs-resource_schedule.md | 31 …annot be used after being frozen. The system will kill the UID" will be recorded. From the next ve…
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hichecker.md | 14 …, and ability resource leakage in application processes. The issues are recorded in logs or lead t… 69 …When a rule is triggered, an alarm is generated based on the rule, and a log is recorded by defaul…
|
H A D | subsys-boot-init-faqs.md | 21 "Failed get servName" is recorded in the kernel log. 118 …k/platform/soc/10100000.himci.eMMC/by-name/userdata to /data failed" is recorded in the log. **nof… 207 "Service' xxx '(pid = xxx) is not valid or request with unexpected process(pid = xxx)" is recorded …
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-Log-guide.md | 20 … login failure) that occur during service running. These logs should be recorded by the dominant m… 22 …elopers analyze service processes and locate faults. DEBUG logs are not recorded in official versi… 65 - **[Rule] Restrict the logging frequency for logs that may be recorded repeatedly.** 137 - **[Recommendation] Logs must be recorded when a thread enters an infinite loop or deadlock.** 139 …iting, asynchronous processing, and cyclic processing, and logs must be recorded when an error occ…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__record__cmd_8h.md | 27 …_RecordCmdUtils** object ends recording and stores the drawing commands recorded by the canvas obj…
|
H A D | drawing__canvas_8h.md | 79 …el data from a canvas to a specified address. This function cannot be used for recorded canvases.| 80 … Copies pixel data from a canvas to an image. This function cannot be used for recorded canvases.| 97 …he bounds of the cropping region of a canvas. This function cannot be used for recorded canvases.|
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-display-sys.md | 21 …window.md#setwindowprivacymode9). The content in the privacy window cannot be captured or recorded. 81 …e display is in privacy mode, and the content in the privacy window cannot be captured or recorded. 122 …e display is in privacy mode, and the content in the privacy window cannot be captured or recorded.
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-debug-memory-leak.md | 11 …能,可以在配置项中开启“Debug-> Enable MEM Debug-> Enable Function call stack of Mem operation recorded”。
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.3/ |
H A D | changelogs-multimedia.md | 29 …**AudioCapturerChangeInfo.deviceDescriptors** the device that played or recorded the audio stream …
|
/ohos5.0/base/hiviewdfx/hichecker/ |
H A D | README.md | 11 …, and ability resource leakage in application processes. The issues are recorded in logs or lead t…
|
/ohos5.0/docs/en/application-dev/media/audio/ |
H A D | mic-management.md | 5 …uring audio recording, the recording process is normal, the size of the recorded file increases wi…
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | page-mission-stack.md | 43 The mission startup relationship recorded by the MissionList may be broken in the following cases:
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hiappevent-watcher-app-events-arkts.md | 45 // If the holder object is null, return after the error is recorded.
|
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/ |
H A D | native__audiostream__base_8h.md | 63 …udio stream. The privacy type specifies whether the audio stream can be recorded by other applicat…
|
H A D | native__audiostreambuilder_8h.md | 40 …eing played. The privacy type specifies whether the audio stream can be recorded by other applicat…
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-redirection-and-browsing-history-mgmt.md | 6 …new loading link, the address of the accessed web page is automatically recorded. You can call [fo…
|