Home
last modified time | relevance | path

Searched refs:parseImageSourceOpt (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/multimedia/image/image_js_standard/imageSourceNDK/entry/src/main/cpp/napi/
Dimage_source_test.cpp213 static bool parseImageSourceOpt(napi_env env, napi_value arg, struct OhosImageSourceOps &src) in parseImageSourceOpt() function
296 if (!parseImageSourceOpt(env, argValue[ARGS_SECOND], ops)) { in Create()
326 if (!parseImageSourceOpt(env, argValue[ARGS_SECOND], ops)) { in CreateFromFd()
357 if (!parseImageSourceOpt(env, argValue[ARGS_SECOND], ops)) { in CreateFromData()
381 if (!parseImageSourceOpt(env, argValue[ARGS_SECOND], ops)) { in CreateFromUri()
418 if (!parseImageSourceOpt(env, argValue[ARGS_SECOND], ops)) { in CreateFromRawFile()
440 if (!parseImageSourceOpt(env, argValue[ARGS_SECOND], ops)) { in CreateIncremental()
477 if (!parseImageSourceOpt(env, argValue[ARGS_SECOND], ops)) { in CreateIncrementalFromData()