Searched refs:draw_horiz_band (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/tests/api/ |
H A D | api-band-test.c | 24 * draw_horiz_band test. 36 static void draw_horiz_band(AVCodecContext *ctx, const AVFrame *fr, int offset[4], in draw_horiz_band() function 121 ctx->draw_horiz_band = draw_horiz_band; in video_decode() 200 av_log(NULL, AV_LOG_ERROR, "draw_horiz_band haven't been called!\n"); in video_decode() 205 av_log(NULL, AV_LOG_ERROR, "Decoded frames with and without draw_horiz_band are not the same!\n"); in video_decode()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpegutils.c | 70 if (avctx->draw_horiz_band) { in ff_draw_horiz_band() 98 avctx->draw_horiz_band(avctx, src, offset, in ff_draw_horiz_band()
|
H A D | avcodec.h | 602 * If non NULL, 'draw_horiz_band' is called by the libavcodec 624 void (*draw_horiz_band)(struct AVCodecContext *s, member 853 #define SLICE_FLAG_CODED_ORDER 0x0001 ///< draw_horiz_band() is called in coded order instead of display 854 #define SLICE_FLAG_ALLOW_FIELD 0x0002 ///< allow draw_horiz_band() with field slices (MPEG-2 field pics) 855 #define SLICE_FLAG_ALLOW_PLANE 0x0004 ///< allow draw_horiz_band() with 1 component at a time (SVQ1) 1488 * draw_horiz_band() will be called from other threads regardless of this setting.
|
H A D | h264dec.c | 117 if (avctx->draw_horiz_band) { in ff_h264_draw_horiz_band() 129 avctx->draw_horiz_band(avctx, src, offset, in ff_h264_draw_horiz_band()
|
H A D | pthread_frame.c | 362 dst->draw_horiz_band= src->draw_horiz_band; in update_context_from_user()
|
H A D | huffyuvdec.c | 821 if (!s->avctx->draw_horiz_band) in draw_slice() 839 s->avctx->draw_horiz_band(s->avctx, frame, offset, y, 3, h); in draw_slice()
|
H A D | mpegvideo.c | 1444 const int readable = s->pict_type != AV_PICTURE_TYPE_B || IS_ENCODER(s) || s->avctx->draw_horiz_band || lowres_flag; in mpv_reconstruct_mb_internal() 1691 if(!(s->pict_type==AV_PICTURE_TYPE_B && s->avctx->draw_horiz_band && s->picture_structure==PICT_FRAME)) in ff_init_block_index()
|
H A D | vp3.c | 1925 if (!s->avctx->draw_horiz_band) in vp3_draw_horiz_band() 1943 s->avctx->draw_horiz_band(s->avctx, s->current_frame.f, offset, y, 3, h); in vp3_draw_horiz_band()
|
Completed in 17 milliseconds