Home
last modified time | relevance | path

Searched refs:exitmessage (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/libva/test/decode/
Dloadjpeg.c42 static void exitmessage(const char *message) __attribute__((noreturn));
43 static void exitmessage(const char *message) in exitmessage() function
72 exitmessage("Cannot open filename\n"); in convert_one_image()
76 exitmessage("Not enough memory for loading file\n"); in convert_one_image()
83 exitmessage("Not enough memory to alloc the structure need for decompressing\n"); in convert_one_image()
86 exitmessage(tinyjpeg_get_errorstring(jdec)); in convert_one_image()
93 exitmessage(tinyjpeg_get_errorstring(jdec)); in convert_one_image()