Searched refs:captureConfigValue (Results 1 - 3 of 3) sorted by relevance
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/ |
H A D | module_test.cpp | 893 static napi_value GetCaptureParam(napi_env env, napi_value captureConfigValue, Capture_Setting *config) in GetCaptureParam() argument 896 napi_get_named_property(env, captureConfigValue, "quality", &value); in GetCaptureParam() 899 napi_get_named_property(env, captureConfigValue, "rotation", &value); in GetCaptureParam() 902 napi_get_named_property(env, captureConfigValue, "mirror", &value); in GetCaptureParam() 905 napi_get_named_property(env, captureConfigValue, "latitude", &value); in GetCaptureParam() 908 napi_get_named_property(env, captureConfigValue, "longitude", &value); in GetCaptureParam() 911 napi_get_named_property(env, captureConfigValue, "altitude", &value); in GetCaptureParam()
|
/test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/ |
H A D | mian.cpp | 1316 static napi_value GetCaptureParam(napi_env env, napi_value captureConfigValue, Capture_Setting *config) in GetCaptureParam() argument 1319 napi_get_named_property(env, captureConfigValue, "quality", &value); in GetCaptureParam() 1322 napi_get_named_property(env, captureConfigValue, "rotation", &value); in GetCaptureParam() 1325 napi_get_named_property(env, captureConfigValue, "mirror", &value); in GetCaptureParam() 1328 napi_get_named_property(env, captureConfigValue, "latitude", &value); in GetCaptureParam() 1331 napi_get_named_property(env, captureConfigValue, "longitude", &value); in GetCaptureParam() 1334 napi_get_named_property(env, captureConfigValue, "altitude", &value); in GetCaptureParam()
|
/test/xts/acts/multimedia/camera/camera_ndk_test/src/main/cpp/ |
H A D | main.cpp | 923 static napi_value GetCaptureParam(napi_env env, napi_value captureConfigValue, Capture_Setting *config) in GetCaptureParam() argument 926 napi_get_named_property(env, captureConfigValue, "quality", &value); in GetCaptureParam() 929 napi_get_named_property(env, captureConfigValue, "rotation", &value); in GetCaptureParam() 932 napi_get_named_property(env, captureConfigValue, "mirror", &value); in GetCaptureParam() 935 napi_get_named_property(env, captureConfigValue, "latitude", &value); in GetCaptureParam() 938 napi_get_named_property(env, captureConfigValue, "longitude", &value); in GetCaptureParam() 941 napi_get_named_property(env, captureConfigValue, "altitude", &value); in GetCaptureParam()
|
Completed in 10 milliseconds