Searched refs:ff_alloc_picture (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mpegpicture.h | 99 int ff_alloc_picture(AVCodecContext *avctx, Picture *pic, MotionEstContext *me,
|
H A D | mpegpicture.c | 253 int ff_alloc_picture(AVCodecContext *avctx, Picture *pic, MotionEstContext *me, in ff_alloc_picture() function
|
H A D | mpegvideo_dec.c | 250 return ff_alloc_picture(s->avctx, pic, &s->me, &s->sc, 0, 0, in alloc_picture()
|
H A D | mpegvideo_enc.c | 997 return ff_alloc_picture(s->avctx, pic, &s->me, &s->sc, shared, 1, in alloc_picture()
|
Completed in 11 milliseconds