webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Attributes | List of all members
webrtc::test::CodecParams Struct Reference

#include <videoprocessor_integrationtest.h>

Public Attributes

VideoCodecType codec_type
 
bool hw_codec
 
bool use_single_core
 
int width
 
int height
 
int num_temporal_layers
 
int key_frame_interval
 
bool error_concealment_on
 
bool denoising_on
 
bool frame_dropper_on
 
bool spatial_resize_on
 
float packet_loss_probability
 
std::string filename
 
bool verbose_logging
 

Member Data Documentation

◆ codec_type

VideoCodecType CodecParams::codec_type

◆ denoising_on

bool CodecParams::denoising_on

◆ error_concealment_on

bool CodecParams::error_concealment_on

◆ filename

std::string CodecParams::filename

◆ frame_dropper_on

bool CodecParams::frame_dropper_on

◆ height

int CodecParams::height

◆ hw_codec

bool CodecParams::hw_codec

◆ key_frame_interval

int CodecParams::key_frame_interval

◆ num_temporal_layers

int CodecParams::num_temporal_layers

◆ packet_loss_probability

float CodecParams::packet_loss_probability

◆ spatial_resize_on

bool CodecParams::spatial_resize_on

◆ use_single_core

bool CodecParams::use_single_core

◆ verbose_logging

bool CodecParams::verbose_logging

◆ width

int CodecParams::width

The documentation for this struct was generated from the following file: