Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds