Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dmain.cc434 auto comp_resp = Send(stream, CompileRequest{SourceLanguage::MSL, source}); in RunClient() local
439 if (!comp_resp.error.empty()) { in RunClient()
440 printf("%s\n", comp_resp.error.c_str()); in RunClient()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkcontext.c433 _find_response (gconstpointer resp, gconstpointer comp_resp) in _find_response() argument
436 mfxFrameAllocResponse *_resp = (mfxFrameAllocResponse *) comp_resp; in _find_response()