Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_refs.c340 int mpp_hevc_compute_poc(HEVCContext *s, int poc_lsb) in mpp_hevc_compute_poc() function
H A Dh265d_parser.h658 int mpp_hevc_compute_poc(HEVCContext *s, RK_S32 poc_lsb);
H A Dh265d_parser.c827 poc = mpp_hevc_compute_poc(s, sh->pic_order_cnt_lsb); in hls_slice_header()