Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/
Dnative_avscreen_capture.cpp41 …NativeScreenCaptureCallback(struct OH_AVScreenCapture *capture, struct OH_AVScreenCaptureCallback … in NativeScreenCaptureCallback()
145 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_Init(struct OH_AVScreenCapture *capture, OH_AVScreen… in OH_AVScreenCapture_Init()
160 …_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_StartScreenCapture(struct OH_AVScreenCapture *capture) in OH_AVScreenCapture_StartScreenCapture()
174 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_StopScreenCapture(struct OH_AVScreenCapture *capture) in OH_AVScreenCapture_StopScreenCapture()
188 …_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_AcquireAudioBuffer(struct OH_AVScreenCapture *capture, in OH_AVScreenCapture_AcquireAudioBuffer()
214 OH_NativeBuffer* OH_AVScreenCapture_AcquireVideoBuffer(struct OH_AVScreenCapture *capture, in OH_AVScreenCapture_AcquireVideoBuffer()
236 …_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_ReleaseVideoBuffer(struct OH_AVScreenCapture *capture) in OH_AVScreenCapture_ReleaseVideoBuffer()
250 …_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_ReleaseAudioBuffer(struct OH_AVScreenCapture *capture, in OH_AVScreenCapture_ReleaseAudioBuffer()
265 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_SetCallback(struct OH_AVScreenCapture *capture, in OH_AVScreenCapture_SetCallback()
285 OH_AVSCREEN_CAPTURE_ErrCode OH_AVScreenCapture_Release(struct OH_AVScreenCapture *capture) in OH_AVScreenCapture_Release()
[all …]
/foundation/distributedhardware/distributed_audio/services/hdfaudioclient/test/unittest/audio_capture_internal/
Daudio_capture_internal_test.cpp54 struct AudioCapture *capture = nullptr; variable
70 struct AudioCapture *capture = nullptr; variable
/foundation/distributedhardware/distributed_audio/services/hdfaudioclient/src/
Ddaudio_capture_internal.cpp35 static int32_t GetCapturePositionInternal(struct AudioCapture *capture, uint64_t *frames, in GetCapturePositionInternal()
58 static int32_t CaptureFrameInternal(struct AudioCapture *capture, void *frame, uint64_t requestByte… in CaptureFrameInternal()
Ddaudio_adapter_internal.cpp136 const struct ::AudioSampleAttributes *attrs, struct AudioCapture **capture) in CreateCaptureInternal()
174 static int32_t DestroyCaptureInternal(struct AudioAdapter *adapter, struct AudioCapture *capture) in DestroyCaptureInternal()
/foundation/distributedhardware/distributed_audio/hdf_service/distributed_audio/hdi_service/audio/v1_0/test/fuzztest/createcapture_fuzzer/
Dcreatecapture_fuzzer.cpp61 sptr<IAudioCapture> capture; in CreateCaptureFuzzTest() local
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
Ddcamera_source_controller_test.cpp121 std::shared_ptr<DCameraCaptureInfo> capture = std::make_shared<DCameraCaptureInfo>(); variable
145 std::shared_ptr<DCameraCaptureInfo> capture = std::make_shared<DCameraCaptureInfo>(); variable
482 std::shared_ptr<DCameraCaptureInfo> capture = std::make_shared<DCameraCaptureInfo>(); variable
/foundation/distributedhardware/distributed_audio/services/hdfaudioclient/test/unittest/audio_adapter_internal/
Daudio_adapter_internal_test.cpp143 struct AudioCapture **capture = nullptr; variable
158 struct AudioCapture *capture = nullptr; variable
171 struct AudioCapture *capture = new AudioCapture; variable
Daudio_adapter_internal_test.h68 sptr<IAudioCapture>& capture) override in CreateCapture()
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
Ddcamera_capture_info_cmd.cpp33 std::shared_ptr<DCameraCaptureInfo> capture = *iter; in Marshal() local
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
Ddcamera_hisysevent_adapter_test.cpp136 EventCaptureInfo capture; variable
/foundation/distributedhardware/distributed_camera/common/src/utils/
Ddcamera_hisysevent_adapter.cpp118 void ReportStartCaptureEvent(const std::string& eventName, EventCaptureInfo& capture, const std::st… in ReportStartCaptureEvent()
/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/
D@ohos.multimedia.camera.d.ts1980 capture(callback: AsyncCallback<void>): void; method
1991 capture(): Promise<void>; method
2004 capture(setting: PhotoCaptureSetting, callback: AsyncCallback<void>): void; method
2017 capture(setting?: PhotoCaptureSetting): Promise<void>; method
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/
Ddcamera_provider_callback_impl.cpp204 std::shared_ptr<DCCaptureInfo> capture = std::make_shared<DCCaptureInfo>(); in StartCapture() local
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
Ddcamera_source_dev.cpp424 std::shared_ptr<DCameraCaptureInfo> capture = std::make_shared<DCameraCaptureInfo>(); in StartCapture() local
459 std::shared_ptr<DCCaptureInfo> capture = *iter; in HitraceAndHisyseventImpl() local
/foundation/distributedhardware/distributed_audio/hdf_service/distributed_audio/hdi_service/audio/v1_0/src/
Daudio_adapter_interface_impl.cpp141 const AudioSampleAttributes &attrs, sptr<IAudioCapture> &capture) in CreateCapture()
/foundation/distributedhardware/distributed_audio/hdf_service/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_adapter_interface/src/
Daudio_adapter_interface_impl_test.cpp119 sptr<IAudioCapture> capture = nullptr; variable
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
Dcamera_framework_moduletest.cpp3335 int32_t capture = photoOutput_1->Capture(); variable
3996 sptr<IStreamCapture> capture = iface_cast<IStreamCapture>(object); variable
4035 sptr<IStreamCapture> capture = iface_cast<IStreamCapture>(object); variable