AV_CODEC_ID_VORBIS 2495 libavcodec/codec_desc.c         .id        = AV_CODEC_ID_VORBIS,
AV_CODEC_ID_VORBIS  215 libavcodec/libvorbisdec.c     .id             = AV_CODEC_ID_VORBIS,
AV_CODEC_ID_VORBIS  370 libavcodec/libvorbisenc.c     .id             = AV_CODEC_ID_VORBIS,
AV_CODEC_ID_VORBIS  336 libavcodec/vorbis_parser.c     .codec_ids      = { AV_CODEC_ID_VORBIS },
AV_CODEC_ID_VORBIS 1887 libavcodec/vorbisdec.c     .id              = AV_CODEC_ID_VORBIS,
AV_CODEC_ID_VORBIS 1305 libavcodec/vorbisenc.c     .id             = AV_CODEC_ID_VORBIS,
AV_CODEC_ID_VORBIS  207 libavformat/dashenc.c     { AV_CODEC_ID_VORBIS, "vorbis" },
AV_CODEC_ID_VORBIS  291 libavformat/dashenc.c         if (codec_id == AV_CODEC_ID_OPUS || codec_id == AV_CODEC_ID_VORBIS ||
AV_CODEC_ID_VORBIS   67 libavformat/isom.c     { AV_CODEC_ID_VORBIS      , 0xDD }, /* nonstandard, gpac uses it */
AV_CODEC_ID_VORBIS   60 libavformat/matroska.c     {"A_VORBIS"         , AV_CODEC_ID_VORBIS},
AV_CODEC_ID_VORBIS  111 libavformat/matroska.c     {"A_VORBIS"         , AV_CODEC_ID_VORBIS},
AV_CODEC_ID_VORBIS  610 libavformat/matroskaenc.c     if (par->codec_id == AV_CODEC_ID_VORBIS)
AV_CODEC_ID_VORBIS  715 libavformat/matroskaenc.c     case AV_CODEC_ID_VORBIS:
AV_CODEC_ID_VORBIS 2815 libavformat/matroskaenc.c                          AV_CODEC_ID_VORBIS : AV_CODEC_ID_AC3,
AV_CODEC_ID_VORBIS 2850 libavformat/matroskaenc.c     .audio_codec       = CONFIG_LIBOPUS_ENCODER ? AV_CODEC_ID_OPUS : AV_CODEC_ID_VORBIS,
AV_CODEC_ID_VORBIS 2880 libavformat/matroskaenc.c                          AV_CODEC_ID_VORBIS : AV_CODEC_ID_AC3,
AV_CODEC_ID_VORBIS 3640 libavformat/mov.c                 if (st->codecpar->codec_type == AVMEDIA_TYPE_AUDIO && st->codecpar->codec_id != AV_CODEC_ID_VORBIS &&
AV_CODEC_ID_VORBIS 3676 libavformat/mov.c                             first_non_zero_audio_edit > 0 && st->codecpar->codec_id != AV_CODEC_ID_VORBIS) {
AV_CODEC_ID_VORBIS 7029 libavformat/movenc.c     { AV_CODEC_ID_VORBIS,          MKTAG('m', 'p', '4', 'a') },
AV_CODEC_ID_VORBIS  179 libavformat/nutenc.c             if (par->codec_id == AV_CODEC_ID_VORBIS && !frame_size)
AV_CODEC_ID_VORBIS  244 libavformat/nutenc.c         } else if (par->codec_id == AV_CODEC_ID_VORBIS) {
AV_CODEC_ID_VORBIS 1237 libavformat/nutenc.c     .audio_codec    = CONFIG_LIBVORBIS ? AV_CODEC_ID_VORBIS :
AV_CODEC_ID_VORBIS  490 libavformat/oggenc.c         if (st->codecpar->codec_id != AV_CODEC_ID_VORBIS &&
AV_CODEC_ID_VORBIS  558 libavformat/oggenc.c             const char *cstr = st->codecpar->codec_id == AV_CODEC_ID_VORBIS ? "vorbis" : "theora";
AV_CODEC_ID_VORBIS  559 libavformat/oggenc.c             int header_type = st->codecpar->codec_id == AV_CODEC_ID_VORBIS ? 3 : 0x81;
AV_CODEC_ID_VORBIS  560 libavformat/oggenc.c             int framing_bit = st->codecpar->codec_id == AV_CODEC_ID_VORBIS ? 1 : 0;
AV_CODEC_ID_VORBIS  563 libavformat/oggenc.c                                       st->codecpar->codec_id == AV_CODEC_ID_VORBIS ? 30 : 42,
AV_CODEC_ID_VORBIS  765 libavformat/oggenc.c                          AV_CODEC_ID_VORBIS : AV_CODEC_ID_FLAC,
AV_CODEC_ID_VORBIS  805 libavformat/oggenc.c                          AV_CODEC_ID_VORBIS : AV_CODEC_ID_FLAC,
AV_CODEC_ID_VORBIS  365 libavformat/oggparsevorbis.c         st->codecpar->codec_id   = AV_CODEC_ID_VORBIS;
AV_CODEC_ID_VORBIS  587 libavformat/riff.c     { AV_CODEC_ID_VORBIS,          ('V' << 8) + 'o' },
AV_CODEC_ID_VORBIS  382 libavformat/rtpdec_xiph.c     .codec_id         = AV_CODEC_ID_VORBIS,
AV_CODEC_ID_VORBIS   76 libavformat/rtpenc.c     case AV_CODEC_ID_VORBIS:
AV_CODEC_ID_VORBIS  227 libavformat/rtpenc.c     case AV_CODEC_ID_VORBIS:
AV_CODEC_ID_VORBIS  606 libavformat/rtpenc.c     case AV_CODEC_ID_VORBIS:
AV_CODEC_ID_VORBIS  360 libavformat/sdp.c     case AV_CODEC_ID_VORBIS:
AV_CODEC_ID_VORBIS  618 libavformat/sdp.c         case AV_CODEC_ID_VORBIS:
AV_CODEC_ID_VORBIS  361 libavformat/vividas.c         st->codecpar->codec_id = AV_CODEC_ID_VORBIS;
AV_CODEC_ID_VORBIS  501 libavformat/webmdashenc.c             codec_id != AV_CODEC_ID_VORBIS && codec_id != AV_CODEC_ID_OPUS)