Home
last modified time | relevance | path

Searched refs:refCount (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h.inl7 uint32_t refCount = 1; variable
DVkEncoder.cpp.inl73 void VkEncoder::incRef() { __atomic_add_fetch(&refCount, 1, __ATOMIC_SEQ_CST); }
76 if (0 == __atomic_sub_fetch(&refCount, 1, __ATOMIC_SEQ_CST)) {
/hardware/google/gfxstream/host/
DFrameBuffer.cpp2521 const unsigned refCount = stream->getBe32(); in onLoad() local
2524 if (refCount == 0) { in onLoad()
2527 return {handle, ColorBufferRef{std::move(cb), refCount, opened, closedTs}}; in onLoad()