Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H A Dsendable_image_source_napi.h61 static napi_ref imageFormatRef_; variable
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dimage_source_napi.h91 static napi_ref imageFormatRef_; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp47 napi_ref SendableImageSourceNapi::imageFormatRef_ = nullptr; member in OHOS::Media::SendableImageSourceNapi
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp59 napi_ref ImageSourceNapi::imageFormatRef_ = nullptr; member in OHOS::Media::ImageSourceNapi
800 …NAPI_PROPERTY("ImageFormat", CreateEnumTypeObject(env, napi_number, &imageFormatRef_, sImageFormat… in Init()