Home
last modified time | relevance | path

Searched defs:videoOutput (Results 1 - 18 of 18) sorted by relevance

/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dvideo_output.h234 explicit VideoOutputCallbackImpl(VideoOutput* videoOutput) : videoOutput_(videoOutput) {} in VideoOutputCallbackImpl() argument
/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dvideo_output.cpp29 Camera_ErrorCode OH_VideoOutput_RegisterCallback(Camera_VideoOutput* videoOutput, VideoOutput_Callbacks* callback) in OH_VideoOutput_RegisterCallback() argument
50 Camera_ErrorCode OH_VideoOutput_UnregisterCallback(Camera_VideoOutput* videoOutput, VideoOutput_Callbacks* callback) in OH_VideoOutput_UnregisterCallback() argument
71 Camera_ErrorCode OH_VideoOutput_Start(Camera_VideoOutput* videoOutput) in OH_VideoOutput_Start() argument
83 OH_VideoOutput_Stop(Camera_VideoOutput* videoOutput) OH_VideoOutput_Stop() argument
95 OH_VideoOutput_Release(Camera_VideoOutput* videoOutput) OH_VideoOutput_Release() argument
111 OH_VideoOutput_GetActiveProfile(Camera_VideoOutput* videoOutput, Camera_VideoProfile** profile) OH_VideoOutput_GetActiveProfile() argument
141 OH_VideoOutput_GetSupportedFrameRates(Camera_VideoOutput* videoOutput, Camera_FrameRateRange** frameRateRange, uint32_t* size) OH_VideoOutput_GetSupportedFrameRates() argument
158 OH_VideoOutput_DeleteFrameRates(Camera_VideoOutput* videoOutput, Camera_FrameRateRange* frameRateRange) OH_VideoOutput_DeleteFrameRates() argument
173 OH_VideoOutput_SetFrameRate(Camera_VideoOutput* videoOutput, int32_t minFps, int32_t maxFps) OH_VideoOutput_SetFrameRate() argument
185 OH_VideoOutput_GetActiveFrameRate(Camera_VideoOutput* videoOutput, Camera_FrameRateRange* frameRateRange) OH_VideoOutput_GetActiveFrameRate() argument
200 OH_VideoOutput_GetVideoRotation(Camera_VideoOutput* videoOutput, int deviceDegree, Camera_ImageRotation* imageRotation) OH_VideoOutput_GetVideoRotation() argument
[all...]
H A Dcamera_manager.cpp272 OH_CameraManager_CreateVideoOutput(Camera_Manager* cameraManager, const Camera_VideoProfile* profile, const char* surfaceId, Camera_VideoOutput** videoOutput) OH_CameraManager_CreateVideoOutput() argument
287 OH_CameraManager_CreateVideoOutputUsedInPreconfig(Camera_Manager* cameraManager, const char* surfaceId, Camera_VideoOutput** videoOutput) OH_CameraManager_CreateVideoOutputUsedInPreconfig() argument
H A Dcapture_session.cpp301 Camera_ErrorCode OH_CaptureSession_AddVideoOutput(Camera_CaptureSession* session, Camera_VideoOutput* videoOutput) in OH_CaptureSession_AddVideoOutput() argument
310 Camera_ErrorCode OH_CaptureSession_RemoveVideoOutput(Camera_CaptureSession* session, Camera_VideoOutput* videoOutput) in OH_CaptureSession_RemoveVideoOutput() argument
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dvideo_output_impl.cpp33 InnerVideoOutputCallback(Camera_VideoOutput* videoOutput, VideoOutput_Callbacks* callback) in InnerVideoOutputCallback() argument
H A Dcapture_session_impl.cpp574 Camera_ErrorCode Camera_CaptureSession::AddVideoOutput(Camera_VideoOutput* videoOutput) in AddVideoOutput() argument
581 Camera_ErrorCode Camera_CaptureSession::RemoveVideoOutput(Camera_VideoOutput* videoOutput) in RemoveVideoOutput() argument
627 Camera_ErrorCode Camera_CaptureSession::CanAddVideoOutput(Camera_VideoOutput* videoOutput, bool* isSuccessful) in CanAddVideoOutput() argument
H A Dcamera_manager_impl.cpp704 CreateVideoOutput(const Camera_VideoProfile* profile, const char* surfaceId, Camera_VideoOutput** videoOutput) CreateVideoOutput() argument
736 CreateVideoOutputUsedInPreconfig(const char* surfaceId, Camera_VideoOutput** videoOutput) CreateVideoOutputUsedInPreconfig() argument
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_video.cpp396 sptr<CaptureOutput> videoOutput = camManagerObj->CreateVideoOutput(videoprofile, videoSurface); in main() local
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcamera_service_proxy.cpp489 CreateVideoOutput(const sptr<OHOS::IBufferProducer> &producer, int32_t format, int32_t width, int32_t height, sptr<IStreamRepeat>& videoOutput) CreateVideoOutput() argument
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dvideo_output_napi.cpp205 VideoOutputNapi* videoOutput = reinterpret_cast<VideoOutputNapi*>(nativeObject); in VideoOutputNapiDestructor() local
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_service_stub.cpp537 sptr<IStreamRepeat> videoOutput = nullptr; in HandleCreateVideoOutput() local
/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.cpp933 void VideoOutputOnFrameStart(Camera_VideoOutput* videoOutput) in VideoOutputOnFrameStart() argument
938 void VideoOutputOnFrameEnd(Camera_VideoOutput* videoOutput, int32_t frameCount) in VideoOutputOnFrameEnd() argument
943 void VideoOutputOnError(Camera_VideoOutput* videoOutput, Camera_ErrorCode errorCode) in VideoOutputOnError() argument
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp145 Camera_VideoOutput* videoOutput = nullptr; in CreateVideoOutput() local
357 static void CameraVideoOutptOnFrameStartCb(Camera_VideoOutput* videoOutput) in CameraVideoOutptOnFrameStartCb() argument
362 static void CameraVideoOutptOnFrameEndCb(Camera_VideoOutput* videoOutput, int32_t frameCount) in CameraVideoOutptOnFrameEndCb() argument
367 static void CameraVideoOutptOnErrorCb(Camera_VideoOutput* videoOutput, Camera_ErrorCode errorCode) in CameraVideoOutptOnErrorCb() argument
582 Camera_VideoOutput* videoOutput = CreateVideoOutput(); in HWTEST_F() local
632 Camera_VideoOutput* videoOutput = CreateVideoOutput(); HWTEST_F() local
693 Camera_VideoOutput* videoOutput = CreateVideoOutput(); HWTEST_F() local
763 Camera_VideoOutput* videoOutput = CreateVideoOutput(); HWTEST_F() local
825 Camera_VideoOutput* videoOutput = CreateVideoOutput(); HWTEST_F() local
1223 Camera_VideoOutput* videoOutput = CreateVideoOutput(); HWTEST_F() local
1792 Camera_VideoOutput* videoOutput = CreateVideoOutput(); HWTEST_F() local
1850 Camera_VideoOutput* videoOutput = CreateVideoOutput(); HWTEST_F() local
1914 Camera_VideoOutput* videoOutput = CreateVideoOutput(); HWTEST_F() local
1990 Camera_VideoOutput* videoOutput = CreateVideoOutput(); HWTEST_F() local
2154 Camera_VideoOutput* videoOutput = CreateVideoOutput(); HWTEST_F() local
2754 Camera_VideoOutput* videoOutput = CreateVideoOutput(); HWTEST_F() local
3018 Camera_VideoOutput* videoOutput = CreateVideoOutput(); HWTEST_F() local
3103 Camera_VideoOutput* videoOutput = CreateVideoOutput(); HWTEST_F() local
3535 Camera_VideoOutput *videoOutput = nullptr; HWTEST_F() local
3890 Camera_VideoOutput* videoOutput = CreateVideoOutput(); HWTEST_F() local
5074 Camera_VideoOutput* videoOutput = CreateVideoOutput(); HWTEST_F() local
5137 Camera_VideoOutput* videoOutput = CreateVideoOutput(); HWTEST_F() local
5192 Camera_VideoOutput* videoOutput = CreateVideoOutput(); HWTEST_F() local
[all...]
H A Dcamera_framework_unittest.cpp7406 sptr<VideoOutput> videoOutput = nullptr; in TestVideoSessionPreconfig() local
7983 sptr<VideoOutput> videoOutput = cameraManager->CreateVideoOutput(videoProfile, videoSurface); in HWTEST_F() local
8049 sptr<VideoOutput> videoOutput = cameraManager->CreateVideoOutput(videoProfile, videoSurface); in HWTEST_F() local
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp783 sptr<VideoOutput> videoOutput = nullptr; in CreateVideoOutput() local
818 sptr<VideoOutput> videoOutput = new (std::nothrow) VideoOutput(surface->GetProducer()); in CreateVideoOutputWithoutProfile() local
843 sptr<VideoOutput> videoOutput = new(std::nothrow) VideoOutput(surface->GetProducer()); in CreateVideoOutput() local
[all...]
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp613 CreateVideoOutput(const sptr<OHOS::IBufferProducer>& producer, int32_t format, int32_t width, int32_t height, sptr<IStreamRepeat>& videoOutput) CreateVideoOutput() argument
/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dcapture_session.cpp806 sptr<VideoOutput> videoOutput = static_cast<VideoOutput*>(output.GetRefPtr()); in ConfigureVideoOutput() local
3459 sptr<VideoOutput> videoOutput = (sptr<VideoOutput>&)item; in CanSetFrameRateRangeForOutput() local
5746 sptr<VideoOutput> videoOutput = nullptr; in StartVideoOutput() local
5762 sptr<VideoOutput> videoOutput in StopVideoOutput() local
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp575 sptr<CaptureOutput> videoOutput = nullptr; in CreateVideoOutput() local
592 sptr<CaptureOutput> videoOutput = nullptr; in CreateVideoOutput() local
599 sptr<CaptureOutput> videoOutput = CreateVideoOutput(videoWidth_, videoHeight_); in CreateVideoOutput() local
995 void CameraFrameworkModuleTest::TestCallbacksSession(sptr<CaptureOutput> photoOutput, sptr<CaptureOutput> videoOutput) in TestCallbacksSession() argument
1034 sptr<CaptureOutput> videoOutput = nullptr; TestCallbacks() local
1414 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
1598 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
1711 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
2166 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
2233 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
2280 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
2397 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
2647 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
2713 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
2794 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
3297 sptr<CaptureOutput> videoOutput = CreateVideoOutput(profiles.video); HWTEST_F() local
3372 sptr<CaptureOutput> videoOutput = CreateVideoOutput(profiles.video); HWTEST_F() local
3465 sptr<CaptureOutput> videoOutput = CreateVideoOutput(profiles.video); HWTEST_F() local
3558 sptr<CaptureOutput> videoOutput = CreateVideoOutput(profiles.video); HWTEST_F() local
3648 sptr<CaptureOutput> videoOutput = CreateVideoOutput(profiles.video); HWTEST_F() local
3763 sptr<CaptureOutput> videoOutput = CreateVideoOutput(profiles.video); HWTEST_F() local
3856 sptr<CaptureOutput> videoOutput = CreateVideoOutput(profiles.video); HWTEST_F() local
3943 sptr<CaptureOutput> videoOutput = CreateVideoOutput(profiles.video); HWTEST_F() local
4041 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
4508 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
5698 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
5799 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
6665 sptr<CaptureOutput> videoOutput = manager_->CreateVideoOutput(videoProfiles[0], pSurface_2); HWTEST_F() local
7032 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
7287 sptr<CaptureOutput> videoOutput = camManagerObj->CreateVideoOutput(videoProfiles[0], pSurface); HWTEST_F() local
7558 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
9163 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
10611 sptr<CaptureOutput> videoOutput = CreateVideoOutput(); HWTEST_F() local
10820 sptr<CaptureOutput> videoOutput; HWTEST_F() local
11319 sptr<CaptureOutput> videoOutput = CreateVideoOutput(videoProfiles[0]); HWTEST_F() local
11455 sptr<VideoOutput> videoOutput = nullptr; HWTEST_F() local
11906 sptr<CaptureOutput> videoOutput; HWTEST_F() local
12458 sptr<CaptureOutput> videoOutput; HWTEST_F() local
12485 sptr<CaptureOutput> videoOutput; HWTEST_F() local
12617 sptr<CaptureOutput> videoOutput; HWTEST_F() local
12668 auto videoOutput = CreateVideoOutput(); HWTEST_F() local
[all...]

Completed in 57 milliseconds