Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/drm/virtio/
Dmsm_proto.h57 uint32_t async_error; member
/third_party/ffmpeg/libavcodec/
Dvideotoolboxenc.c216 int async_error; member
271 vtctx->async_error = err; in set_async_error()
297 if (vtctx->async_error) { in vtenc_q_pop()
299 return vtctx->async_error; in vtenc_q_pop()
309 while (!vtctx->q_head && !vtctx->async_error && wait && !vtctx->flushing) { in vtenc_q_pop()
593 if (vtctx->async_error) { in vtenc_output_callback()