Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp277 static bool isRawFileDescriptor(napi_env env, napi_value argValue, ImageSourceAsyncContext* context) in isRawFileDescriptor() function
586 } else if (isRawFileDescriptor(env, argValue, context)) { in CreateNativeImageSource()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp1226 static bool isRawFileDescriptor(napi_env env, napi_value argValue, ImageSourceAsyncContext* context) in isRawFileDescriptor() function
1268 } else if (isRawFileDescriptor(env, argValue, context)) { in CreateNativeImageSource()