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

  /external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.h 172 kDestroying,
vaapi_video_decode_accelerator.cc 346 if (state_ == kResetting || state_ == kDestroying)
793 DCHECK_EQ(state_, kDestroying);
862 DCHECK(state_ == kDestroying || state_ == kUninitialized) << state_;
904 if (state_ == kUninitialized || state_ == kDestroying)
909 state_ = kDestroying;

Completed in 143 milliseconds