Searched refs:usage_ (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/ |
D | buffer_hub_defs.h | 88 usage_(usage), in BufferTraits() 113 uint64_t usage() { return usage_; } in usage() 138 uint64_t usage_; variable 153 height_, layer_count_, format_, usage_,
|
D | bufferhub_rpc.h | 29 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/ |
D | C2Config.h | 1979 inline C2StoreIonUsageStruct(uint64_t usage_, uint32_t capacity_) in C2StoreIonUsageStruct() 1980 : usage(usage_), capacity(capacity_), heapMask(0), allocFlags(0), minAlignment(0) { } in C2StoreIonUsageStruct()
|