/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/ |
H A D | capture_session.cpp | 513 Camera_Input* cameraInput, bool* isSuccessful) in OH_CaptureSession_CanAddInput() argument 520 CHECK_AND_RETURN_RET_LOG(isSuccessful != nullptr, CAMERA_INVALID_ARGUMENT, in OH_CaptureSession_CanAddInput() 523 return session->CanAddInput(cameraInput, isSuccessful); in OH_CaptureSession_CanAddInput() 527 Camera_PreviewOutput* cameraOutput, bool* isSuccessful) in OH_CaptureSession_CanAddPreviewOutput() argument 534 CHECK_AND_RETURN_RET_LOG(isSuccessful != nullptr, CAMERA_INVALID_ARGUMENT, in OH_CaptureSession_CanAddPreviewOutput() 537 return session->CanAddPreviewOutput(cameraOutput, isSuccessful); in OH_CaptureSession_CanAddPreviewOutput() 541 Camera_PhotoOutput* cameraOutput, bool* isSuccessful) in OH_CaptureSession_CanAddPhotoOutput() argument 548 CHECK_AND_RETURN_RET_LOG(isSuccessful != nullptr, CAMERA_INVALID_ARGUMENT, in OH_CaptureSession_CanAddPhotoOutput() 551 return session->CanAddPhotoOutput(cameraOutput, isSuccessful); in OH_CaptureSession_CanAddPhotoOutput() 555 Camera_VideoOutput* cameraOutput, bool* isSuccessful) in OH_CaptureSession_CanAddVideoOutput() argument [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
H A D | capture_session_impl.h | 138 Camera_ErrorCode CanAddInput(Camera_Input* cameraInput, bool* isSuccessful); 140 Camera_ErrorCode CanAddPreviewOutput(Camera_PreviewOutput* previewOutput, bool* isSuccessful); 142 Camera_ErrorCode CanAddPhotoOutput(Camera_PhotoOutput* photoOutput, bool* isSuccessful); 144 Camera_ErrorCode CanAddVideoOutput(Camera_VideoOutput* cameraOutput, bool* isSuccessful);
|
H A D | capture_session_impl.cpp | 610 Camera_ErrorCode Camera_CaptureSession::CanAddInput(Camera_Input* cameraInput, bool* isSuccessful) in CanAddInput() argument 613 *isSuccessful = innerCaptureSession_->CanAddInput(innerCameraInput); in CanAddInput() 617 …Camera_CaptureSession::CanAddPreviewOutput(Camera_PreviewOutput* previewOutput, bool* isSuccessful) in CanAddPreviewOutput() argument 620 *isSuccessful = innerCaptureSession_->CanAddOutput(innerPreviewOutput); in CanAddPreviewOutput() 624 …rCode Camera_CaptureSession::CanAddPhotoOutput(Camera_PhotoOutput* photoOutput, bool* isSuccessful) in CanAddPhotoOutput() argument 627 *isSuccessful = innerCaptureSession_->CanAddOutput(innerPhotoOutput); in CanAddPhotoOutput() 631 …rCode Camera_CaptureSession::CanAddVideoOutput(Camera_VideoOutput* videoOutput, bool* isSuccessful) in CanAddVideoOutput() argument 634 *isSuccessful = innerCaptureSession_->CanAddOutput(innerVideoOutput); in CanAddVideoOutput()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/ |
H A D | capture_session.h | 685 Camera_Input* cameraInput, bool* isSuccessful); 698 Camera_PreviewOutput* cameraOutput, bool* isSuccessful); 711 Camera_PhotoOutput* cameraOutput, bool* isSuccessful); 724 Camera_VideoOutput* cameraOutput, bool* isSuccessful);
|
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/src/permission/ |
H A D | permission_definition_parser.cpp | 120 result.isSuccessful = false; in from_json() 157 result.isSuccessful = true; in from_json() 167 result.isSuccessful = true; in from_json() 192 if (!result.isSuccessful) { in GetPermissionDefList()
|
/ohos5.0/base/security/access_token/services/accesstokenmanager/main/cpp/include/permission/ |
H A D | permission_definition_parser.h | 31 bool isSuccessful = false; member
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/ |
H A D | capture__session_8h.md | 88 …, [Camera_Input](_o_h___camera.md#camera_input) \*cameraInput, bool \*isSuccessful) | 确定是否可以将相机输入添… 89 …Output](_o_h___camera.md#camera_previewoutput) \*cameraOutput, bool \*isSuccessful) | 确定是否可以将相机预览输… 90 …toOutput](_o_h___camera.md#camera_photooutput) \*cameraOutput, bool \*isSuccessful) | 确定是否可以将相机照片输… 91 …eoOutput](_o_h___camera.md#camera_videooutput) \*cameraOutput, bool \*isSuccessful) | 确定是否可以将相机视频输…
|
H A D | _o_h___camera.md | 271 …ssion) \*session, [Camera_Input](#camera_input) \*cameraInput, bool \*isSuccessful) | 确定是否可以将相机输入添… 273 …ion, [Camera_PhotoOutput](#camera_photooutput) \*cameraOutput, bool \*isSuccessful) | 确定是否可以将相机照片输… 274 …ion, [Camera_VideoOutput](#camera_videooutput) \*cameraOutput, bool \*isSuccessful) | 确定是否可以将相机视频输… 3275 …eSession_CanAddInput(Camera_CaptureSession* session, Camera_Input* cameraInput, bool* isSuccessful) 3290 | isSuccessful | 是否可以将相机输入添加到会话中的结果。 | 3304 …ddPhotoOutput(Camera_CaptureSession* session, Camera_PhotoOutput* cameraOutput, bool* isSuccessful) 3319 | isSuccessful | 相机照片输出是否可以添加到会话中的结果。 | 3333 …eviewOutput(Camera_CaptureSession* session, Camera_PreviewOutput* cameraOutput, bool* isSuccessful) 3348 | isSuccessful | 是否可以将相机预览输出添加到会话中的结果。 | 3362 …ddVideoOutput(Camera_CaptureSession* session, Camera_VideoOutput* cameraOutput, bool* isSuccessful) [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/ |
H A D | camera_ndk_unittest.cpp | 2813 bool isSuccessful = false; variable 2858 bool isSuccessful = false; variable 2910 bool isSuccessful = false; variable 5203 bool isSuccessful = false; variable 5206 if (isSuccessful == true) { 5252 bool isSuccessful = false; variable 5255 if (isSuccessful == true) { 5310 bool isSuccessful = false; variable 5313 if (isSuccessful == true) { 5368 bool isSuccessful = false; variable [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | capture__session_8h.md | 88 …, [Camera_Input](_o_h___camera.md#camera_input) \*cameraInput, bool \*isSuccessful) | Checks wheth… 89 …Output](_o_h___camera.md#camera_previewoutput) \*cameraOutput, bool \*isSuccessful) | Checks wheth… 90 …toOutput](_o_h___camera.md#camera_photooutput) \*cameraOutput, bool \*isSuccessful) | Checks wheth… 91 …eoOutput](_o_h___camera.md#camera_videooutput) \*cameraOutput, bool \*isSuccessful) | Checks wheth…
|
H A D | _o_h___camera.md | 268 …ssion) \*session, [Camera_Input](#camera_input) \*cameraInput, bool \*isSuccessful) | Checks wheth… 270 …ion, [Camera_PhotoOutput](#camera_photooutput) \*cameraOutput, bool \*isSuccessful) | Checks wheth… 271 …ion, [Camera_VideoOutput](#camera_videooutput) \*cameraOutput, bool \*isSuccessful) | Checks wheth… 3243 …eSession_CanAddInput(Camera_CaptureSession* session, Camera_Input* cameraInput, bool* isSuccessful) 3258 | isSuccessful | Pointer to the result indicating whether the **CameraInput** instance can be added… 3272 …ddPhotoOutput(Camera_CaptureSession* session, Camera_PhotoOutput* cameraOutput, bool* isSuccessful) 3287 | isSuccessful | Pointer to the result indicating whether the **PhotoOutput** instance can be added… 3301 …eviewOutput(Camera_CaptureSession* session, Camera_PreviewOutput* cameraOutput, bool* isSuccessful) 3316 | isSuccessful | Pointer to the result indicating whether the **PreviewOutput** instance can be add… 3330 …ddVideoOutput(Camera_CaptureSession* session, Camera_VideoOutput* cameraOutput, bool* isSuccessful) [all …]
|