Home
last modified time | relevance | path

Searched refs:ff_hevc_frame_nb_refs (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdec.h634 int ff_hevc_frame_nb_refs(const HEVCContext *s);
Dnvdec_hevc.c188 .NumPocTotalCurr = ff_hevc_frame_nb_refs(s), in nvdec_hevc_start_frame()
Dvdpau_hevc.c209 info->NumPocTotalCurr = ff_hevc_frame_nb_refs(h); in vdpau_hevc_start_frame()
Dhevc_refs.c503 int ff_hevc_frame_nb_refs(const HEVCContext *s) in ff_hevc_frame_nb_refs() function
Dhevcdec.c758 nb_refs = ff_hevc_frame_nb_refs(s); in hls_slice_header()