Searched refs:abort_ (Results 1 – 7 of 7) sorted by relevance
18 void abort_(const char * s, ...) { in abort_() function52 abort_("[write_png_file] File %s could not be opened for writing", in write_png_file()57 abort_("[write_png_file] png_create_write_struct failed"); in write_png_file()60 abort_("[write_png_file] png_create_info_struct failed"); in write_png_file()62 abort_("[write_png_file] Error during init_io"); in write_png_file()67 abort_("[write_png_file] Error during writing header"); in write_png_file()75 abort_("[write_png_file] Error during writing bytes"); in write_png_file()80 abort_("[write_png_file] Error during end of write"); in write_png_file()
195 : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0), in EncoderTest()236 return !(::testing::Test::HasFatalFailure() || abort_); in Continue()265 bool abort_; variable
37 abort_ |= (frame_count_in_ >= frame_count_max_); in PreEncodeFrameHook()
63 abort_ = true; in UpdateMD5()
83 abort_ |= sf_count_ > sf_count_max_ && in MutateEncoderOutputHook()
47 abort_ |= kf_count_ > kf_count_max_; in FramePktHook()
88 abort_ = true; in FramePktHook()