Home
last modified time | relevance | path

Searched refs:OH_CaptureSession_CanPreconfigWithRatio (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dcapture_session.h750 Camera_ErrorCode OH_CaptureSession_CanPreconfigWithRatio(Camera_CaptureSession* session,
/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcapture_session.cpp529 Camera_ErrorCode OH_CaptureSession_CanPreconfigWithRatio(Camera_CaptureSession* session, in OH_CaptureSession_CanPreconfigWithRatio() function
532 MEDIA_DEBUG_LOG("OH_CaptureSession_CanPreconfigWithRatio is called."); in OH_CaptureSession_CanPreconfigWithRatio()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp3412 ret = OH_CaptureSession_CanPreconfigWithRatio(captureSession, preconfigType, preconfigRatio, &canPreconfig); in HWTEST_F()
3466 ret = OH_CaptureSession_CanPreconfigWithRatio(captureSession, preconfigType, preconfigRatio, &canPreconfig); in HWTEST_F()
3522 ret = OH_CaptureSession_CanPreconfigWithRatio(captureSession, preconfigType, preconfigRatio, &canPreconfig); in HWTEST_F()
3631 ret = OH_CaptureSession_CanPreconfigWithRatio(nullptr, preconfigType, preconfigRatio, &canPreconfig); in HWTEST_F()
3633 ret = OH_CaptureSession_CanPreconfigWithRatio(captureSession, preconfigType, preconfigRatio, nullptr); in HWTEST_F()
3635 ret = OH_CaptureSession_CanPreconfigWithRatio(captureSession, preconfigType, preconfigRatio, &canPreconfig); in HWTEST_F()
3743 ret = OH_CaptureSession_CanPreconfigWithRatio(captureSession, preconfigType, preconfigRatio, &canPreconfig); in HWTEST_F()

Completed in 11 milliseconds