Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_codec.h140 void *compare_info; member
H A Dh265d_ps.c1148 if (s->h265dctx->compare_info != NULL) { in mpp_hevc_decode_nal_vps()
1149 CurrentFameInf_t *info = (CurrentFameInf_t *)s->h265dctx->compare_info; in mpp_hevc_decode_nal_vps()
1872 if (s->h265dctx->compare_info != NULL) { in mpp_hevc_decode_nal_sps()
1873 CurrentFameInf_t *info = (CurrentFameInf_t *)s->h265dctx->compare_info; in mpp_hevc_decode_nal_sps()
2184 if (s->h265dctx->compare_info != NULL) { in mpp_hevc_decode_nal_pps()
2185 CurrentFameInf_t *info = (CurrentFameInf_t *)s->h265dctx->compare_info; in mpp_hevc_decode_nal_pps()
H A Dh265d_parser.c1104 if (s->h265dctx->compare_info != NULL && sh->first_slice_in_pic_flag) { in hls_slice_header()
1105 CurrentFameInf_t *info = (CurrentFameInf_t *)s->h265dctx->compare_info; in hls_slice_header()
2043 h265dctx->compare_info = info; in h265d_set_compare_info()