Home
last modified time | relevance | path

Searched refs:sub2video_copy_rect (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/fftools/
Dffmpeg.c192 static void sub2video_copy_rect(uint8_t *dst, int dst_linesize, int w, int h, in sub2video_copy_rect() function
275 sub2video_copy_rect(dst, dst_linesize, frame->width, frame->height, sub->rects[i]); in sub2video_update()