Home
last modified time | relevance | path

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

/test/xts/hats/hdf/audio/idl/common/adapter/src/
Daudio_adapter_common_test.cpp217 struct IAudioCapture *capture = nullptr; variable
225 struct IAudioCapture *capture = nullptr; variable
232 struct IAudioCapture *capture = nullptr; variable
239 struct IAudioCapture *capture = nullptr; variable
/test/xts/hats/hdf/audio/idl/common/adapter_additional/src/
Daudio_adapter_common_test.cpp428 struct IAudioCapture *capture = nullptr; variable
447 struct IAudioCapture *capture = nullptr; variable
465 struct IAudioCapture *capture = nullptr; variable
483 struct IAudioCapture *capture = nullptr; variable
503 struct IAudioCapture *capture = nullptr; variable
522 struct IAudioCapture *capture = nullptr; variable
545 struct IAudioCapture *capture = nullptr; variable
567 struct IAudioCapture *capture = nullptr; variable
703 struct IAudioCapture *capture = nullptr; variable
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/
DnativeAVScreenCapturendk.cpp94 void OnError(OH_AVScreenCapture *capture, int32_t errorCode, void *userData) in OnError()
101 void OnStateChange(struct OH_AVScreenCapture *capture, OH_AVScreenCaptureStateCode stateCode, void … in OnStateChange()
108 void OnDisplaySelected(struct OH_AVScreenCapture *capture, uint64_t displayId, void *userData) in OnDisplaySelected()
116 void OnUserSelected(OH_AVScreenCapture* capture, OH_AVScreenCapture_UserSelectionInfo* selections, … in OnUserSelected()
130 void OnBufferAvailable(OH_AVScreenCapture *capture, OH_AVBuffer *buffer, OH_AVScreenCaptureBufferTy… in OnBufferAvailable()
143 void OnCaptureContentChanged(struct OH_AVScreenCapture *capture, OH_AVScreenCaptureContentChangedEv… in OnCaptureContentChanged()
1679 void OnUserSelectedError(OH_AVScreenCapture* capture, OH_AVScreenCapture_UserSelectionInfo* selecti… in OnUserSelectedError()
/test/xts/hats/hdf/audio/idl/benchmarktest/adapter/
Daudio_adapter_benchmarktest.cpp196 struct IAudioCapture *capture = nullptr; in BENCHMARK_F() local
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
Ddevice.py1155 def capture(self, link: str, path: str, ext: str = ".png") -> Tuple[str, str]: member in Device