Android-cuttlefish cvd tool
|
#include "cuttlefish/host/frontend/webrtc/screenshot_handler.h"
#include <errno.h>
#include <stdio.h>
#include <strings.h>
#include "android-base/scopeguard.h"
#include "jpeglib.h"
#include "libyuv.h"
#include "png.h"
#include "cuttlefish/common/libs/utils/result.h"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{screenshot_handler.cpp} |
Functions | |
Result< void > | cuttlefish::anonymous_namespace{screenshot_handler.cpp}::PngScreenshot (std::shared_ptr< VideoFrameBuffer > frame, const std::string &screenshot_path) |
Result< void > | cuttlefish::anonymous_namespace{screenshot_handler.cpp}::JpegScreenshot (std::shared_ptr< VideoFrameBuffer > frame, const std::string &screenshot_path) |