Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffplay.c908 static int upload_texture(SDL_Texture **tex, AVFrame *frame, struct SwsContext **img_convert_ctx) { in upload_texture() function
1030 if (upload_texture(&is->vid_texture, vp->frame, &is->img_convert_ctx) < 0) in video_image_display()