Home
last modified time | relevance | path

Searched refs:hdlr_type (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmovenc.c2798 const char *hdlr, *descr = NULL, *hdlr_type = NULL; in mov_write_hdlr_tag() local
2802 hdlr_type = "url "; in mov_write_hdlr_tag()
2808 hdlr_type = "vide"; in mov_write_hdlr_tag()
2811 hdlr_type = "soun"; in mov_write_hdlr_tag()
2815 hdlr_type = "clcp"; in mov_write_hdlr_tag()
2819 hdlr_type = "sbtl"; in mov_write_hdlr_tag()
2821 hdlr_type = "subp"; in mov_write_hdlr_tag()
2823 hdlr_type = "text"; in mov_write_hdlr_tag()
2828 hdlr_type = "hint"; in mov_write_hdlr_tag()
2831 hdlr_type = "tmcd"; in mov_write_hdlr_tag()
[all …]
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c3873 guint32 hdlr_type) in atom_hdlr_set_type() argument
3878 hdlr->handler_type = hdlr_type; in atom_hdlr_set_type()