Home
last modified time | relevance | path

Searched refs:draw_horiz_band (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/tests/api/
Dapi-band-test.c36 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/
Dmultithreading.txt18 * 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
DAPIchanges2735 release_buffer()/draw_horiz_band() callbacks for appropriate codecs.
/third_party/ffmpeg/libavcodec/
Dmpegutils.c70 if (avctx->draw_horiz_band) { in ff_draw_horiz_band()
98 avctx->draw_horiz_band(avctx, src, offset, in ff_draw_horiz_band()
Dh264dec.c121 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()
Dpthread_frame.c358 dst->draw_horiz_band= src->draw_horiz_band; in update_context_from_user()
Dhuffyuvdec.c827 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()
Davcodec.h771 void (*draw_horiz_band)(struct AVCodecContext *s, member
Dmpegvideo.c1994 …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()
Dvp3.c1921 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/
Dgstavviddec.c550 ffmpegdec->context->draw_horiz_band = NULL; in gst_ffmpegviddec_set_format()