Searched refs:getNativeImageSource (Results 1 – 2 of 2) sorted by relevance
| /test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/ |
| D | pixel_map_native_test.cpp | 66 static uint32_t getNativeImageSource(napi_env env, napi_callback_info info, in getNativeImageSource() function 85 uint32_t num = getNativeImageSource(env, info, argValue, argCount); in JsNativeToNapi() 118 uint32_t num = getNativeImageSource(env, info, argValue, argCount); in JsNapiToNative_ReturnProperty()
|
| /test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/ |
| D | image_source_test.cpp | 487 static ImageSourceNative* getNativeImageSource(napi_env env, napi_callback_info info, in getNativeImageSource() function 506 ImageSourceNative* native = getNativeImageSource(env, info, argValue, argCount); in InitNative() 518 ImageSourceNative* native = getNativeImageSource(env, info, argValue, argCount); in CreatePixelMap() 538 ImageSourceNative* native = getNativeImageSource(env, info, argValue, argCount); in CreatePixelMapList() 567 ImageSourceNative* native = getNativeImageSource(env, info, argValue, argCount); in GetDelayTime() 598 ImageSourceNative* native = getNativeImageSource(env, info, argValue, argCount); in GetFrameCount() 678 ImageSourceNative* native = getNativeImageSource(env, info, argValue, argCount); in GetImageInfo() 695 ImageSourceNative* native = getNativeImageSource(env, info, argValue, argCount); in GetImageProperty() 731 ImageSourceNative* native = getNativeImageSource(env, info, argValue, argCount); in ModifyImageProperty() 767 ImageSourceNative* native = getNativeImageSource(env, info, argValue, argCount); in UpdateData() [all …]
|