draw_horiz_band 761 libavcodec/avcodec.h void (*draw_horiz_band)(struct AVCodecContext *s, draw_horiz_band 121 libavcodec/h264dec.c if (avctx->draw_horiz_band) { draw_horiz_band 133 libavcodec/h264dec.c avctx->draw_horiz_band(avctx, src, offset, draw_horiz_band 827 libavcodec/huffyuvdec.c if (!s->avctx->draw_horiz_band) draw_horiz_band 845 libavcodec/huffyuvdec.c s->avctx->draw_horiz_band(s->avctx, frame, offset, y, 3, h); draw_horiz_band 70 libavcodec/mpegutils.c if (avctx->draw_horiz_band) { draw_horiz_band 98 libavcodec/mpegutils.c avctx->draw_horiz_band(avctx, src, offset, draw_horiz_band 1999 libavcodec/mpegvideo.c const int readable= s->pict_type != AV_PICTURE_TYPE_B || s->encoding || s->avctx->draw_horiz_band || lowres_flag; draw_horiz_band 2290 libavcodec/mpegvideo.c if(!(s->pict_type==AV_PICTURE_TYPE_B && s->avctx->draw_horiz_band && s->picture_structure==PICT_FRAME)) draw_horiz_band 337 libavcodec/pthread_frame.c dst->draw_horiz_band= src->draw_horiz_band; draw_horiz_band 1908 libavcodec/vp3.c if (!s->avctx->draw_horiz_band) draw_horiz_band 1926 libavcodec/vp3.c s->avctx->draw_horiz_band(s->avctx, s->current_frame.f, offset, y, 3, h); draw_horiz_band 123 tests/api/api-band-test.c ctx->draw_horiz_band = draw_horiz_band;