#include <h264_encoder_impl.h>
|
| H264EncoderImpl (const cricket::VideoCodec &codec) |
|
| ~H264EncoderImpl () override |
|
int32_t | InitEncode (const VideoCodec *codec_settings, int32_t number_of_cores, size_t max_payload_size) override |
|
int32_t | Release () override |
|
int32_t | RegisterEncodeCompleteCallback (EncodedImageCallback *callback) override |
|
int32_t | SetRateAllocation (const BitrateAllocation &bitrate_allocation, uint32_t framerate) override |
|
int32_t | Encode (const VideoFrame &frame, const CodecSpecificInfo *codec_specific_info, const std::vector< FrameType > *frame_types) override |
|
const char * | ImplementationName () const override |
|
VideoEncoder::ScalingSettings | GetScalingSettings () const override |
|
int32_t | SetChannelParameters (uint32_t packet_loss, int64_t rtt) override |
|
int32_t | SetPeriodicKeyFrames (bool enable) override |
|
H264PacketizationMode | PacketizationModeForTesting () const |
|
| H264EncoderImpl (const cricket::VideoCodec &codec) |
|
| ~H264EncoderImpl () override |
|
int32_t | InitEncode (const VideoCodec *codec_settings, int32_t number_of_cores, size_t max_payload_size) override |
|
int32_t | Release () override |
|
int32_t | RegisterEncodeCompleteCallback (EncodedImageCallback *callback) override |
|
int32_t | SetRateAllocation (const BitrateAllocation &bitrate_allocation, uint32_t framerate) override |
|
int32_t | Encode (const VideoFrame &frame, const CodecSpecificInfo *codec_specific_info, const std::vector< FrameType > *frame_types) override |
|
const char * | ImplementationName () const override |
|
VideoEncoder::ScalingSettings | GetScalingSettings () const override |
|
int32_t | SetChannelParameters (uint32_t packet_loss, int64_t rtt) override |
|
int32_t | SetPeriodicKeyFrames (bool enable) override |
|
H264PacketizationMode | PacketizationModeForTesting () const |
|
| ~H264Encoder () override |
|
| ~H264Encoder () override |
|
virtual | ~VideoEncoder () |
|
virtual int32_t | SetRates (uint32_t bitrate, uint32_t framerate) |
|
virtual bool | SupportsNativeHandle () const |
|
virtual | ~VideoEncoder () |
|
virtual int32_t | SetRates (uint32_t bitrate, uint32_t framerate) |
|
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 H264Encoder * | Create (const cricket::VideoCodec &codec) |
|
static bool | IsSupported () |
|
static H264Encoder * | Create (const cricket::VideoCodec &codec) |
|
static bool | IsSupported () |
|
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 () |
|
◆ H264EncoderImpl() [1/2]
◆ ~H264EncoderImpl() [1/2]
webrtc::H264EncoderImpl::~H264EncoderImpl |
( |
| ) |
|
|
override |
◆ H264EncoderImpl() [2/2]
◆ ~H264EncoderImpl() [2/2]
webrtc::H264EncoderImpl::~H264EncoderImpl |
( |
| ) |
|
|
override |
◆ Encode() [1/2]
◆ Encode() [2/2]
◆ GetScalingSettings() [1/2]
◆ GetScalingSettings() [2/2]
◆ ImplementationName() [1/2]
const char* webrtc::H264EncoderImpl::ImplementationName |
( |
| ) |
const |
|
overridevirtual |
◆ ImplementationName() [2/2]
const char * webrtc::H264EncoderImpl::ImplementationName |
( |
| ) |
const |
|
overridevirtual |
◆ InitEncode() [1/2]
◆ InitEncode() [2/2]
◆ PacketizationModeForTesting() [1/2]
◆ PacketizationModeForTesting() [2/2]
◆ RegisterEncodeCompleteCallback() [1/2]
◆ RegisterEncodeCompleteCallback() [2/2]
◆ Release() [1/2]
int32_t webrtc::H264EncoderImpl::Release |
( |
| ) |
|
|
overridevirtual |
◆ Release() [2/2]
int32_t webrtc::H264EncoderImpl::Release |
( |
| ) |
|
|
overridevirtual |
◆ SetChannelParameters() [1/2]
◆ SetChannelParameters() [2/2]
◆ SetPeriodicKeyFrames() [1/2]
int32_t webrtc::H264EncoderImpl::SetPeriodicKeyFrames |
( |
bool |
enable | ) |
|
|
overridevirtual |
◆ SetPeriodicKeyFrames() [2/2]
int32_t webrtc::H264EncoderImpl::SetPeriodicKeyFrames |
( |
bool |
enable | ) |
|
|
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/h264/h264_encoder_impl.h
- Source/ThirdParty/libwebrtc/Source/webrtc/modules/video_coding/codecs/h264/h264_encoder_impl.cc