Android-cuttlefish cvd tool
Namespaces | Functions | Variables
cvd_video_frame_buffer.cpp File Reference
#include "cuttlefish/host/frontend/webrtc/cvd_video_frame_buffer.h"
#include <map>
#include <mutex>
#include <vector>
#include "cuttlefish/common/libs/utils/size_utils.h"
Include dependency graph for cvd_video_frame_buffer.cpp:

Namespaces

namespace  cuttlefish
 
namespace  cuttlefish::anonymous_namespace{cvd_video_frame_buffer.cpp}
 

Functions

int cuttlefish::anonymous_namespace{cvd_video_frame_buffer.cpp}::AlignStride (int width)
 
std::vector< uint8_t > cuttlefish::anonymous_namespace{cvd_video_frame_buffer.cpp}::FromPool (int size)
 
void cuttlefish::anonymous_namespace{cvd_video_frame_buffer.cpp}::BackToPool (std::vector< uint8_t > item)
 

Variables

constexpr int cuttlefish::anonymous_namespace{cvd_video_frame_buffer.cpp}::kPlanePadding = 1024
 
constexpr int cuttlefish::anonymous_namespace{cvd_video_frame_buffer.cpp}::kLogAlignment = 6
 
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