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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dbuffersrc.c235 #define WRAP_PLANE(ref_out, data, data_size) \ macro
264 WRAP_PLANE(frame->buf[i], frame->data[i], plane_size);
283 WRAP_PLANE(frame->buf[i], frame->extended_data[i], frame->linesize[0]);
286 WRAP_PLANE(frame->extended_buf[i],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dutils.c951 #define WRAP_PLANE(ref_out, data, data_size) \ macro
984 WRAP_PLANE(frame->buf[i], frame->data[i], plane_size);
1001 WRAP_PLANE(frame->buf[i], frame->extended_data[i], frame->linesize[0]);
1004 WRAP_PLANE(frame->extended_buf[i],

Completed in 57 milliseconds