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

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc 505 ref_frame_(NULL),
844 if (ref_frame_ != NULL) {
845 vpx_img_free(&ref_frame_->img);
846 delete ref_frame_;
847 ref_frame_ = NULL;
887 if (ref_frame_ &&
888 (decoded_image_.width() != static_cast<int>(ref_frame_->img.d_w) ||
889 decoded_image_.height() != static_cast<int>(ref_frame_->img.d_h) ||
890 image_format_ != ref_frame_->img.fmt)) {
891 vpx_img_free(&ref_frame_->img)
    [all...]
vp8_impl.h 229 vpx_ref_frame_t* ref_frame_; member in class:webrtc::VP8DecoderImpl

Completed in 375 milliseconds