/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_queue.cpp | 82 : 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 D | buffer_client_producer.cpp | 64 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 D | consumer_surface.cpp | 60 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 D | buffer_queue_producer.cpp | 44 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 D | rs_image_base.cpp | 51 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 D | rs_image.cpp | 393 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 D | surface_image.cpp | 81 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 D | skia_image.h | 54 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 D | skia_image.cpp | 135 clone->uniqueId_ = uniqueId_; in Clone()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_image.h | 53 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 D | drawing_image.cpp | 201 clone->uniqueId_ = uniqueId_; in Clone()
|
/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_log.h | 51 BLOGE("Fail ret: %{public}d, uniqueId: %{public}" PRIu64 ".", ret, uniqueId_); \
|
H A D | buffer_client_producer.h | 122 uint64_t uniqueId_ = 0; member in OHOS::BufferClientProducer
|
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/ |
H A D | metadata_napi.h | 55 uint32_t uniqueId_ = 0; member in OHOS::Media::MetadataNapi
|
H A D | picture_napi.h | 62 uint32_t uniqueId_ = 0; member in OHOS::Media::PictureNapi
|
H A D | auxiliary_picture_napi.h | 62 uint32_t uniqueId_ = 0; member in OHOS::Media::AuxiliaryPictureNapi
|
H A D | pixel_map_napi.h | 62 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 D | rs_image.h | 48 uniqueId_(id), width_(w), height_(h) {}; in RsImageInfo() 54 uint32_t uniqueId_ = 0; member in OHOS::Rosen::final
|
H A D | rs_image_base.h | 104 uint64_t uniqueId_ = 0;
member in OHOS::Rosen::RSImageBase
|
/foundation/multimedia/image_framework/interfaces/kits/js/common/include/sendable/ |
H A D | sendable_pixel_map_napi.h | 51 return uniqueId_; in GetUniqueId() 134 uint32_t uniqueId_ = 0; member in OHOS::Media::SendablePixelMapNapi
|
/foundation/graphic/graphic_2d/frameworks/surfaceimage/include/ |
H A D | surface_image.h | 113 uint64_t uniqueId_ = 0; member in OHOS::SurfaceImage
|
/foundation/multimedia/av_codec/test/unittest/filter_test/ |
H A D | video_capture_filter_unit_test.h | 153 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 D | rs_image_base_test.cpp | 203 EXPECT_NE(imageBase->uniqueId_, 0); in HWTEST_F()
|
/foundation/multimedia/media_foundation/src/buffer/avbuffer_queue/include/ |
H A D | avbuffer_queue_impl.h | 143 void DeleteCachedBufferById(uint64_t uniqueId_);
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | pixel_map.h | 104 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
|