Searched refs:vp8_alloc_frame (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp8.c49 static int vp8_alloc_frame(VP8Context *s, AVFrame *f) function
1619 if ((ret = vp8_alloc_frame(s, curframe))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp8.c68 static int vp8_alloc_frame(VP8Context *s, VP8Frame *f, int ref) function
467 if ((ret = vp8_alloc_frame(s, s->framep[VP56_FRAME_PREVIOUS], 1)) < 0)
2566 if ((ret = vp8_alloc_frame(s, curframe, referenced)) < 0)

Completed in 66 milliseconds