Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/
H A Dmain.cpp1322 int32_t preconfigRatioValue; in OHCaptureSessionCanPreconfigWithRatio() local
1323 napi_get_value_int32(env, args[1], &preconfigRatioValue); in OHCaptureSessionCanPreconfigWithRatio()
1327 Camera_ErrorCode code = ndkCamera_->SessionCanPreconfigWithRatio(preconfigTypeValue, preconfigRatioValue, index); in OHCaptureSessionCanPreconfigWithRatio()
1369 int32_t preconfigRatioValue; in OHCaptureSessionPreconfigWithRatio() local
1370 napi_get_value_int32(env, args[1], &preconfigRatioValue); in OHCaptureSessionPreconfigWithRatio()
1374 Camera_ErrorCode code = ndkCamera_->SessionPreconfigWithRatio(preconfigTypeValue, preconfigRatioValue, index); in OHCaptureSessionPreconfigWithRatio()

Completed in 6 milliseconds