Home
last modified time | relevance | path

Searched refs:ff_vdpau_get_surface_id (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvdpau_mpeg12.c50 ref = ff_vdpau_get_surface_id(s->next_picture.f); in vdpau_mpeg_start_frame()
55 ref = ff_vdpau_get_surface_id(s->last_picture.f); in vdpau_mpeg_start_frame()
H A Dvdpau_mpeg4.c50 ref = ff_vdpau_get_surface_id(s->next_picture.f); in vdpau_mpeg4_start_frame()
56 ref = ff_vdpau_get_surface_id(s->last_picture.f); in vdpau_mpeg4_start_frame()
H A Dvdpau_vp9.c55 info->lastReference = ff_vdpau_get_surface_id(h->refs[h->h.refidx[0]].f); in vdpau_vp9_start_frame()
58 info->goldenReference = ff_vdpau_get_surface_id(h->refs[h->h.refidx[1]].f); in vdpau_vp9_start_frame()
61 info->altReference = ff_vdpau_get_surface_id(h->refs[h->h.refidx[2]].f); in vdpau_vp9_start_frame()
H A Dvdpau_vc1.c51 ref = ff_vdpau_get_surface_id(s->next_picture.f); in vdpau_vc1_start_frame()
58 ref = ff_vdpau_get_surface_id(s->last_picture.f); in vdpau_vc1_start_frame()
H A Dvdpau_hevc.c251 info->RefPics[j] = ff_vdpau_get_surface_id(frame->frame); in vdpau_hevc_start_frame()
298 uintptr_t id = ff_vdpau_get_surface_id(frame->frame); in vdpau_hevc_start_frame()
321 uintptr_t id = ff_vdpau_get_surface_id(frame->frame); in vdpau_hevc_start_frame()
344 uintptr_t id = ff_vdpau_get_surface_id(frame->frame); in vdpau_hevc_start_frame()
H A Dvdpau_internal.h38 static inline uintptr_t ff_vdpau_get_surface_id(AVFrame *pic) in ff_vdpau_get_surface_id() function
H A Dvdpau_h264.c55 VdpVideoSurface surface = ff_vdpau_get_surface_id(pic->f); in vdpau_h264_set_rf()
92 surface_ref = ff_vdpau_get_surface_id(pic->f); in vdpau_h264_set_reference_frames()
H A Dvdpau_av1.c222 info->ref_frame_map[i] = ff_vdpau_get_surface_id(s->ref[i].f) ? ff_vdpau_get_surface_id(s->ref[i].f) : VDP_INVALID_HANDLE; in vdpau_av1_start_frame()
H A Dvdpau.c346 VdpVideoSurface surf = ff_vdpau_get_surface_id(frame); in ff_vdpau_common_end_frame()

Completed in 5 milliseconds