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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davcodec.c41 if (avfilter_copy_frame_props(picref, frame) < 0) {
65 if (avfilter_copy_frame_props(samplesref, frame) < 0) {
H A Dbuffer.c123 int avfilter_copy_frame_props(AVFilterBufferRef *dst, const AVFrame *src) function
H A Davfilter.h1117 int avfilter_copy_frame_props(AVFilterBufferRef *dst, const AVFrame *src);
H A Dbuffersink.c316 avfilter_copy_frame_props(buf, frame);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Davfilter.h863 int avfilter_copy_frame_props(AVFilterBufferRef *dst, const AVFrame *src);
H A Dvsrc_buffer.c65 avfilter_copy_frame_props(c->buf, frame);
H A Dvsrc_movie.c243 avfilter_copy_frame_props(movie->picref, movie->frame);
H A Davfilter.c685 int avfilter_copy_frame_props(AVFilterBufferRef *dst, const AVFrame *src) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c1653 avfilter_copy_frame_props(picref, priv->frame);
H A Davconv.c1999 avfilter_copy_frame_props(fb, decoded_frame);

Completed in 179 milliseconds