MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / ff_vaapi_get_surface_id

Function ff_vaapi_get_surface_id

libavcodec/vaapi_decode.h:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28#include "avcodec.h"
29
30static inline VASurfaceID ff_vaapi_get_surface_id(AVFrame *pic)
31{
32 return (uintptr_t)pic->data[3];
33}
34
35typedef struct VAAPIDecodePicture {
36 VASurfaceID output_surface;

Callers 15

fill_vaapi_picFunction · 0.85
find_frame_rps_typeFunction · 0.85
vaapi_hevc_start_frameFunction · 0.85
get_ref_pic_indexFunction · 0.85
vaapi_mpeg2_start_frameFunction · 0.85
fill_vaapi_picFunction · 0.85
dpb_addFunction · 0.85
vaapi_h264_start_frameFunction · 0.85
fill_vaapi_picFunction · 0.85
vaapi_vvc_start_frameFunction · 0.85
get_ref_pic_indexFunction · 0.85
vaapi_vp9_surface_idFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected