Lines Matching refs:logctx
26 int err_recognition, int apply_defdispwin, void *logctx) in hevc_decode_nal_units() argument
32 ret = ff_h2645_packet_split(&pkt, buf, buf_size, logctx, is_nalff, in hevc_decode_nal_units()
46 ret = ff_hevc_decode_nal_vps(&nal->gb, logctx, ps); in hevc_decode_nal_units()
51 ret = ff_hevc_decode_nal_sps(&nal->gb, logctx, ps, apply_defdispwin); in hevc_decode_nal_units()
56 ret = ff_hevc_decode_nal_pps(&nal->gb, logctx, ps); in hevc_decode_nal_units()
62 ret = ff_hevc_decode_nal_sei(&nal->gb, logctx, sei, ps, nal->type); in hevc_decode_nal_units()
67 av_log(logctx, AV_LOG_VERBOSE, "Ignoring NAL type %d in extradata\n", nal->type); in hevc_decode_nal_units()
82 int err_recognition, int apply_defdispwin, void *logctx) in ff_hevc_decode_extradata() argument
115 av_log(logctx, AV_LOG_ERROR, in ff_hevc_decode_extradata()
122 logctx); in ff_hevc_decode_extradata()
124 av_log(logctx, AV_LOG_ERROR, in ff_hevc_decode_extradata()
139 err_recognition, apply_defdispwin, logctx); in ff_hevc_decode_extradata()