Home
last modified time | relevance | path

Searched refs:AV_CODEC_ID_NONE (Results 1 - 25 of 178) sorted by relevance

12345678

/third_party/ffmpeg/libavformat/
H A Drawenc.c44 if ( s->oformat->audio_codec != AV_CODEC_ID_NONE in force_one_stream()
50 if ( s->oformat->video_codec != AV_CODEC_ID_NONE in force_one_stream()
68 .video_codec = AV_CODEC_ID_NONE,
100 .video_codec = AV_CODEC_ID_NONE,
114 .video_codec = AV_CODEC_ID_NONE,
127 .video_codec = AV_CODEC_ID_NONE,
139 .audio_codec = AV_CODEC_ID_NONE,
152 .audio_codec = AV_CODEC_ID_NONE,
166 .audio_codec = AV_CODEC_ID_NONE,
179 .video_codec = AV_CODEC_ID_NONE,
[all...]
H A Drtp.c43 {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, 9000
[all...]
H A Dsegafilm.c131 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()
233 else if (film->audio_type != AV_CODEC_ID_NONE) in film_read_header()
241 if (film->video_type != AV_CODEC_ID_NONE) in film_read_header()
250 if (film->audio_type != AV_CODEC_ID_NONE) in film_read_header()
[all...]
H A Dutils.c136 while (tags->id != AV_CODEC_ID_NONE) { in ff_codec_get_tag()
146 for (int i = 0; tags[i].id != AV_CODEC_ID_NONE; i++) in ff_codec_get_id()
149 for (int i = 0; tags[i].id != AV_CODEC_ID_NONE; i++) in ff_codec_get_id()
152 return AV_CODEC_ID_NONE; in ff_codec_get_id()
158 return AV_CODEC_ID_NONE; in ff_get_pcm_codec_id()
167 return AV_CODEC_ID_NONE; in ff_get_pcm_codec_id()
185 return AV_CODEC_ID_NONE; in ff_get_pcm_codec_id()
198 return AV_CODEC_ID_NONE; in ff_get_pcm_codec_id()
217 while (codec_tags->id != AV_CODEC_ID_NONE) { in av_codec_get_tag2()
232 if (id != AV_CODEC_ID_NONE) in av_codec_get_id()
[all...]
H A Dimg2.c94 { AV_CODEC_ID_NONE, NULL }
101 return AV_CODEC_ID_NONE; in str2id()
110 return AV_CODEC_ID_NONE; in str2id()
H A Dsmjpeg.c33 { AV_CODEC_ID_NONE, 0 },
39 { AV_CODEC_ID_NONE, 0 },
H A Dircam.c34 { AV_CODEC_ID_NONE, 0 },
46 { AV_CODEC_ID_NONE, 0 },
H A Dasf.c53 enum AVCodecID id = AV_CODEC_ID_NONE; in asf_read_picture()
79 while (mime->id != AV_CODEC_ID_NONE) { in asf_read_picture()
86 if (id == AV_CODEC_ID_NONE) { in asf_read_picture()
H A Dnut.c35 { 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 }
H A Dflac_picture.c37 enum AVCodecID id = AV_CODEC_ID_NONE; in ff_flac_parse_picture()
84 while (mime->id != AV_CODEC_ID_NONE) { in ff_flac_parse_picture()
91 if (id == AV_CODEC_ID_NONE) { in ff_flac_parse_picture()
H A Dvoc_packet.c131 if (par->codec_id == AV_CODEC_ID_NONE) in ff_voc_get_packet()
135 if (par->codec_id == AV_CODEC_ID_NONE) { in ff_voc_get_packet()
136 if (s->audio_codec_id == AV_CODEC_ID_NONE) { in ff_voc_get_packet()
H A Disom.c75 { AV_CODEC_ID_NONE , 0 },
85 { AV_CODEC_ID_NONE, 0 },
90 { AV_CODEC_ID_NONE, 0 },
332 { AV_CODEC_ID_NONE, AOT_NULL },
H A Dformat.c65 ff_guess_image2_codec(filename) != AV_CODEC_ID_NONE) { in av_guess_format()
100 enum AVCodecID codec_id = AV_CODEC_ID_NONE; in av_guess_codec()
107 if (codec_id == AV_CODEC_ID_NONE) in av_guess_codec()
117 return AV_CODEC_ID_NONE; in av_guess_codec()
H A Divfenc.c122 { AV_CODEC_ID_NONE, 0 }
130 .audio_codec = AV_CODEC_ID_NONE,
H A Dmatroska.c105 {"" , AV_CODEC_ID_NONE}
121 {"" , AV_CODEC_ID_NONE}
H A Dau.c56 { AV_CODEC_ID_NONE, 0 },
182 if (codec == AV_CODEC_ID_NONE) { in au_read_header()
341 .video_codec = AV_CODEC_ID_NONE,
H A Drso.c29 { AV_CODEC_ID_NONE, 0 },
H A Dast.c29 { AV_CODEC_ID_NONE, 0 },
H A Dswf.c30 { AV_CODEC_ID_NONE, 0 },
H A Dvoc.c37 {AV_CODEC_ID_NONE, 0},
H A Drm.c47 { AV_CODEC_ID_NONE },
H A Daiff.c51 { AV_CODEC_ID_NONE, 0 },
H A Dmkvtimestamp_v2.c46 .audio_codec = AV_CODEC_ID_NONE,
/third_party/ffmpeg/libavdevice/
H A Dv4l2-common.c70 { 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/ffmpeg/libavcodec/
H A Ddca_core_bsf.c54 AV_CODEC_ID_DTS, AV_CODEC_ID_NONE,

Completed in 8 milliseconds

12345678