Searched refs:AV_CODEC_ID_VORBIS (Results 1 - 23 of 23) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | matroska.c | 60 {"A_VORBIS" , AV_CODEC_ID_VORBIS}, 113 {"A_VORBIS" , AV_CODEC_ID_VORBIS},
|
H A D | oggenc.c | 492 if (st->codecpar->codec_id != AV_CODEC_ID_VORBIS && in ogg_init() 560 const char *cstr = st->codecpar->codec_id == AV_CODEC_ID_VORBIS ? "vorbis" : "theora"; in ogg_init() 561 int header_type = st->codecpar->codec_id == AV_CODEC_ID_VORBIS ? 3 : 0x81; in ogg_init() 562 int framing_bit = st->codecpar->codec_id == AV_CODEC_ID_VORBIS ? 1 : 0; in ogg_init() 565 st->codecpar->codec_id == AV_CODEC_ID_VORBIS ? 30 : 42, in ogg_init() 766 AV_CODEC_ID_VORBIS : AV_CODEC_ID_FLAC, 804 AV_CODEC_ID_VORBIS : AV_CODEC_ID_FLAC,
|
H A D | rtpenc.c | 76 case AV_CODEC_ID_VORBIS: in is_supported() 229 case AV_CODEC_ID_VORBIS: in rtp_write_header() 608 case AV_CODEC_ID_VORBIS: in rtp_write_packet()
|
H A D | rtpdec_xiph.c | 382 .codec_id = AV_CODEC_ID_VORBIS,
|
H A D | isom.c | 70 { AV_CODEC_ID_VORBIS , 0xDD }, /* nonstandard, gpac uses it */
|
H A D | sdp.c | 383 case AV_CODEC_ID_VORBIS: in xiph_extradata2config() 654 case AV_CODEC_ID_VORBIS: in sdp_write_media_attributes()
|
H A D | oggparsevorbis.c | 363 st->codecpar->codec_id = AV_CODEC_ID_VORBIS; in vorbis_header()
|
H A D | nutenc.c | 201 if (par->codec_id == AV_CODEC_ID_VORBIS && !frame_size) in build_frame_code() 266 } else if (par->codec_id == AV_CODEC_ID_VORBIS) { in build_frame_code() 1262 .audio_codec = CONFIG_LIBVORBIS ? AV_CODEC_ID_VORBIS :
|
H A D | matroskaenc.c | 996 if (par->codec_id == AV_CODEC_ID_VORBIS) in put_xiph_codecpriv() 1106 case AV_CODEC_ID_VORBIS: in mkv_assemble_native_codecprivate() 3326 AV_CODEC_ID_VORBIS : AV_CODEC_ID_AC3, 3363 .audio_codec = CONFIG_LIBOPUS_ENCODER ? AV_CODEC_ID_OPUS : AV_CODEC_ID_VORBIS, 3387 AV_CODEC_ID_VORBIS : AV_CODEC_ID_AC3,
|
H A D | webmdashenc.c | 485 codec_id != AV_CODEC_ID_AV1 && codec_id != AV_CODEC_ID_VORBIS && in webm_dash_manifest_write_header()
|
H A D | riff.c | 595 { AV_CODEC_ID_VORBIS, ('V' << 8) + 'o' },
|
H A D | vividas.c | 368 st->codecpar->codec_id = AV_CODEC_ID_VORBIS; in track_header()
|
H A 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()
|
H A D | mov.c | 3975 if (st->codecpar->codec_type == AVMEDIA_TYPE_AUDIO && st->codecpar->codec_id != AV_CODEC_ID_VORBIS && 4011 first_non_zero_audio_edit > 0 && st->codecpar->codec_id != AV_CODEC_ID_VORBIS) {
|
H A D | movenc.c | 8268 { AV_CODEC_ID_VORBIS, MKTAG('m', 'p', '4', 'a') },
|
/third_party/ffmpeg/libavcodec/ |
H A D | libvorbisdec.c | 217 .p.id = AV_CODEC_ID_VORBIS,
|
H A D | vorbis_parser.c | 338 .codec_ids = { AV_CODEC_ID_VORBIS },
|
H A D | codec_id.h | 432 AV_CODEC_ID_VORBIS, enumerator
|
H A D | libvorbisenc.c | 382 .p.id = AV_CODEC_ID_VORBIS,
|
H A D | vorbisdec.c | 1895 .p.id = AV_CODEC_ID_VORBIS,
|
H A D | vorbisenc.c | 1302 .p.id = AV_CODEC_ID_VORBIS,
|
H A D | codec_desc.c | 2632 .id = AV_CODEC_ID_VORBIS,
|
/third_party/ffmpeg/tools/ |
H A D | target_dec_fuzzer.c | 248 case AV_CODEC_ID_VORBIS: maxsamples /= 1024; break; in LLVMFuzzerTestOneInput()
|
Completed in 55 milliseconds