Searched refs:ff_alloc_picture (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo.h735 int ff_alloc_picture(MpegEncContext *s, Picture *pic, int shared);
H A Dmpegvideo.c295 int ff_alloc_picture(MpegEncContext *s, Picture *pic, int shared) function
1221 if (ff_alloc_picture(s, pic, 0) < 0)
1272 if (ff_alloc_picture(s, s->last_picture_ptr, 0) < 0)
1285 if (ff_alloc_picture(s, s->next_picture_ptr, 0) < 0)
H A Dmpegvideo_enc.c1009 if (ff_alloc_picture(s, (Picture *) pic, 1) < 0) {
1020 if (ff_alloc_picture(s, (Picture *) pic, 0) < 0) {
1395 if (ff_alloc_picture(s, pic, 0) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo.h787 int ff_alloc_picture(MpegEncContext *s, Picture *pic, int shared);
H A Dmpegvideo.c643 int ff_alloc_picture(MpegEncContext *s, Picture *pic, int shared) function
1800 if (ff_alloc_picture(s, pic, 0) < 0)
1866 if (ff_alloc_picture(s, s->last_picture_ptr, 0) < 0) {
1906 if (ff_alloc_picture(s, s->next_picture_ptr, 0) < 0) {
H A Dmpegvideo_enc.c1112 if (ff_alloc_picture(s, pic, 1) < 0) {
1123 if (ff_alloc_picture(s, pic, 0) < 0) {
1512 if (ff_alloc_picture(s, pic, 0) < 0) {

Completed in 207 milliseconds