Searched refs:VideoEncoderSoftwareFallbackWrapper (Results 1 – 4 of 4) sorted by relevance
50 VideoEncoderSoftwareFallbackWrapper::VideoEncoderSoftwareFallbackWrapper( in VideoEncoderSoftwareFallbackWrapper() function in webrtc::VideoEncoderSoftwareFallbackWrapper59 bool VideoEncoderSoftwareFallbackWrapper::InitFallbackEncoder() { in InitFallbackEncoder()89 int32_t VideoEncoderSoftwareFallbackWrapper::InitEncode( in InitEncode()120 int32_t VideoEncoderSoftwareFallbackWrapper::RegisterEncodeCompleteCallback( in RegisterEncodeCompleteCallback()129 int32_t VideoEncoderSoftwareFallbackWrapper::Release() { in Release()138 int32_t VideoEncoderSoftwareFallbackWrapper::Encode( in Encode()153 int32_t VideoEncoderSoftwareFallbackWrapper::SetChannelParameters( in SetChannelParameters()165 int32_t VideoEncoderSoftwareFallbackWrapper::SetRates(uint32_t bitrate, in SetRates()176 void VideoEncoderSoftwareFallbackWrapper::OnDroppedFrame() { in OnDroppedFrame()182 bool VideoEncoderSoftwareFallbackWrapper::SupportsNativeHandle() const { in SupportsNativeHandle()[all …]
102 VideoEncoderSoftwareFallbackWrapper fallback_wrapper_;
134 class VideoEncoderSoftwareFallbackWrapper : public VideoEncoder {136 VideoEncoderSoftwareFallbackWrapper(VideoCodecType codec_type,
1593 new webrtc::VideoEncoderSoftwareFallbackWrapper(type, encoder); in AllocatedEncoder()