Searched refs:OH_CaptureSession_AddSecureOutput (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/ |
H A D | capture_session.h | 201 Camera_ErrorCode OH_CaptureSession_AddSecureOutput(Camera_CaptureSession* session, Camera_PreviewOu…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | capture__session_8h.md | 49 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_CaptureSession_AddSecureOutput](_o_h___…
|
H A D | _o_h___camera.md | 232 | [Camera_ErrorCode](#camera_errorcode) [OH_CaptureSession_AddSecureOutput](#oh_capturesession_adds… 3181 ### OH_CaptureSession_AddSecureOutput() 3184 Camera_ErrorCode OH_CaptureSession_AddSecureOutput(Camera_CaptureSession* session, Camera_PreviewOu…
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/ |
H A D | capture_session.cpp | 126 Camera_ErrorCode OH_CaptureSession_AddSecureOutput(Camera_CaptureSession* session, Camera_PreviewOu… in OH_CaptureSession_AddSecureOutput() function
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | capture__session_8h.md | 49 | [Camera_ErrorCode](_o_h___camera.md#camera_errorcode) [OH_CaptureSession_AddSecureOutput](_o_h___…
|
H A D | _o_h___camera.md | 229 | [Camera_ErrorCode](#camera_errorcode) [OH_CaptureSession_AddSecureOutput](#oh_capturesession_adds… 3149 ### OH_CaptureSession_AddSecureOutput() 3152 Camera_ErrorCode OH_CaptureSession_AddSecureOutput(Camera_CaptureSession* session, Camera_PreviewOu…
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_ndk_unittest.cpp | 3063 EXPECT_EQ(OH_CaptureSession_AddSecureOutput(captureSession, previewOutput), CAMERA_OK); 3069 ret = OH_CaptureSession_AddSecureOutput(captureSession, previewOutput); 3116 EXPECT_EQ(OH_CaptureSession_AddSecureOutput(captureSession, previewOutput), CAMERA_OK); 3122 ret = OH_CaptureSession_AddSecureOutput(captureSession, previewOutput); 3277 EXPECT_EQ(OH_CaptureSession_AddSecureOutput(captureSession, previewOutput), CAMERA_OK); 3286 ret = OH_CaptureSession_AddSecureOutput(captureSession, previewOutput);
|