HomeSort by relevance Sort by last modified time
    Searched refs:I420Decoder (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/i420/include/
i420.h 88 class I420Decoder : public VideoDecoder {
90 I420Decoder();
92 virtual ~I420Decoder();
150 }; // class I420Decoder
  /external/webrtc/webrtc/modules/video_coding/codecs/i420/
i420.cc 139 I420Decoder::I420Decoder()
146 I420Decoder::~I420Decoder() {
150 int I420Decoder::Reset() {
154 int I420Decoder::InitDecode(const VideoCodec* codecSettings,
167 int I420Decoder::Decode(const EncodedImage& inputImage,
220 const uint8_t* I420Decoder::ExtractHeader(const uint8_t* buffer,
231 int I420Decoder::RegisterDecodeCompleteCallback(
237 int I420Decoder::Release()
    [all...]
  /external/webrtc/webrtc/modules/video_coding/
codec_database.cc 586 return new VCMGenericDecoder(new I420Decoder());

Completed in 312 milliseconds