Home
last modified time | relevance | path

Searched defs:capture (Results 1 – 3 of 3) sorted by relevance

/applications/standard/camera/common/src/main/ets/default/function/
DCaptureFunction.ts38 private async capture(): Promise<void> { method in CaptureFunction
/applications/standard/app_samples/code/DocsSample/Media/ScreenCapture/ScreenCaptureSample/entry/src/main/cpp/
Dnapi_init.cpp79 void OnError(OH_AVScreenCapture *capture, int32_t errorCode, void *userData) in OnError()
86 void OnStateChange(struct OH_AVScreenCapture *capture, OH_AVScreenCaptureStateCode stateCode, void … in OnStateChange()
106 void OnBufferAvailable(OH_AVScreenCapture *capture, OH_AVBuffer *buffer, OH_AVScreenCaptureBufferTy… in OnBufferAvailable()
157 void OnDisplaySelected(struct OH_AVScreenCapture *capture, uint64_t displayId, void *userData) in OnDisplaySelected()
/applications/standard/camera/common/src/main/ets/default/redux/actions/
DAction.ts350 public static capture(): ActionData { method in Action