Searched refs:AV_CODEC_ID_VORBIS (Results 1 – 23 of 23) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | matroska.c | 60 {"A_VORBIS" , AV_CODEC_ID_VORBIS}, 111 {"A_VORBIS" , AV_CODEC_ID_VORBIS},
|
D | oggenc.c | 490 if (st->codecpar->codec_id != AV_CODEC_ID_VORBIS && in ogg_init() 558 const char *cstr = st->codecpar->codec_id == AV_CODEC_ID_VORBIS ? "vorbis" : "theora"; in ogg_init() 559 int header_type = st->codecpar->codec_id == AV_CODEC_ID_VORBIS ? 3 : 0x81; in ogg_init() 560 int framing_bit = st->codecpar->codec_id == AV_CODEC_ID_VORBIS ? 1 : 0; in ogg_init() 563 st->codecpar->codec_id == AV_CODEC_ID_VORBIS ? 30 : 42, in ogg_init() 765 AV_CODEC_ID_VORBIS : AV_CODEC_ID_FLAC, 805 AV_CODEC_ID_VORBIS : AV_CODEC_ID_FLAC,
|
D | rtpenc.c | 76 case AV_CODEC_ID_VORBIS: in is_supported() 227 case AV_CODEC_ID_VORBIS: in rtp_write_header() 606 case AV_CODEC_ID_VORBIS: in rtp_write_packet()
|
D | isom.c | 67 { AV_CODEC_ID_VORBIS , 0xDD }, /* nonstandard, gpac uses it */
|
D | sdp.c | 360 case AV_CODEC_ID_VORBIS: in xiph_extradata2config() 618 case AV_CODEC_ID_VORBIS: in sdp_write_media_attributes()
|
D | rtpdec_xiph.c | 382 .codec_id = AV_CODEC_ID_VORBIS,
|
D | nutenc.c | 179 if (par->codec_id == AV_CODEC_ID_VORBIS && !frame_size) in build_frame_code() 244 } else if (par->codec_id == AV_CODEC_ID_VORBIS) { in build_frame_code() 1237 .audio_codec = CONFIG_LIBVORBIS ? AV_CODEC_ID_VORBIS :
|
D | matroskaenc.c | 611 if (par->codec_id == AV_CODEC_ID_VORBIS) in put_xiph_codecpriv() 716 case AV_CODEC_ID_VORBIS: in mkv_write_native_codecprivate() 2845 AV_CODEC_ID_VORBIS : AV_CODEC_ID_AC3, 2880 .audio_codec = CONFIG_LIBOPUS_ENCODER ? AV_CODEC_ID_OPUS : AV_CODEC_ID_VORBIS, 2910 AV_CODEC_ID_VORBIS : AV_CODEC_ID_AC3,
|
D | oggparsevorbis.c | 365 st->codecpar->codec_id = AV_CODEC_ID_VORBIS; in vorbis_header()
|
D | riff.c | 589 { AV_CODEC_ID_VORBIS, ('V' << 8) + 'o' },
|
D | webmdashenc.c | 483 codec_id != AV_CODEC_ID_VORBIS && codec_id != AV_CODEC_ID_OPUS) in webm_dash_manifest_write_header()
|
D | vividas.c | 367 st->codecpar->codec_id = AV_CODEC_ID_VORBIS; in track_header()
|
D | dashenc.c | 210 { AV_CODEC_ID_VORBIS, "vorbis" }, 294 if (codec_id == AV_CODEC_ID_OPUS || codec_id == AV_CODEC_ID_VORBIS || in select_segment_type()
|
D | mov.c | 3661 … (st->codecpar->codec_type == AVMEDIA_TYPE_AUDIO && st->codecpar->codec_id != AV_CODEC_ID_VORBIS && in mov_fix_index() 3697 … first_non_zero_audio_edit > 0 && st->codecpar->codec_id != AV_CODEC_ID_VORBIS) { in mov_fix_index()
|
D | movenc.c | 7221 { AV_CODEC_ID_VORBIS, MKTAG('m', 'p', '4', 'a') },
|
/third_party/ffmpeg/libavcodec/ |
D | libvorbisdec.c | 215 .id = AV_CODEC_ID_VORBIS,
|
D | vorbis_parser.c | 336 .codec_ids = { AV_CODEC_ID_VORBIS },
|
D | codec_id.h | 429 AV_CODEC_ID_VORBIS, enumerator
|
D | libvorbisenc.c | 381 .id = AV_CODEC_ID_VORBIS,
|
D | vorbisenc.c | 1305 .id = AV_CODEC_ID_VORBIS,
|
D | vorbisdec.c | 1887 .id = AV_CODEC_ID_VORBIS,
|
D | codec_desc.c | 2588 .id = AV_CODEC_ID_VORBIS,
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavcodecmap.c | 902 case AV_CODEC_ID_VORBIS: in gst_ffmpeg_codecid_to_caps() 4014 id = AV_CODEC_ID_VORBIS; in gst_ffmpeg_caps_to_codecid()
|