Searched refs:dst_frame (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 Dvf_interlace.c129 static void copy_picture_field(AVFrame *src_frame, AVFrame *dst_frame, argument
139 uint8_t *dstp = dst_frame->data[plane];
150 dstp += dst_frame->linesize[plane];
153 dstp_linesize = dst_frame->linesize[plane] * 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/s5p-fimc/
H A Dfimc-reg.c274 struct fimc_frame *dst_frame = &ctx->d_frame; local
303 if (dst_frame->fmt->color == S5P_FIMC_RGB565)
305 else if (dst_frame->fmt->color == S5P_FIMC_RGB666)
307 else if (dst_frame->fmt->color == S5P_FIMC_RGB888)

Completed in 87 milliseconds