Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dbuffer_hub_defs.h88 usage_(usage), in BufferTraits()
113 uint64_t usage() { return usage_; } in usage()
138 uint64_t usage_; variable
153 height_, layer_count_, format_, usage_,
Dbufferhub_rpc.h29 usage_(buffer.usage()) { in NativeBufferHandle()
55 stride_, format_, usage_); in Import()
80 uint64_t usage_; variable
86 stride_ = width_ = height_ = format_ = usage_ = 0; in Clear()
90 width_, height_, layer_count_, format_, usage_,
/frameworks/av/media/codec2/core/include/
DC2Config.h1979 inline C2StoreIonUsageStruct(uint64_t usage_, uint32_t capacity_) in C2StoreIonUsageStruct()
1980 : usage(usage_), capacity(capacity_), heapMask(0), allocFlags(0), minAlignment(0) { } in C2StoreIonUsageStruct()