#include <i420.h>
|
| | I420Encoder () |
| |
| virtual | ~I420Encoder () |
| |
| int | InitEncode (const VideoCodec *codecSettings, int, size_t) override |
| |
| int | Encode (const VideoFrame &inputImage, const CodecSpecificInfo *, const std::vector< FrameType > *) override |
| |
| int | RegisterEncodeCompleteCallback (EncodedImageCallback *callback) override |
| |
| int | Release () override |
| |
| int | SetChannelParameters (uint32_t, int64_t) override |
| |
| | I420Encoder () |
| |
| virtual | ~I420Encoder () |
| |
| int | InitEncode (const VideoCodec *codecSettings, int, size_t) override |
| |
| int | Encode (const VideoFrame &inputImage, const CodecSpecificInfo *, const std::vector< FrameType > *) override |
| |
| int | RegisterEncodeCompleteCallback (EncodedImageCallback *callback) override |
| |
| int | Release () override |
| |
| int | SetChannelParameters (uint32_t, int64_t) override |
| |
| 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 int32_t | SetRateAllocation (const BitrateAllocation &allocation, uint32_t framerate) |
| |
| virtual ScalingSettings | GetScalingSettings () const |
| |
| virtual int32_t | SetPeriodicKeyFrames (bool enable) |
| |
| virtual bool | SupportsNativeHandle () const |
| |
| virtual const char * | ImplementationName () 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 int32_t | SetRateAllocation (const BitrateAllocation &allocation, uint32_t framerate) |
| |
| virtual ScalingSettings | GetScalingSettings () const |
| |
| virtual int32_t | SetPeriodicKeyFrames (bool enable) |
| |
| virtual bool | SupportsNativeHandle () const |
| |
| virtual const char * | ImplementationName () const |
| |
|
| enum | EncoderType {
kH264,
kVp8,
kVp9,
kUnsupportedCodec,
kH264,
kVp8,
kVp9,
kUnsupportedCodec
} |
| |
| enum | EncoderType {
kH264,
kVp8,
kVp9,
kUnsupportedCodec,
kH264,
kVp8,
kVp9,
kUnsupportedCodec
} |
| |
| 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 () |
| |
◆ I420Encoder() [1/2]
| webrtc::I420Encoder::I420Encoder |
( |
| ) |
|
◆ ~I420Encoder() [1/2]
| webrtc::I420Encoder::~I420Encoder |
( |
| ) |
|
|
virtual |
◆ I420Encoder() [2/2]
| webrtc::I420Encoder::I420Encoder |
( |
| ) |
|
◆ ~I420Encoder() [2/2]
| virtual webrtc::I420Encoder::~I420Encoder |
( |
| ) |
|
|
virtual |
◆ Encode() [1/2]
◆ Encode() [2/2]
◆ InitEncode() [1/2]
| int webrtc::I420Encoder::InitEncode |
( |
const VideoCodec * |
codecSettings, |
|
|
int |
, |
|
|
size_t |
|
|
) |
| |
|
override |
◆ InitEncode() [2/2]
| int webrtc::I420Encoder::InitEncode |
( |
const VideoCodec * |
codecSettings, |
|
|
int |
, |
|
|
size_t |
|
|
) |
| |
|
override |
◆ RegisterEncodeCompleteCallback() [1/2]
◆ RegisterEncodeCompleteCallback() [2/2]
◆ Release() [1/2]
| int webrtc::I420Encoder::Release |
( |
| ) |
|
|
overridevirtual |
◆ Release() [2/2]
| int webrtc::I420Encoder::Release |
( |
| ) |
|
|
overridevirtual |
◆ SetChannelParameters() [1/2]
◆ SetChannelParameters() [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/i420/include/i420.h
- Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/i420/i420.cc