Searched defs:HBuffer (Results 1 – 1 of 1) sorted by relevance
68 struct HBuffer { struct73 enum class Owner {80 std::shared_ptr<AVBuffer> avBuffer = nullptr;81 std::shared_ptr<FSurfaceMemory> sMemory = nullptr;82 std::atomic<Owner> owner_ = Owner::OWNED_BY_US;83 int32_t width = 0;84 int32_t height = 0;85 int32_t bitDepth = BIT_DEPTH8BIT;