Lines Matching defs:flags
414 int duration, flags = 0;
423 if ((!os->lastpts || os->lastpts == AV_NOPTS_VALUE) && !(os->flags & OGG_FLAG_EOS) && (int64_t)os->granule>=0) {
431 d = av_vorbis_parse_frame_flags(priv->vp, last_pkt, 1, &flags);
435 } else if (flags & VORBIS_FLAG_COMMENT) {
437 flags = 0;
443 int d = av_vorbis_parse_frame_flags(priv->vp, last_pkt, 1, &flags);
447 } else if (flags & VORBIS_FLAG_COMMENT) {
449 flags = 0;
473 duration = av_vorbis_parse_frame_flags(priv->vp, os->buf + os->pstart, 1, &flags);
477 } else if (flags & VORBIS_FLAG_COMMENT) {
479 flags = 0;
488 if (os->flags & OGG_FLAG_EOS) {