Searched refs:sub_texture (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/fftools/ |
D | ffplay.c | 274 SDL_Texture *sub_texture; member 995 …if (realloc_texture(&is->sub_texture, SDL_PIXELFORMAT_ARGB8888, sp->width, sp->height, SDL_BLENDMO… in video_image_display() 1014 … if (!SDL_LockTexture(is->sub_texture, (SDL_Rect *)sub_rect, (void **)pixels, pitch)) { in video_image_display() 1017 SDL_UnlockTexture(is->sub_texture); in video_image_display() 1041 SDL_RenderCopy(renderer, is->sub_texture, NULL, &rect); in video_image_display() 1052 SDL_RenderCopy(renderer, is->sub_texture, sub_rect, &target); in video_image_display() 1294 if (is->sub_texture) in stream_close() 1295 SDL_DestroyTexture(is->sub_texture); in stream_close() 1666 … if (!SDL_LockTexture(is->sub_texture, (SDL_Rect *)sub_rect, (void **)&pixels, &pitch)) { in video_refresh() 1669 SDL_UnlockTexture(is->sub_texture); in video_refresh()
|