Searched refs:copy_plane (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavutil/ |
D | imgutils.c | 348 void (*copy_plane)(uint8_t *, ptrdiff_t, const uint8_t *, in image_copy() 358 copy_plane(dst_data[0], dst_linesizes[0], in image_copy() 380 copy_plane(dst_data[i], dst_linesizes[i], in image_copy()
|
/third_party/ffmpeg/libavcodec/ |
D | rasc.c | 82 static void copy_plane(AVCodecContext *avctx, AVFrame *src, AVFrame *dst) in copy_plane() function 737 copy_plane(avctx, s->frame2, s->frame); in decode_frame()
|