Searched refs:get_surface (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dxva2.c | 753 static void *get_surface(const AVCodecContext *avctx, const AVFrame *frame) in get_surface() function 774 void *surface = get_surface(avctx, frame); in ff_dxva2_get_surface_index() 918 get_surface(avctx, frame), in ff_dxva2_common_end_frame() 924 get_surface(avctx, frame), in ff_dxva2_common_end_frame()
|
H A D | qsvdec.c | 484 static int get_surface(AVCodecContext *avctx, QSVContext *q, mfxFrameSurface1 **surf) in get_surface() function 629 ret = get_surface(avctx, q, &insurf); in qsv_decode()
|
Completed in 4 milliseconds