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

  /external/v4l2_codec2/vda/
vp8_decoder.cc 47 alt_frame_ = nullptr;
79 alt_frame_ = nullptr;
108 alt_frame_ = curr_pic_;
126 DCHECK(alt_frame_);
127 golden_frame_ = alt_frame_;
133 alt_frame_ = curr_pic_;
138 alt_frame_ = last_frame_;
143 alt_frame_ = curr_golden;
169 golden_frame_, alt_frame_))
vp8_decoder.h 98 scoped_refptr<VP8Picture> alt_frame_; member in class:media::VP8Decoder

Completed in 55 milliseconds