Lines Matching refs:h265dctx
1148 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()
1262 s->h265dctx->flags2 & CODEC_FLAG2_IGNORE_CROP) { in decode_vui()
1803 if (s->h265dctx->err_recognition & AV_EF_EXPLODE) { in mpp_hevc_decode_nal_sps()
1819 if (s->h265dctx->width == 0 && s->h265dctx->height == 0) { in mpp_hevc_decode_nal_sps()
1820 s->h265dctx->width = sps->output_width; in mpp_hevc_decode_nal_sps()
1821 s->h265dctx->height = sps->output_height; in mpp_hevc_decode_nal_sps()
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()
2028 if (s->h265dctx->hw_info) { in mpp_hevc_decode_nal_pps()
2029 const MppDecHwCap *hw_info = s->h265dctx->hw_info; in mpp_hevc_decode_nal_pps()
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()