Home
last modified time | relevance | path

Searched refs:uniqueId_ (Results 1 - 25 of 37) sorted by relevance

12

/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue.cpp82 : name_(name), uniqueId_(GetUniqueIdImpl()), isShared_(isShared), isLocalRender_(IsLocalRender()) in BufferQueue()
84 BLOGD("BufferQueue ctor, uniqueId: %{public}" PRIu64 ".", uniqueId_); in BufferQueue()
99 BLOGD("~BufferQueue dtor, uniqueId: %{public}" PRIu64 ".", uniqueId_); in ~BufferQueue()
121 info.uniqueId = uniqueId_; in GetProducerInitInfo()
185 BLOGW("align is %{public}d, uniqueId: %{public}" PRIu64 ".", align, uniqueId_); in CheckRequestConfig()
190 BLOGW("align is %{public}d, uniqueId: %{public}" PRIu64 ".", align, uniqueId_); in CheckRequestConfig()
197 static_cast<uint32_t>(config.colorGamut), uniqueId_); in CheckRequestConfig()
203 BLOGW("transform is %{public}d, uniqueId: %{public}" PRIu64 ".", config.transform, uniqueId_); in CheckRequestConfig()
214 i, config.damages[i].w, config.damages[i].h, uniqueId_); in CheckFlushConfig()
297 "surface name: %s queueId: %" PRIu64 " status: %u", name_.c_str(), uniqueId_, GetStatusLocke in RequestBufferCheckStatus()
[all...]
H A Dbuffer_client_producer.cpp64 BLOGE("WriteInterfaceToken failed, uniqueId: %{public}" PRIu64 ".", uniqueId_); in MessageVariables()
75 BLOGE("Remote is nullptr, uniqueId: %{public}" PRIu64 ".", uniqueId_); in SendRequest()
80 BLOGE("SendRequest ret: %{public}d, uniqueId: %{public}" PRIu64 ".", ret, uniqueId_); in SendRequest()
90 BLOGE("Remote ret: %{public}d, uniqueId: %{public}" PRIu64 ".", ret, uniqueId_); in CheckRetval()
157 BLOGE("num is invalid, %{public}u, uniqueId: %{public}" PRIu64 ".", num, uniqueId_); in RequestBuffers()
219 BLOGE("memcpy_s fail, uniqueId: %{public}" PRIu64 ".", uniqueId_); in GetLastFlushedBufferCommon()
245 uniqueId_ = info.uniqueId; in GetProducerInitInfo()
341 BLOGE("WriteBufferRequestConfig ret: %{public}d, uniqueId: %{public}" PRIu64 ".", ret, uniqueId_); in AttachBufferToQueue()
442 BLOGE("reply.ReadString return false, uniqueId: %{public}" PRIu64 ".", uniqueId_); in GetName()
456 if (uniqueId_ ! in GetUniqueId()
[all...]
H A Dconsumer_surface.cpp60 producer_->GetSptrRefCount(), uniqueId_); in ~ConsumerSurface()
71 uniqueId_ = GetUniqueId(); in Init()
72 BLOGD("ConsumerSurface Init, uniqueId: %{public}" PRIu64 ".", uniqueId_); in Init()
103 BLOGE("damages is %{public}zu, uniqueId: %{public}" PRIu64 ".", damages.size(), uniqueId_); in AcquireBuffer()
275 BLOGE("userData_ size(%{public}zu) out, uniqueId: %{public}" PRIu64 ".", userData_.size(), uniqueId_); in SetUserData()
282 key.c_str(), val.c_str(), uniqueId_); in SetUserData()
356 funcName.c_str(), uniqueId_); in RegisterUserDataChangeListener()
369 funcName.c_str(), uniqueId_); in UnRegisterUserDataChangeListener()
389 BLOGD("GoBackground, uniqueId: %{public}" PRIu64 ".", uniqueId_); in GoBackground()
542 BLOGE("GetTransformHint failed, uniqueId: %{public}" PRIu64 ".", uniqueId_); in GetTransformHint()
[all...]
H A Dbuffer_queue_producer.cpp44 uniqueId_ = bufferQueue_->GetUniqueId(); in BufferQueueProducer()
110 BLOGW("no connections, uniqueId: %{public}" PRIu64 ".", uniqueId_); in CheckConnectLocked()
115 BLOGW("connected by: %{public}d, uniqueId: %{public}" PRIu64 ".", connectedPid_, uniqueId_); in CheckConnectLocked()
996 BLOGE("FlushBuffer failed: %{public}d, uniqueId: %{public}" PRIu64 ".", ret, uniqueId_); in FlushBuffers()
1297 connectedPid_, callingPid, uniqueId_); in Connect()
1427 BLOGD("no connections, uniqueId: %{public}" PRIu64 ".", uniqueId_); in OnBufferProducerRemoteDied()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_base.cpp51 if (uniqueId_ > 0) { in ~RSImageBase()
53 RSImageCache::Instance().CollectUniqueId(uniqueId_); in ~RSImageBase()
55 RSImageCache::Instance().ReleasePixelMapCache(uniqueId_); in ~RSImageBase()
75 if (uniqueId_ > 0) { in ~RSImageBase()
76 // if image_ is obtained by RSPixelMapUtil::ExtractSkImage, uniqueId_ here is related to pixelMap, in ~RSImageBase()
79 RSImageCache::Instance().ReleaseDrawingImageCache(uniqueId_); in ~RSImageBase()
241 uniqueId_ <= 0 || in Purge()
251 int refCount = RSImageCache::Instance().ReleasePixelMapCacheUnique(uniqueId_); in Purge()
387 bool success = RSMarshallingHelper::Marshalling(parcel, uniqueId_) && in Marshalling()
421 rsImage->uniqueId_ in Unmarshalling()
[all...]
H A Drs_image.cpp393 auto cache = RSImageCache::Instance().GetRenderDrawingImageCacheByPixelMapId(uniqueId_, gettid()); in UploadGpu()
414 RSImageCache::Instance().CacheRenderDrawingImageByPixelMapId(uniqueId_, image, gettid()); in UploadGpu()
417 (int)uniqueId_, (int)srcRect_.width_, (int)srcRect_.height_); in UploadGpu()
624 bool success = RSMarshallingHelper::Marshalling(parcel, uniqueId_) && in Marshalling()
744 rsImage->uniqueId_ = uniqueId; in ProcessImageAfterCreation()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/src/
H A Dsurface_image.cpp81 uniqueId_ = GetUniqueId(); in InitSurfaceImage()
82 BLOGI("InitSurfaceImage Init ret: %{public}d, uniqueId: %{public}" PRIu64 ".", ret, uniqueId_); in InitSurfaceImage()
162 "uniqueId: %{public}" PRIu64 ".", textureTarget_, textureId_, error, uniqueId_); in AttachContext()
169 "uniqueId: %{public}" PRIu64 ".", textureTarget_, error, uniqueId_); in AttachContext()
193 "uniqueId: %{public}" PRIu64 ".", textureTarget_, textureId_, error, uniqueId_); in DetachContext()
211 BLOGE("memcpy_s failed ret: %{public}d, uniqueId: %{public}" PRIu64 ".", ret, uniqueId_); in GetTransformMatrix()
223 BLOGE("memcpy_s failed ret: %{public}d, uniqueId: %{public}" PRIu64 ".", ret, uniqueId_); in GetTransformMatrixV2()
236 eglGetError(), uniqueId_); in ValidateEglState()
241 eglGetError(), uniqueId_); in ValidateEglState()
263 BLOGE("failed, error %{public}d, uniqueId: %{public}" PRIu64 ".", error, uniqueId_); in CreateEGLImage()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_image.h54 uniqueId_ = image_->uniqueID(); in SetCompressData()
75 return uniqueId_; in GetUniqueID()
80 uniqueId_ = id; in SetUniqueID()
108 uint32_t uniqueId_ = 0; member in OHOS::Ace::NG::SkiaImage
H A Dskia_image.cpp135 clone->uniqueId_ = uniqueId_; in Clone()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_image.h53 uniqueId_ = image_->GetUniqueID(); in SetCompressData()
74 return uniqueId_; in GetUniqueID()
79 uniqueId_ = id; in SetUniqueID()
110 uint32_t uniqueId_ = 0; member in OHOS::Ace::NG::DrawingImage
H A Ddrawing_image.cpp201 clone->uniqueId_ = uniqueId_; in Clone()
/foundation/graphic/graphic_surface/surface/include/
H A Dbuffer_log.h51 BLOGE("Fail ret: %{public}d, uniqueId: %{public}" PRIu64 ".", ret, uniqueId_); \
H A Dbuffer_client_producer.h122 uint64_t uniqueId_ = 0; member in OHOS::BufferClientProducer
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/
H A Dmetadata_napi.h55 uint32_t uniqueId_ = 0; member in OHOS::Media::MetadataNapi
H A Dpicture_napi.h62 uint32_t uniqueId_ = 0; member in OHOS::Media::PictureNapi
H A Dauxiliary_picture_napi.h62 uint32_t uniqueId_ = 0; member in OHOS::Media::AuxiliaryPictureNapi
H A Dpixel_map_napi.h62 return uniqueId_; in GetUniqueId()
159 uint32_t uniqueId_ = 0; member in OHOS::Media::ImageType::PixelMapNapi
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_image.h48 uniqueId_(id), width_(w), height_(h) {}; in RsImageInfo()
54 uint32_t uniqueId_ = 0; member in OHOS::Rosen::final
H A Drs_image_base.h104 uint64_t uniqueId_ = 0; member in OHOS::Rosen::RSImageBase
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/
H A Dsendable_pixel_map_napi.h51 return uniqueId_; in GetUniqueId()
134 uint32_t uniqueId_ = 0; member in OHOS::Media::SendablePixelMapNapi
/foundation/graphic/graphic_2d/frameworks/surfaceimage/include/
H A Dsurface_image.h113 uint64_t uniqueId_ = 0; member in OHOS::SurfaceImage
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dvideo_capture_filter_unit_test.h153 uint64_t uniqueId_ = 0; member in OHOS::Media::Pipeline::MockAVBufferQueueProducer::MockConsumerSurface
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_image_base_test.cpp203 EXPECT_NE(imageBase->uniqueId_, 0); in HWTEST_F()
/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/include/
H A Davbuffer_queue_impl.h143 void DeleteCachedBufferById(uint64_t uniqueId_);
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h104 uniqueId_ = currentId.fetch_add(1, std::memory_order_relaxed); in PixelMap()
230 return uniqueId_; in GetUniqueId()
509 uint32_t uniqueId_ = 0; member in OHOS::Media::PixelMap

Completed in 17 milliseconds

12