Home | History | Annotate | Download | only in video

Lines Matching full:decode

32     int32_t Decode(const EncodedImage& input_image,
82 // Unfortunately faking a VP8 frame is hard. Rely on no Decode -> using SW
86 fallback_wrapper_.Decode(encoded_image, false, nullptr, nullptr, -1);
90 fallback_wrapper_.Decode(encoded_image, false, nullptr, nullptr, -1);
97 fallback_wrapper_.Decode(encoded_image, false, nullptr, nullptr, -1);
99 << "Wrapper did not try to decode a keyframe using registered decoder.";
102 fallback_wrapper_.Decode(encoded_image, false, nullptr, nullptr, -1);
114 fallback_wrapper_.Decode(encoded_image, false, nullptr, nullptr, -1));
117 fallback_wrapper_.Decode(encoded_image, false, nullptr, nullptr, -1);
119 << "Decoder should be active even though previous decode failed.";
130 fallback_wrapper_.Decode(encoded_image, false, nullptr, nullptr, -1);
145 fallback_wrapper_.Decode(encoded_image, false, nullptr, nullptr, -1);
171 fallback_wrapper_.Decode(encoded_image, false, nullptr, nullptr, -1);
183 fallback_wrapper_.Decode(encoded_image, false, nullptr, nullptr, -1);