/third_party/ffmpeg/libavformat/ |
D | rawenc.c | 42 if ( s->oformat->audio_codec != AV_CODEC_ID_NONE in force_one_stream() 48 if ( s->oformat->video_codec != AV_CODEC_ID_NONE in force_one_stream() 66 .video_codec = AV_CODEC_ID_NONE, 98 .video_codec = AV_CODEC_ID_NONE, 112 .video_codec = AV_CODEC_ID_NONE, 125 .video_codec = AV_CODEC_ID_NONE, 137 .audio_codec = AV_CODEC_ID_NONE, 150 .audio_codec = AV_CODEC_ID_NONE, 163 .video_codec = AV_CODEC_ID_NONE, 186 .audio_codec = AV_CODEC_ID_NONE, [all …]
|
D | rtp.c | 43 {3, "GSM", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 8000, 1}, 45 {5, "DVI4", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 8000, 1}, 46 {6, "DVI4", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 16000, 1}, 47 {7, "LPC", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 8000, 1}, 53 {13, "CN", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 8000, 1}, 56 {15, "G728", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 8000, 1}, 57 {16, "DVI4", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 11025, 1}, 58 {17, "DVI4", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 22050, 1}, 59 {18, "G729", AVMEDIA_TYPE_AUDIO, AV_CODEC_ID_NONE, 8000, 1}, 60 {25, "CelB", AVMEDIA_TYPE_VIDEO, AV_CODEC_ID_NONE, 90000, -1}, [all …]
|
D | segafilm.c | 131 film->audio_type = AV_CODEC_ID_NONE; in film_read_header() 133 film->audio_type = AV_CODEC_ID_NONE; in film_read_header() 144 film->video_type = AV_CODEC_ID_NONE; in film_read_header() 147 if (film->video_type == AV_CODEC_ID_NONE && film->audio_type == AV_CODEC_ID_NONE) in film_read_header() 151 if (film->video_type != AV_CODEC_ID_NONE) { in film_read_header() 172 if (film->audio_type != AV_CODEC_ID_NONE) { in film_read_header() 239 else if (film->audio_type != AV_CODEC_ID_NONE) in film_read_header() 247 if (film->video_type != AV_CODEC_ID_NONE) in film_read_header() 256 if (film->audio_type != AV_CODEC_ID_NONE) in film_read_header() 259 if (film->video_type != AV_CODEC_ID_NONE) in film_read_header()
|
D | img2.c | 87 { AV_CODEC_ID_NONE, NULL } 94 return AV_CODEC_ID_NONE; in str2id() 103 return AV_CODEC_ID_NONE; in str2id()
|
D | smjpeg.c | 33 { AV_CODEC_ID_NONE, 0 }, 39 { AV_CODEC_ID_NONE, 0 },
|
D | ircam.c | 34 { AV_CODEC_ID_NONE, 0 }, 46 { AV_CODEC_ID_NONE, 0 },
|
D | nut.c | 35 { AV_CODEC_ID_NONE, 0 } 40 { AV_CODEC_ID_NONE, 0 } 208 { AV_CODEC_ID_NONE, 0 } 218 { AV_CODEC_ID_NONE, 0 } 247 { AV_CODEC_ID_NONE, 0 }
|
D | isom.c | 72 { AV_CODEC_ID_NONE , 0 }, 79 { AV_CODEC_ID_NONE, 0 }, 84 { AV_CODEC_ID_NONE, 0 }, 326 { AV_CODEC_ID_NONE, AOT_NULL },
|
D | voc_packet.c | 130 if (par->codec_id == AV_CODEC_ID_NONE) in ff_voc_get_packet() 134 if (par->codec_id == AV_CODEC_ID_NONE) { in ff_voc_get_packet() 135 if (s->audio_codec_id == AV_CODEC_ID_NONE) { in ff_voc_get_packet()
|
D | flac_picture.c | 35 enum AVCodecID id = AV_CODEC_ID_NONE; in ff_flac_parse_picture() 81 while (mime->id != AV_CODEC_ID_NONE) { in ff_flac_parse_picture() 88 if (id == AV_CODEC_ID_NONE) { in ff_flac_parse_picture()
|
D | format.c | 63 ff_guess_image2_codec(filename) != AV_CODEC_ID_NONE) { in av_guess_format() 98 enum AVCodecID codec_id = AV_CODEC_ID_NONE; in av_guess_codec() 105 if (codec_id == AV_CODEC_ID_NONE) in av_guess_codec() 115 return AV_CODEC_ID_NONE; in av_guess_codec()
|
D | matroska.c | 103 {"" , AV_CODEC_ID_NONE} 119 {"" , AV_CODEC_ID_NONE}
|
D | ivfenc.c | 121 { AV_CODEC_ID_NONE, 0 } 129 .audio_codec = AV_CODEC_ID_NONE,
|
D | au.c | 53 { AV_CODEC_ID_NONE, 0 }, 179 if (codec == AV_CODEC_ID_NONE) { in au_read_header() 338 .video_codec = AV_CODEC_ID_NONE,
|
D | swf.c | 30 { AV_CODEC_ID_NONE, 0 },
|
D | ast.c | 29 { AV_CODEC_ID_NONE, 0 },
|
D | rso.c | 29 { AV_CODEC_ID_NONE, 0 },
|
D | mov_chan.c | 451 { AV_CODEC_ID_NONE, NULL }, 503 for (i = 0; mov_codec_ch_layouts[i].codec_id != AV_CODEC_ID_NONE; i++) { in ff_mov_get_channel_layout_tag() 507 if (mov_codec_ch_layouts[i].codec_id != AV_CODEC_ID_NONE) in ff_mov_get_channel_layout_tag()
|
D | voc.c | 36 {AV_CODEC_ID_NONE, 0},
|
D | rm.c | 47 { AV_CODEC_ID_NONE },
|
D | rpl.c | 176 vst->codecpar->codec_id = AV_CODEC_ID_NONE; in rpl_read_header() 215 ast->codecpar->codec_id = AV_CODEC_ID_NONE; in rpl_read_header() 249 if (ast->codecpar->codec_id == AV_CODEC_ID_NONE) in rpl_read_header()
|
D | riff.c | 499 { AV_CODEC_ID_NONE, 0 } 505 { AV_CODEC_ID_NONE, 0 } 590 { AV_CODEC_ID_NONE, 0 }, 637 { AV_CODEC_ID_NONE }
|
D | mkvtimestamp_v2.c | 46 .audio_codec = AV_CODEC_ID_NONE,
|
/third_party/ffmpeg/libavdevice/ |
D | v4l2-common.c | 70 { AV_PIX_FMT_NONE, AV_CODEC_ID_NONE, 0 }, 77 for (i = 0; ff_fmt_conversion_table[i].codec_id != AV_CODEC_ID_NONE; i++) { in ff_fmt_ff2v4l() 78 if ((codec_id == AV_CODEC_ID_NONE || in ff_fmt_ff2v4l() 93 for (i = 0; ff_fmt_conversion_table[i].codec_id != AV_CODEC_ID_NONE; i++) { in ff_fmt_v4l2ff() 107 for (i = 0; ff_fmt_conversion_table[i].codec_id != AV_CODEC_ID_NONE; i++) { in ff_fmt_v4l2codec() 113 return AV_CODEC_ID_NONE; in ff_fmt_v4l2codec()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavcodecmap.c | 831 gst_ff_vid_caps_new (context, NULL, AV_CODEC_ID_NONE, encode, in gst_ffmpeg_codecid_to_caps() 3703 AV_CODEC_ID_NONE, in gst_ffmpeg_formatid_get_codecids() enumerator 3704 AV_CODEC_ID_NONE in gst_ffmpeg_formatid_get_codecids() enumerator 3707 AV_CODEC_ID_NONE, in gst_ffmpeg_formatid_get_codecids() enumerator 3708 AV_CODEC_ID_NONE in gst_ffmpeg_formatid_get_codecids() enumerator 3717 AV_CODEC_ID_NONE in gst_ffmpeg_formatid_get_codecids() enumerator 3721 AV_CODEC_ID_NONE in gst_ffmpeg_formatid_get_codecids() enumerator 3730 AV_CODEC_ID_NONE in gst_ffmpeg_formatid_get_codecids() enumerator 3735 AV_CODEC_ID_NONE in gst_ffmpeg_formatid_get_codecids() enumerator 3742 AV_CODEC_ID_NONE in gst_ffmpeg_formatid_get_codecids() enumerator [all …]
|