OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDestroying
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/media/
vaapi_video_decode_accelerator.h
173
kDestroying
,
vaapi_video_decode_accelerator.cc
347
if (state_ == kResetting || state_ ==
kDestroying
)
794
DCHECK_EQ(state_,
kDestroying
);
863
DCHECK(state_ ==
kDestroying
|| state_ == kUninitialized) << state_;
905
if (state_ == kUninitialized || state_ ==
kDestroying
)
910
state_ =
kDestroying
;
Completed in 89 milliseconds