|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/frontend/webrtc/screenshot_handler.h"#include <errno.h>#include <stdint.h>#include <stdio.h>#include <strings.h>#include <memory>#include <string>#include <vector>#include "absl/cleanup/cleanup.h"#include "absl/strings/match.h"#include "jpeglib.h"#include "libyuv.h"#include "png.h"#include "cuttlefish/posix/strerror.h"#include "cuttlefish/result/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< PlanarVideoFrameBuffer > frame, const std::string &screenshot_path) |
| Result< void > | cuttlefish::anonymous_namespace{screenshot_handler.cpp}::JpegScreenshot (std::shared_ptr< PlanarVideoFrameBuffer > frame, const std::string &screenshot_path) |