Home
last modified time | relevance | path

Searched defs:fileBuffer_ (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.h36 void *fileBuffer_ = nullptr; member
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H A Dsendable_image_source_napi.h38 static thread_local void* fileBuffer_; variable
/ohos5.0/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dimage_source_napi.h46 static thread_local void* fileBuffer_; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_image_source_napi.cpp43 thread_local void* SendableImageSourceNapi::fileBuffer_ = nullptr; member in OHOS::Media::SendableImageSourceNapi
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp54 thread_local void* ImageSourceNapi::fileBuffer_ = nullptr; member in OHOS::Media::ImageSourceNapi