Home
last modified time | relevance | path

Searched refs:fileBufferSize_ (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.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/ndk/
H A Dimage_source_native.cpp401 imageSource->fileBufferSize_ = dataSize; 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.cpp44 thread_local size_t SendableImageSourceNapi::fileBufferSize_ = 0; member in OHOS::Media::SendableImageSourceNapi
698 fileBufferSize_ = asyncContext->sourceBufferSize; in CreateImageSource()
/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
1323 fileBufferSize_ = asyncContext->sourceBufferSize; in CreateImageSource()
2080 context->sourceBufferSize = ImageSourceNapi::fileBufferSize_; in UnwrapContextForModify()