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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_tile.c43 AVFrame *out_ref; member in struct:__anon3431
152 AVFrame *out_buf = tile->out_ref;
174 tile->out_ref = ff_get_video_buffer(outlink, outlink->w, outlink->h);
175 if (!tile->out_ref) {
179 av_frame_copy_props(tile->out_ref, picref);
180 tile->out_ref->width = outlink->w;
181 tile->out_ref->height = outlink->h;
186 tile->out_ref->data,
187 tile->out_ref->linesize,
193 tile->out_ref
[all...]

Completed in 93 milliseconds