Searched refs:draw_horiz_band (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/tests/api/ |
D | api-band-test.c | 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()
|
/third_party/ffmpeg/doc/ |
D | multithreading.txt | 18 * The client's draw_horiz_band() must be thread-safe according to the comment 63 A good place to put this is where draw_horiz_band() is called - add this if it isn't
|
D | APIchanges | 2735 release_buffer()/draw_horiz_band() callbacks for appropriate codecs.
|
/third_party/ffmpeg/libavcodec/ |
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()
|
D | h264dec.c | 121 if (avctx->draw_horiz_band) { in ff_h264_draw_horiz_band() 133 avctx->draw_horiz_band(avctx, src, offset, in ff_h264_draw_horiz_band()
|
D | pthread_frame.c | 358 dst->draw_horiz_band= src->draw_horiz_band; in update_context_from_user()
|
D | huffyuvdec.c | 827 if (!s->avctx->draw_horiz_band) in draw_slice() 845 s->avctx->draw_horiz_band(s->avctx, frame, offset, y, 3, h); in draw_slice()
|
D | avcodec.h | 771 void (*draw_horiz_band)(struct AVCodecContext *s, member
|
D | mpegvideo.c | 1994 …dable= s->pict_type != AV_PICTURE_TYPE_B || s->encoding || s->avctx->draw_horiz_band || lowres_fla… in mpv_reconstruct_mb_internal() 2285 …if(!(s->pict_type==AV_PICTURE_TYPE_B && s->avctx->draw_horiz_band && s->picture_structure==PICT_FR… in ff_init_block_index()
|
D | vp3.c | 1921 if (!s->avctx->draw_horiz_band) in vp3_draw_horiz_band() 1939 s->avctx->draw_horiz_band(s->avctx, s->current_frame.f, offset, y, 3, h); in vp3_draw_horiz_band()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavviddec.c | 550 ffmpegdec->context->draw_horiz_band = NULL; in gst_ffmpegviddec_set_format()
|