Searched refs:fileBuffer_ (Results 1 – 6 of 6) sorted by relevance
36 void *fileBuffer_ = nullptr; member
38 static thread_local void* fileBuffer_; variable
46 static thread_local void* fileBuffer_; variable
400 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()
43 thread_local void* SendableImageSourceNapi::fileBuffer_ = nullptr; member in OHOS::Media::SendableImageSourceNapi697 fileBuffer_ = asyncContext->sourceBuffer; in CreateImageSource()
54 thread_local void* ImageSourceNapi::fileBuffer_ = nullptr; member in OHOS::Media::ImageSourceNapi1322 fileBuffer_ = asyncContext->sourceBuffer; in CreateImageSource()2079 context->sourceBuffer = ImageSourceNapi::fileBuffer_; in UnwrapContextForModify()