Home
last modified time | relevance | path

Searched defs:fileBufferSize_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/include/
H A Dimage_source_native_impl.h37 size_t fileBufferSize_ = 0; member
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H A Dsendable_image_source_napi.h39 static thread_local size_t fileBufferSize_; variable
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dimage_source_napi.h47 static thread_local size_t fileBufferSize_; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp44 thread_local size_t SendableImageSourceNapi::fileBufferSize_ = 0; member in OHOS::Media::SendableImageSourceNapi
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp55 thread_local size_t ImageSourceNapi::fileBufferSize_ = 0; member in OHOS::Media::ImageSourceNapi