Home
last modified time | relevance | path

Searched defs:photoOutput (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dphoto_output.cpp99 Camera_ErrorCode OH_PhotoOutput_RegisterCaptureEndCallback(Camera_PhotoOutput* photoOutput, in OH_PhotoOutput_RegisterCaptureEndCallback()
114 Camera_ErrorCode OH_PhotoOutput_UnregisterCaptureEndCallback(Camera_PhotoOutput* photoOutput, in OH_PhotoOutput_UnregisterCaptureEndCallback()
129 Camera_ErrorCode OH_PhotoOutput_RegisterFrameShutterEndCallback(Camera_PhotoOutput* photoOutput, in OH_PhotoOutput_RegisterFrameShutterEndCallback()
144 Camera_ErrorCode OH_PhotoOutput_UnregisterFrameShutterEndCallback(Camera_PhotoOutput* photoOutput, in OH_PhotoOutput_UnregisterFrameShutterEndCallback()
159 Camera_ErrorCode OH_PhotoOutput_RegisterCaptureReadyCallback(Camera_PhotoOutput* photoOutput, in OH_PhotoOutput_RegisterCaptureReadyCallback()
174 Camera_ErrorCode OH_PhotoOutput_UnregisterCaptureReadyCallback(Camera_PhotoOutput* photoOutput, in OH_PhotoOutput_UnregisterCaptureReadyCallback()
219 Camera_ErrorCode OH_PhotoOutput_RegisterPhotoAvailableCallback(Camera_PhotoOutput* photoOutput, in OH_PhotoOutput_RegisterPhotoAvailableCallback()
279 Camera_ErrorCode OH_PhotoOutput_Capture(Camera_PhotoOutput* photoOutput) in OH_PhotoOutput_Capture()
291 Camera_ErrorCode OH_PhotoOutput_Capture_WithCaptureSetting(Camera_PhotoOutput* photoOutput, in OH_PhotoOutput_Capture_WithCaptureSetting()
304 Camera_ErrorCode OH_PhotoOutput_Release(Camera_PhotoOutput* photoOutput) in OH_PhotoOutput_Release()
[all …]
H A Dcamera_manager.cpp251 const char* surfaceId, Camera_PhotoOutput** photoOutput) in OH_CameraManager_CreatePhotoOutput()
267 const Camera_Profile* profile, Camera_PhotoOutput** photoOutput) in OH_CameraManager_CreatePhotoOutputWithoutSurface()
281 const char* surfaceId, Camera_PhotoOutput** photoOutput) in OH_CameraManager_CreatePhotoOutputUsedInPreconfig()
H A Dcapture_session.cpp186 …e OH_CaptureSession_AddPhotoOutput(Camera_CaptureSession* session, Camera_PhotoOutput* photoOutput) in OH_CaptureSession_AddPhotoOutput()
196 …H_CaptureSession_RemovePhotoOutput(Camera_CaptureSession* session, Camera_PhotoOutput* photoOutput) in OH_CaptureSession_RemovePhotoOutput()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp67 Camera_PhotoOutput* photoOutput = nullptr; in CreatePhotoOutput() local
3392 Camera_PhotoOutput *photoOutput = nullptr; variable
3504 Camera_PhotoOutput *photoOutput = nullptr; variable
3561 Camera_PhotoOutput *photoOutput = nullptr; variable
3613 Camera_PhotoOutput *photoOutput = nullptr; variable
3669 Camera_PhotoOutput *photoOutput = nullptr; variable
5193 Camera_PhotoOutput *photoOutput = nullptr; variable
5249 Camera_PhotoOutput *photoOutput = nullptr; variable
5307 Camera_PhotoOutput *photoOutput = nullptr; variable
5365 Camera_PhotoOutput *photoOutput = nullptr; variable
[all …]
H A Dcamera_framework_unittest.cpp3137 sptr<PhotoOutput> photoOutput = (sptr<PhotoOutput> &)photo; variable
5809 sptr<CaptureOutput> photoOutput = CreatePhotoOutput(); variable
5828 sptr<CaptureOutput> photoOutput = CreatePhotoOutput(); variable
5850 sptr<CaptureOutput> photoOutput = CreatePhotoOutput(); variable
5873 sptr<CaptureOutput> photoOutput = CreatePhotoOutput(); variable
7394 sptr<PhotoOutput> photoOutput = nullptr; in TestPhotoSessionPreconfig() local
7496 sptr<PhotoOutput> photoOutput = nullptr; in TestVideoSessionPreconfig() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp459 sptr<CaptureOutput> photoOutput = nullptr; in CreatePhotoOutput() local
603 sptr<CaptureOutput> photoOutput = nullptr; in CreatePhotoOutput() local
988 sptr<CaptureOutput> photoOutput = nullptr; in TestCallbacks() local
1473 sptr<CaptureOutput> photoOutput = CreatePhotoOutput(); variable
1504 sptr<CaptureOutput> photoOutput = CreatePhotoOutput(); variable
1826 sptr<CaptureOutput> photoOutput = CreatePhotoOutput(); variable
1852 sptr<CaptureOutput> photoOutput = CreatePhotoOutput(); variable
10995 sptr<CaptureOutput> photoOutput; variable
11029 sptr<CaptureOutput> photoOutput; variable
11673 sptr<PhotoOutput> photoOutput = nullptr; variable
[all …]
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_listener_impl.cpp34 PhotoListener::PhotoListener(Camera_PhotoOutput* photoOutput, sptr<Surface> surface) in PhotoListener()
263 auto photoOutput = photoOutput_->GetInnerPhotoOutput(); in CreateMediaLibrary() local
275 RawPhotoListener::RawPhotoListener(Camera_PhotoOutput* photoOutput, const sptr<Surface> rawPhotoSur… in RawPhotoListener()
H A Dphoto_output_impl.h31 explicit InnerPhotoOutputCallback(Camera_PhotoOutput* photoOutput) : photoOutput_(photoOutput) in InnerPhotoOutputCallback()
H A Dcamera_manager_impl.cpp565 const char* surfaceId, Camera_PhotoOutput** photoOutput) in CreatePhotoOutput()
586 Camera_PhotoOutput** photoOutput) in CreatePhotoOutputUsedInPreconfig()
612 Camera_PhotoOutput** photoOutput) in CreatePhotoOutputWithoutSurface()
H A Dcapture_session_impl.cpp279 Camera_ErrorCode Camera_CaptureSession::AddPhotoOutput(Camera_PhotoOutput* photoOutput) in AddPhotoOutput()
287 Camera_ErrorCode Camera_CaptureSession::RemovePhotoOutput(Camera_PhotoOutput* photoOutput) in RemovePhotoOutput()
624 Camera_ErrorCode Camera_CaptureSession::CanAddPhotoOutput(Camera_PhotoOutput* photoOutput, bool* is… in CanAddPhotoOutput()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dphoto_output.cpp209 auto photoOutput = GetPhotoOutput(); in OnCaptureStarted() local
245 auto photoOutput = GetPhotoOutput(); in OnCaptureStarted() local
258 auto photoOutput = GetPhotoOutput(); in OnCaptureEnded() local
270 auto photoOutput = GetPhotoOutput(); in OnCaptureError() local
283 auto photoOutput = GetPhotoOutput(); in OnFrameShutter() local
296 auto photoOutput = GetPhotoOutput(); in OnFrameShutterEnd() local
309 auto photoOutput = GetPhotoOutput(); in OnCaptureReady() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp355 auto photoOutput = photoOutput_.promote(); in ExecuteDeepCopySurfaceBuffer() local
419 auto photoOutput = photoOutput_.promote(); in OnBufferAvailable() local
507 auto photoOutput = photoOutput_.promote(); in ExecuteDeepCopySurfaceBuffer() local
593 auto photoOutput = photoOutput_.promote(); in OnBufferAvailable() local
777 auto photoOutput = photoOutput_.promote(); in AssembleAuxiliaryPhoto() local
1027 auto photoOutput = photoOutput_.promote(); in CreateMediaLibrary() local
1056 auto photoOutput = photoOutput_.promote(); in UpdateJSCallback() local
1129 auto photoOutput = photoOutput_.promote(); in SaveCallback() local
1146 auto photoOutput = photoOutput_.promote(); in RemoveCallback() local
1560 auto photoOutput = photoOutput_.promote(); in ExecuteDeepCopySurfaceBuffer() local
[all …]
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.cpp892 void PhotoOutputOnFrameStart(Camera_PhotoOutput* photoOutput) in PhotoOutputOnFrameStart()
897 void PhotoOutputOnFrameShutter(Camera_PhotoOutput* photoOutput, Camera_FrameShutterInfo* info) in PhotoOutputOnFrameShutter()
902 void PhotoOutputOnFrameEnd(Camera_PhotoOutput* photoOutput, int32_t frameCount) in PhotoOutputOnFrameEnd()
907 void PhotoOutputOnError(Camera_PhotoOutput* photoOutput, Camera_ErrorCode errorCode) in PhotoOutputOnError()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dphoto_output.h515 … explicit HStreamCaptureCallbackImpl(PhotoOutput* photoOutput) : innerPhotoOutput_(photoOutput) {} in HStreamCaptureCallbackImpl()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture.cpp220 sptr<CaptureOutput> photoOutput = camManagerObj->CreatePhotoOutput(photoprofile, bp); in main() local
H A Dcamera_capture_mode.cpp446 sptr<CaptureOutput> photoOutput = camManagerObj->CreatePhotoOutput(photoprofile, bp); in main() local
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp70 sptr<CaptureOutput> photoOutput = manager->CreatePhotoOutput(photo, surface); in AddOutput() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp504 sptr<PhotoOutput> photoOutput = nullptr; in CreatePhotoOutput() local
517 sptr<PhotoOutput> photoOutput = new (std::nothrow) PhotoOutput(surface); in CreatePhotoOutputWithoutProfile() local
542 sptr<PhotoOutput> photoOutput = new(std::nothrow) PhotoOutput(surface); in CreatePhotoOutput() local
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_service_stub.cpp427 sptr<IStreamCapture> photoOutput = nullptr; in HandleCreatePhotoOutput() local
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhcamera_service_proxy.cpp327 sptr<IStreamCapture> &photoOutput) in CreatePhotoOutput()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_service.cpp513 int32_t height, sptr<IStreamCapture>& photoOutput) in CreatePhotoOutput()