Searched refs:ff_mpeg_unref_picture (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo.c531 ff_mpeg_unref_picture(s, pic);
538 ff_mpeg_unref_picture(s, pic);
546 ff_mpeg_unref_picture(s, pic);
692 ff_mpeg_unref_picture(s, pic);
700 void ff_mpeg_unref_picture(MpegEncContext *s, Picture *pic) function
801 ff_mpeg_unref_picture(s, dst);
986 ff_mpeg_unref_picture(s, &s->picture[i]);
994 ff_mpeg_unref_picture(s, &s->pic);\
1535 ff_mpeg_unref_picture(s, &s->picture[i]);
1541 ff_mpeg_unref_picture(
[all...]
H A Dmpegvideo_enc.c984 ff_mpeg_unref_picture(s, &s->new_picture);
1497 ff_mpeg_unref_picture(s, &s->new_picture);
1532 ff_mpeg_unref_picture(s, &s->current_picture);
1539 ff_mpeg_unref_picture(s, &s->new_picture);
1613 ff_mpeg_unref_picture(s, s->last_picture_ptr);
1619 ff_mpeg_unref_picture(s, &s->current_picture);
1631 ff_mpeg_unref_picture(s, &s->last_picture);
1638 ff_mpeg_unref_picture(s, &s->next_picture);
1881 ff_mpeg_unref_picture(s, &s->picture[i]);
H A Dmpegvideo.h886 void ff_mpeg_unref_picture(MpegEncContext *s, Picture *picture);

Completed in 86 milliseconds