Home
last modified time | relevance | path

Searched refs:fileBuffer_ (Results 1 – 6 of 6) 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/ndk/
H A Dimage_source_native.cpp400 imageSource->fileBuffer_ = reinterpret_cast<void*>(data); in OH_ImageSourceNative_CreateFromData()
604 } else if (source->fileBuffer_ != nullptr && source->fileBufferSize_ != 0) { in OH_ImageSourceNative_ModifyImageProperty()
606 static_cast<uint8_t *>(source->fileBuffer_), source->fileBufferSize_); in OH_ImageSourceNative_ModifyImageProperty()
/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
697 fileBuffer_ = asyncContext->sourceBuffer; in CreateImageSource()
/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
1322 fileBuffer_ = asyncContext->sourceBuffer; in CreateImageSource()
2079 context->sourceBuffer = ImageSourceNapi::fileBuffer_; in UnwrapContextForModify()