/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/manager/include/ |
H A D | hdi_adapter_manager_api.h | 27 void *capture; member
|
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/ |
H A D | dcamera_hisysevent_adapter_test.cpp | 136 EventCaptureInfo capture; in HWTEST_F() local
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/manager/ |
H A D | hdi_adapter_manager.cpp | 30 int32_t CaptureHandleInit(void *capture) in CaptureHandleInit() argument 38 int32_t CaptureHandleDeinit(void *capture) in CaptureHandleDeinit() argument 48 int32_t CaptureHandleStart(void *capture) in CaptureHandleStart() argument 56 int32_t CaptureHandleStop(void *capture) in CaptureHandleStop() argument 64 CaptureHandleCaptureFrame(void *capture, char *frame, uint64_t requestBytes, uint64_t *replyBytes) CaptureHandleCaptureFrame() argument 73 CaptureHandleCaptureFrameWithEc(void *capture, FrameDesc *fdesc, uint64_t *replyBytes, FrameDesc *fdescEc, uint64_t *replyBytesEc) CaptureHandleCaptureFrameWithEc() argument 98 IAudioCapturerSource *capture = manager->CreateCapture(attr); CreateCaptureHandle() local 120 IAudioCapturerSource *capture = reinterpret_cast<IAudioCapturerSource *>(handle->capture); ReleaseCaptureHandle() local 142 IAudioCapturerSource *capture = IAudioCapturerSource::Create(attr); CreateCapture() local 146 ReleaseCapture(IAudioCapturerSource *capture) ReleaseCapture() argument [all...] |
/foundation/distributedhardware/distributed_camera/common/src/utils/ |
H A D | dcamera_hisysevent_adapter.cpp | 121 void ReportStartCaptureEvent(const std::string& eventName, EventCaptureInfo& capture, const std::string& errMsg) in ReportStartCaptureEvent() argument [all...] |
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/ |
H A D | dcamera_capture_info_cmd.cpp | 38 std::shared_ptr<DCameraCaptureInfo> capture = *iter; in Marshal() local [all...] |
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/ |
H A D | dcamera_provider_callback_impl.cpp | 207 std::shared_ptr<DCCaptureInfo> capture = std::make_shared<DCCaptureInfo>(); in StartCapture() local [all...] |
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/ |
H A D | dcamera_source_controller_test.cpp | 125 std::shared_ptr<DCameraCaptureInfo> capture = std::make_shared<DCameraCaptureInfo>(); in HWTEST_F() local 155 std::shared_ptr<DCameraCaptureInfo> capture in HWTEST_F() local 526 std::shared_ptr<DCameraCaptureInfo> capture = std::make_shared<DCameraCaptureInfo>(); HWTEST_F() local [all...] |
/foundation/multimedia/player_framework/frameworks/native/capi/screencapture/ |
H A D | native_avscreen_capture.cpp | 58 void OnStateChange(struct OH_AVScreenCapture *capture, AVScreenCaptureStateCode infoType) in OnStateChange() argument 75 void OnError(struct OH_AVScreenCapture *capture, int32_t errorCode) in OnError() argument 92 void OnBufferAvailable(struct OH_AVScreenCapture *capture, OH_AVScreenCaptureBufferType bufferType) in OnBufferAvailable() argument 141 OnProcessAudioBuffer(struct OH_AVScreenCapture *capture, OH_AVScreenCaptureBufferType bufferType) OnProcessAudioBuffer() argument 201 OnProcessVideoBuffer(struct OH_AVScreenCapture *capture) OnProcessVideoBuffer() argument 227 NativeScreenCaptureCallback(struct OH_AVScreenCapture *capture, struct OH_AVScreenCaptureCallback callback) NativeScreenCaptureCallback() argument 404 OH_AVScreenCapture_ExcludeContent(struct OH_AVScreenCapture *capture, struct OH_AVScreenCapture_ContentFilter *filter) OH_AVScreenCapture_ExcludeContent() argument 492 OH_AVScreenCapture_Init(struct OH_AVScreenCapture *capture, OH_AVScreenCaptureConfig config) OH_AVScreenCapture_Init() argument 516 OH_AVScreenCapture_StartScreenCapture(struct OH_AVScreenCapture *capture) OH_AVScreenCapture_StartScreenCapture() argument 532 OH_AVScreenCapture_StartScreenCaptureWithSurface(struct OH_AVScreenCapture *capture, OHNativeWindow* window) OH_AVScreenCapture_StartScreenCaptureWithSurface() argument 552 OH_AVScreenCapture_StopScreenCapture(struct OH_AVScreenCapture *capture) OH_AVScreenCapture_StopScreenCapture() argument 566 OH_AVScreenCapture_StartScreenRecording(struct OH_AVScreenCapture *capture) OH_AVScreenCapture_StartScreenRecording() argument 582 OH_AVScreenCapture_StopScreenRecording(struct OH_AVScreenCapture *capture) OH_AVScreenCapture_StopScreenRecording() argument 596 OH_AVScreenCapture_AcquireAudioBuffer(struct OH_AVScreenCapture *capture, OH_AudioBuffer **audiobuffer, OH_AudioCaptureSourceType type) OH_AVScreenCapture_AcquireAudioBuffer() argument 628 OH_AVScreenCapture_AcquireVideoBuffer(struct OH_AVScreenCapture *capture, int32_t *fence, int64_t *timestamp, struct OH_Rect *region) OH_AVScreenCapture_AcquireVideoBuffer() argument 657 OH_AVScreenCapture_ReleaseVideoBuffer(struct OH_AVScreenCapture *capture) OH_AVScreenCapture_ReleaseVideoBuffer() argument 683 OH_AVScreenCapture_ReleaseAudioBuffer(struct OH_AVScreenCapture *capture, OH_AudioCaptureSourceType type) OH_AVScreenCapture_ReleaseAudioBuffer() argument 702 OH_AVScreenCapture_SetCallback(struct OH_AVScreenCapture *capture, struct OH_AVScreenCaptureCallback callback) OH_AVScreenCapture_SetCallback() argument 725 OH_AVScreenCapture_Release(struct OH_AVScreenCapture *capture) OH_AVScreenCapture_Release() argument 749 OH_AVScreenCapture_SetMicrophoneEnabled(struct OH_AVScreenCapture *capture, bool isMicrophone) OH_AVScreenCapture_SetMicrophoneEnabled() argument 764 AVScreenCaptureSetCallback(struct OH_AVScreenCapture *capture, struct ScreenCaptureObject *screenCaptureObj) AVScreenCaptureSetCallback() argument 790 OH_AVScreenCapture_SetStateCallback(struct OH_AVScreenCapture *capture, OH_AVScreenCapture_OnStateChange callback, void *userData) OH_AVScreenCapture_SetStateCallback() argument 812 OH_AVScreenCapture_SetErrorCallback(struct OH_AVScreenCapture *capture, OH_AVScreenCapture_OnError callback, void *userData) OH_AVScreenCapture_SetErrorCallback() argument 833 OH_AVScreenCapture_SetDataCallback(struct OH_AVScreenCapture *capture, OH_AVScreenCapture_OnBufferAvailable callback, void *userData) OH_AVScreenCapture_SetDataCallback() argument 855 OH_AVScreenCapture_SetCanvasRotation(struct OH_AVScreenCapture *capture, bool canvasRotation) OH_AVScreenCapture_SetCanvasRotation() argument 889 OH_AVScreenCapture_ResizeCanvas(struct OH_AVScreenCapture *capture, int32_t width, int32_t height) OH_AVScreenCapture_ResizeCanvas() argument 908 OH_AVScreenCapture_SkipPrivacyMode(struct OH_AVScreenCapture *capture, int32_t *windowIDs, int32_t windowCount) OH_AVScreenCapture_SkipPrivacyMode() argument 932 OH_AVScreenCapture_SetMaxVideoFrameRate(struct OH_AVScreenCapture *capture, int32_t frameRate) OH_AVScreenCapture_SetMaxVideoFrameRate() argument [all...] |
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/ |
H A D | dcamera_source_dev.cpp | 591 std::shared_ptr<DCameraCaptureInfo> capture = std::make_shared<DCameraCaptureInfo>(); in StartCapture() local 628 std::shared_ptr<DCCaptureInfo> capture = *iter; HitraceAndHisyseventImpl() local [all...] |
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 5454 int32_t capture = photoOutput_1->Capture(); HWTEST_F() local 6134 sptr<IStreamCapture> capture = iface_cast<IStreamCapture>(object); HWTEST_F() local 6173 sptr<IStreamCapture> capture = iface_cast<IStreamCapture>(object); HWTEST_F() local [all...] |