Home
last modified time | relevance | path

Searched refs:flushing (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmediacodecdec_common.h52 int flushing; member
H A Dmediacodecdec_common.c540 s->flushing = 0; in mediacodec_dec_flush_codec()
668 if (s->flushing) { in ff_mediacodec_dec_send()
669 av_log(avctx, AV_LOG_ERROR, "Decoder is flushing and cannot accept new buffer " in ff_mediacodec_dec_send()
767 /* If the codec is flushing or need to be flushed, block for a fair in ff_mediacodec_dec_receive()
864 * flushing state.
867 * performed on the codec. The codec leaves the flushing state and can
887 s->flushing = 1; in ff_mediacodec_dec_flush()
900 return s->flushing; in ff_mediacodec_dec_is_flushing()
H A Dvideotoolboxenc.c245 bool flushing; member
309 if (vtctx->flushing && vtctx->frame_ct_in == vtctx->frame_ct_out) { in vtenc_q_pop()
316 while (!vtctx->q_head && !vtctx->async_error && wait && !vtctx->flushing) { in vtenc_q_pop()
2475 } else if(!vtctx->flushing) { in vtenc_frame()
2476 vtctx->flushing = true; in vtenc_frame()
2482 av_log(avctx, AV_LOG_ERROR, "Error flushing frames: %d\n", status); in vtenc_frame()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_drawable.c484 if (drawable->flushing) in dri_flush()
487 drawable->flushing = true; in dri_flush()
536 drawable->flushing = false; in dri_flush()
H A Ddri_drawable.h65 bool flushing; /* prevents recursion in dri_flush */ member
H A Dkopper.c722 if (drawable->flushing) in kopper_flush_frontbuffer()
725 drawable->flushing = true; in kopper_flush_frontbuffer()
747 drawable->flushing = false; in kopper_flush_frontbuffer()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_context.c429 /* We could improve this by only flushing the frontend and the fetch part in draw_set_vertex_elements()
920 assert(!draw->flushing); /* catch inadvertant recursion */ in draw_do_flush()
922 draw->flushing = TRUE; in draw_do_flush()
928 draw->flushing = FALSE; in draw_do_flush()
H A Ddraw_private.h191 unsigned eltSize; /* saved eltSize for flushing */
274 boolean flushing; /**< debugging/sanity */ member

Completed in 11 milliseconds