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

  /external/v4l2_codec2/vda/
vp9_parser.cc 243 DCHECK(!needs_client_update_);
249 needs_client_update_ = false;
254 DCHECK(!needs_client_update_);
256 needs_client_update_ = true;
261 if (needs_client_update_)
282 needs_client_update_ = false;
288 DCHECK(needs_client_update_);
293 needs_client_update_ = false;
vp9_parser.h 299 bool needs_client_update() const { return needs_client_update_; }
319 bool needs_client_update_ = false; member in class:media::Vp9Parser::Context::Vp9FrameContextManager

Completed in 3928 milliseconds