Searched refs:LOAD_ERROR (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglbumper.c | 145 #define LOAD_ERROR(context, msg) { gst_gl_context_set_error (context, "unable to load %s: %s", bump… macro 184 LOAD_ERROR (context, "file not found"); in gst_gl_bumper_init_resources() 190 LOAD_ERROR (context, "can't read PNG magic number"); in gst_gl_bumper_init_resources() 196 LOAD_ERROR (context, "not a valid PNG image"); in gst_gl_bumper_init_resources() 203 LOAD_ERROR (context, "failed to initialize the png_struct"); in gst_gl_bumper_init_resources() 212 LOAD_ERROR (context, in gst_gl_bumper_init_resources() 228 LOAD_ERROR (context, "color type is not rgb"); in gst_gl_bumper_init_resources()
|
D | gstgldifferencematte.c | 499 #define LOAD_ERROR(msg) { GST_WARNING ("unable to load %s: %s", differencematte->location, msg); re… macro 523 LOAD_ERROR ("file not found"); in gst_gl_differencematte_loader() 529 LOAD_ERROR ("failed to initialize the png_struct"); in gst_gl_differencematte_loader() 538 LOAD_ERROR ("failed to initialize the memory for image information"); in gst_gl_differencematte_loader() 559 LOAD_ERROR ("color type is not rgb"); in gst_gl_differencematte_loader()
|
/third_party/ninja/src/ |
D | load_status.h | 19 LOAD_ERROR, enumerator
|
D | deps_log.cc | 158 return LOAD_ERROR; in Load() 267 return LOAD_ERROR; in Load()
|
D | ninja.cc | 854 if (OpenBuildLog(/*recompact_only=*/true) == LOAD_ERROR || in ToolRecompact() 855 OpenDepsLog(/*recompact_only=*/true) == LOAD_ERROR) in ToolRecompact() 889 if (status == LOAD_ERROR) { in ToolRestat() 1099 if (status == LOAD_ERROR) { in OpenBuildLog() 1138 if (status == LOAD_ERROR) { in OpenDepsLog()
|
D | build_log.cc | 265 return LOAD_ERROR; in Load()
|