webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces
frame_generator.cc File Reference
#include "webrtc/test/frame_generator.h"
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <memory>
#include "webrtc/api/video/i420_buffer.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/keep_ref_until_done.h"
#include "webrtc/base/random.h"
#include "webrtc/common_video/include/video_frame_buffer.h"
#include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
#include "webrtc/system_wrappers/include/clock.h"
#include "webrtc/test/frame_utils.h"

Namespaces

 webrtc
 
 webrtc::test
 

Variable Documentation

◆ clock_

Clock* const clock_

◆ current_frame_

rtc::Optional<VideoFrame> current_frame_

◆ current_frame_num_

size_t current_frame_num_

◆ current_source_frame_

VideoFrame* current_source_frame_

◆ file_generator_

YuvFileGenerator file_generator_

◆ num_frames_

const size_t num_frames_

◆ pause_time_

const int64_t pause_time_

◆ scroll_time_

const int64_t scroll_time_

◆ start_time_

const int64_t start_time_

◆ target_height_

const int target_height_

◆ target_width_

const int target_width_