Searched defs:codec_tag (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | astenc.c | 52 unsigned int codec_tag; in ast_write_header() local
|
D | cafenc.c | 111 unsigned int codec_tag = ff_codec_get_tag(ff_codec_caf_tags, par->codec_id); in caf_write_header() local
|
D | swfenc.c | 370 unsigned codec_tag = ff_codec_get_tag(ff_swf_codec_tags, par->codec_id); in swf_write_video() local
|
D | avformat.h | 516 const struct AVCodecTag * const *codec_tag; member 668 const struct AVCodecTag * const *codec_tag; member
|
D | utils.c | 5076 unsigned int codec_tag; local
|
D | mov.c | 2471 int codec_tag, int format, in mov_skip_multiple_stsd()
|
/third_party/ffmpeg/libavcodec/ |
D | codec_par.h | 64 uint32_t codec_tag; member
|
D | utils.c | 492 size_t av_get_codec_tag_string(char *buf, size_t buf_size, unsigned int codec_tag) in av_get_codec_tag_string()
|
D | mpegvideo.h | 120 int codec_tag; ///< internal codec_tag upper case converted from avctx codec_tag member
|
D | avcodec.h | 561 unsigned int codec_tag; member
|
/third_party/gstreamer/gstplugins_good/gst/flv/ |
D | gstflvdemux.c | 734 gst_flv_demux_audio_negotiate (GstFlvDemux * demux, guint32 codec_tag, in gst_flv_demux_audio_negotiate() 1097 guint32 pts = 0, codec_tag = 0, rate = 5512, width = 8, channels = 1; in gst_flv_demux_parse_tag_audio() local 1402 gst_flv_demux_video_negotiate (GstFlvDemux * demux, guint32 codec_tag) in gst_flv_demux_video_negotiate() 1540 guint8 flags = 0, codec_tag = 0; in gst_flv_demux_parse_tag_video() local
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | descriptions.c | 1155 const gchar * codec_tag, const GstCaps * caps) in gst_pb_utils_add_codec_description_to_tag_list()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_opt.c | 795 char *codec_tag = NULL; in add_input_streams() local 1430 char *next, *codec_tag = NULL; in new_output_stream() local
|
D | ffmpeg.c | 3114 uint32_t codec_tag = par_dst->codec_tag; in init_output_stream_streamcopy() local
|