Home
last modified time | relevance | path

Searched refs:mpp_hevc_compute_poc (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c351 int mpp_hevc_compute_poc(HEVCContext *s, int poc_lsb) in mpp_hevc_compute_poc() function
H A Dh265d_parser.h692 int mpp_hevc_compute_poc(HEVCContext *s, RK_S32 poc_lsb);
H A Dh265d_parser.c834 poc = mpp_hevc_compute_poc(s, sh->pic_order_cnt_lsb); in hls_slice_header()