HomeSort by relevance Sort by last modified time
    Searched defs:VideoDecoderSoftwareFallbackWrapper (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/video/
video_decoder.cc 50 VideoDecoderSoftwareFallbackWrapper::VideoDecoderSoftwareFallbackWrapper(
58 int32_t VideoDecoderSoftwareFallbackWrapper::InitDecode(
66 bool VideoDecoderSoftwareFallbackWrapper::InitFallbackDecoder() {
85 int32_t VideoDecoderSoftwareFallbackWrapper::Decode(
116 int32_t VideoDecoderSoftwareFallbackWrapper::RegisterDecodeCompleteCallback(
125 int32_t VideoDecoderSoftwareFallbackWrapper::Release() {
131 int32_t VideoDecoderSoftwareFallbackWrapper::Reset() {
137 bool VideoDecoderSoftwareFallbackWrapper::PrefersLateDecoding() const {
143 const char* VideoDecoderSoftwareFallbackWrapper::ImplementationName() const
    [all...]
  /external/webrtc/webrtc/
video_decoder.h 89 class VideoDecoderSoftwareFallbackWrapper : public webrtc::VideoDecoder {
91 VideoDecoderSoftwareFallbackWrapper(VideoCodecType codec_type,

Completed in 59 milliseconds