Searched refs:create_frame (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | f_graphmonitor.c | 249 static int create_frame(AVFilterContext *ctx, int64_t pts) in create_frame() function 346 return create_frame(ctx, s->pts); in activate()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_vulkan.c | 1572 static int create_frame(AVHWFramesContext *hwfc, AVVkFrame **frame, in create_frame() function 1727 err = create_frame(hwfc, &f, hwctx->tiling, hwctx->usage, in vulkan_pool_alloc() 1795 err = create_frame(hwfc, &f, hwctx->tiling, hwctx->usage, in vulkan_frames_init()
|