|
Android-cuttlefish cvd tool
|
Functions | |
| int | AlignStride (int width) |
| std::vector< uint8_t > | FromPool (int size) |
| void | BackToPool (std::vector< uint8_t > item) |
Variables | |
| constexpr int | kPlanePadding = 1024 |
| constexpr int | kLogAlignment = 6 |
| std::multimap< int, std::vector< uint8_t > > | pool |
| std::mutex | pool_mutex |
|
inline |
| void cuttlefish::anonymous_namespace{cvd_video_frame_buffer.cpp}::BackToPool | ( | std::vector< uint8_t > | item | ) |
| std::vector< uint8_t > cuttlefish::anonymous_namespace{cvd_video_frame_buffer.cpp}::FromPool | ( | int | size | ) |
|
constexpr |
|
constexpr |
| std::multimap<int, std::vector<uint8_t> > cuttlefish::anonymous_namespace{cvd_video_frame_buffer.cpp}::pool |
| std::mutex cuttlefish::anonymous_namespace{cvd_video_frame_buffer.cpp}::pool_mutex |