#include <vp9_impl.h>
|
| VP9EncoderImpl () |
|
virtual | ~VP9EncoderImpl () |
|
int | Release () override |
|
int | InitEncode (const VideoCodec *codec_settings, int number_of_cores, size_t max_payload_size) override |
|
int | Encode (const VideoFrame &input_image, const CodecSpecificInfo *codec_specific_info, const std::vector< FrameType > *frame_types) override |
|
int | RegisterEncodeCompleteCallback (EncodedImageCallback *callback) override |
|
int | SetChannelParameters (uint32_t packet_loss, int64_t rtt) override |
|
int | SetRateAllocation (const BitrateAllocation &bitrate_allocation, uint32_t frame_rate) override |
|
const char * | ImplementationName () const override |
|
| VP9EncoderImpl () |
|
virtual | ~VP9EncoderImpl () |
|
int | Release () override |
|
int | InitEncode (const VideoCodec *codec_settings, int number_of_cores, size_t max_payload_size) override |
|
int | Encode (const VideoFrame &input_image, const CodecSpecificInfo *codec_specific_info, const std::vector< FrameType > *frame_types) override |
|
int | RegisterEncodeCompleteCallback (EncodedImageCallback *callback) override |
|
int | SetChannelParameters (uint32_t packet_loss, int64_t rtt) override |
|
int | SetRateAllocation (const BitrateAllocation &bitrate_allocation, uint32_t frame_rate) override |
|
const char * | ImplementationName () const override |
|
virtual | ~VP9Encoder () |
|
virtual | ~VP9Encoder () |
|
virtual | ~VideoEncoder () |
|
virtual int32_t | InitEncode (const VideoCodec *codec_settings, int32_t number_of_cores, size_t max_payload_size)=0 |
|
virtual int32_t | SetRates (uint32_t bitrate, uint32_t framerate) |
|
virtual ScalingSettings | GetScalingSettings () const |
|
virtual int32_t | SetPeriodicKeyFrames (bool enable) |
|
virtual bool | SupportsNativeHandle () const |
|
virtual | ~VideoEncoder () |
|
virtual int32_t | InitEncode (const VideoCodec *codec_settings, int32_t number_of_cores, size_t max_payload_size)=0 |
|
virtual int32_t | SetRates (uint32_t bitrate, uint32_t framerate) |
|
virtual ScalingSettings | GetScalingSettings () const |
|
virtual int32_t | SetPeriodicKeyFrames (bool enable) |
|
virtual bool | SupportsNativeHandle () const |
|
|
enum | EncoderType {
kH264,
kVp8,
kVp9,
kUnsupportedCodec,
kH264,
kVp8,
kVp9,
kUnsupportedCodec
} |
|
enum | EncoderType {
kH264,
kVp8,
kVp9,
kUnsupportedCodec,
kH264,
kVp8,
kVp9,
kUnsupportedCodec
} |
|
static bool | IsSupported () |
|
static VP9Encoder * | Create () |
|
static bool | IsSupported () |
|
static VP9Encoder * | Create () |
|
static VideoEncoder * | Create (EncoderType codec_type) |
|
static bool | IsSupportedSoftware (EncoderType codec_type) |
|
static EncoderType | CodecToEncoderType (VideoCodecType codec_type) |
|
static VideoCodecVP8 | GetDefaultVp8Settings () |
|
static VideoCodecVP9 | GetDefaultVp9Settings () |
|
static VideoCodecH264 | GetDefaultH264Settings () |
|
static VideoEncoder * | Create (EncoderType codec_type) |
|
static bool | IsSupportedSoftware (EncoderType codec_type) |
|
static EncoderType | CodecToEncoderType (VideoCodecType codec_type) |
|
static VideoCodecVP8 | GetDefaultVp8Settings () |
|
static VideoCodecVP9 | GetDefaultVp9Settings () |
|
static VideoCodecH264 | GetDefaultH264Settings () |
|
◆ VP9EncoderImpl() [1/2]
webrtc::VP9EncoderImpl::VP9EncoderImpl |
( |
| ) |
|
◆ ~VP9EncoderImpl() [1/2]
webrtc::VP9EncoderImpl::~VP9EncoderImpl |
( |
| ) |
|
|
virtual |
◆ VP9EncoderImpl() [2/2]
webrtc::VP9EncoderImpl::VP9EncoderImpl |
( |
| ) |
|
◆ ~VP9EncoderImpl() [2/2]
virtual webrtc::VP9EncoderImpl::~VP9EncoderImpl |
( |
| ) |
|
|
virtual |
◆ Encode() [1/2]
◆ Encode() [2/2]
◆ ImplementationName() [1/2]
const char * webrtc::VP9EncoderImpl::ImplementationName |
( |
| ) |
const |
|
overridevirtual |
◆ ImplementationName() [2/2]
const char* webrtc::VP9EncoderImpl::ImplementationName |
( |
| ) |
const |
|
overridevirtual |
◆ InitEncode() [1/2]
int webrtc::VP9EncoderImpl::InitEncode |
( |
const VideoCodec * |
codec_settings, |
|
|
int |
number_of_cores, |
|
|
size_t |
max_payload_size |
|
) |
| |
|
override |
◆ InitEncode() [2/2]
int webrtc::VP9EncoderImpl::InitEncode |
( |
const VideoCodec * |
codec_settings, |
|
|
int |
number_of_cores, |
|
|
size_t |
max_payload_size |
|
) |
| |
|
override |
◆ RegisterEncodeCompleteCallback() [1/2]
◆ RegisterEncodeCompleteCallback() [2/2]
◆ Release() [1/2]
int webrtc::VP9EncoderImpl::Release |
( |
| ) |
|
|
overridevirtual |
◆ Release() [2/2]
int webrtc::VP9EncoderImpl::Release |
( |
| ) |
|
|
overridevirtual |
◆ SetChannelParameters() [1/2]
int webrtc::VP9EncoderImpl::SetChannelParameters |
( |
uint32_t |
packet_loss, |
|
|
int64_t |
rtt |
|
) |
| |
|
overridevirtual |
◆ SetChannelParameters() [2/2]
int webrtc::VP9EncoderImpl::SetChannelParameters |
( |
uint32_t |
packet_loss, |
|
|
int64_t |
rtt |
|
) |
| |
|
overridevirtual |
◆ SetRateAllocation() [1/2]
◆ SetRateAllocation() [2/2]
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/modules/video_coding/codecs/vp9/vp9_impl.h
- Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc