Searched defs:I420Decoder (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/interface/
H A Di420.h96 class I420Decoder : public VideoDecoder { class in namespace:webrtc
98 I420Decoder();
100 virtual ~I420Decoder();
164 }; // class I420Decoder
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/i420/main/source/
H A Di420.cc138 I420Decoder::I420Decoder() : _decodedImage(), _width(0), _height(0), function in class:webrtc::I420Decoder
142 I420Decoder::~I420Decoder() {
147 I420Decoder::Reset() {
153 I420Decoder::InitDecode(const VideoCodec* codecSettings,
166 int I420Decoder::Decode(const EncodedImage& inputImage, bool /*missingFrames*/,
219 const uint8_t* I420Decoder::ExtractHeader(const uint8_t* buffer,
229 int I420Decoder::RegisterDecodeCompleteCallback(
235 int I420Decoder
[all...]

Completed in 76 milliseconds