Searched refs:OH_CaptureSession_AddPhotoOutput (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_ndk_unittest.cpp | 398 ret = OH_CaptureSession_AddPhotoOutput(captureSession, photoOutput); in HWTEST_F() 440 ret = OH_CaptureSession_AddPhotoOutput(captureSession, photoOutput); in HWTEST_F() 638 ret = OH_CaptureSession_AddPhotoOutput(captureSession, photoOutput); in HWTEST_F() 702 ret = OH_CaptureSession_AddPhotoOutput(captureSession, photoOutput); in HWTEST_F() 783 ret = OH_CaptureSession_AddPhotoOutput(captureSession, photoOutput); in HWTEST_F() 887 ret = OH_CaptureSession_AddPhotoOutput(captureSession, photoOutput); in HWTEST_F() 989 ret = OH_CaptureSession_AddPhotoOutput(captureSession, photoOutput); in HWTEST_F() 1063 ret = OH_CaptureSession_AddPhotoOutput(captureSession, photoOutput); in HWTEST_F() 1133 ret = OH_CaptureSession_AddPhotoOutput(captureSession, photoOutput); in HWTEST_F() 1180 ret = OH_CaptureSession_AddPhotoOutput(captureSessio in HWTEST_F() [all...] |
/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/ |
H A D | capture_session.h | 286 Camera_ErrorCode OH_CaptureSession_AddPhotoOutput(Camera_CaptureSession* session, Camera_PhotoOutput* photoOutput);
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/ |
H A D | camera_manager.cpp | 472 Camera_ErrorCode ret = OH_CaptureSession_AddPhotoOutput(captureSession_, photoOutput_); in AddPhotoOutput() 474 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_AddPhotoOutput success."); in AddPhotoOutput() 476 OH_LOG_ERROR(LOG_APP, "OH_CaptureSession_AddPhotoOutput failed, ret = %{public}d.", ret); in AddPhotoOutput() 586 ret = OH_CaptureSession_AddPhotoOutput(captureSession_, photoOutput_); in StartPhoto()
|
/foundation/multimedia/camera_framework/frameworks/native/ndk/ |
H A D | capture_session.cpp | 135 Camera_ErrorCode OH_CaptureSession_AddPhotoOutput(Camera_CaptureSession* session, Camera_PhotoOutput* photoOutput) in OH_CaptureSession_AddPhotoOutput() function 137 MEDIA_DEBUG_LOG("OH_CaptureSession_AddPhotoOutput is called"); in OH_CaptureSession_AddPhotoOutput()
|
Completed in 14 milliseconds