Searched refs:abort_ (Results 1 – 17 of 17) sorted by relevance
224 abort_ = true; in Abort()269 while (frame_state_ < kFrameStateParsed && !abort_) { in WaitUntilParsed()272 return !abort_; in WaitUntilParsed()290 !abort_) { in WaitUntil()298 return !abort_; in WaitUntil()304 while (frame_state_ != kFrameStateDecoded && !abort_) { in WaitUntilDecoded()307 return !abort_; in WaitUntilDecoded()335 bool abort_ = false LIBGAV1_GUARDED_BY(mutex_);
196 : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0), in EncoderTest()243 return !(::testing::Test::HasFatalFailure() || abort_); in Continue()275 bool abort_; variable
58 abort_ = false; in BeginPassHook()63 if (cfg_.g_pass == AOM_RC_FIRST_PASS) abort_ = true; in EndPassHook()294 abort_ = true; in FramePktHook()
101 abort_ = true; in FramePktHook()
89 abort_ = true; in FramePktHook()
78 abort_ = true; in UpdateMD5()
87 abort_ = true; in FramePktHook()
89 abort_ = true; in UpdateMD5()
133 abort_ = true; in FramePktHook()
209 : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0) { in EncoderTest()257 return !(::testing::Test::HasFatalFailure() || abort_); in Continue()285 bool abort_; variable
39 abort_ |= (frame_count_in_ >= frame_count_max_); in PreEncodeFrameHook()
61 abort_ = true; in UpdateMD5()
76 abort_ |= in MutateEncoderOutputHook()
62 abort_ = false; in BeginPassHook()68 abort_ |= first_pass_only_; in EndPassHook()
50 abort_ |= kf_count_ > kf_count_max_; in FramePktHook()
308 abort_ = false; in StartIO()349 abort_ = true; in CancelIO()353 if (!abort_) in ReadyToUse()894 if (abort_) { in OnChildIOCompleted()897 abort_ = false; in OnChildIOCompleted()
165 bool abort_ = false; // True if we should abort the current operation ASAP. variable