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