Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglbumper.c145 #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()
Dgstgldifferencematte.c499 #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/
Dload_status.h19 LOAD_ERROR, enumerator
Ddeps_log.cc158 return LOAD_ERROR; in Load()
267 return LOAD_ERROR; in Load()
Dninja.cc854 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()
Dbuild_log.cc265 return LOAD_ERROR; in Load()