/third_party/boost/libs/smart_ptr/test/ |
D | smart_ptr_test.cpp | 258 boost::shared_array<UDT> udta ( new UDT[3] ); in test() local 260 udta[0].value( 111 ); in test() 261 udta[1].value( 222 ); in test() 262 udta[2].value( 333 ); in test() 263 boost::shared_array<UDT> udta2 ( udta ); in test() 265 BOOST_TEST( udta[0].value() == 111 ); in test() 266 BOOST_TEST( udta[1].value() == 222 ); in test() 267 BOOST_TEST( udta[2].value() == 333 ); in test() 273 BOOST_TEST( udta.use_count() == 1 ); in test()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.h | 746 AtomUDTA udta; member 881 AtomUDTA udta; member 1138 void atom_udta_clear_tags (AtomUDTA *udta); 1139 void atom_udta_add_str_tag (AtomUDTA *udta, guint32 fourcc, const gchar *value); 1140 void atom_udta_add_uint_tag (AtomUDTA *udta, guint32 fourcc, guint32 flags, 1142 void atom_udta_add_tag (AtomUDTA *udta, guint32 fourcc, guint32 flags, 1144 void atom_udta_add_blob_tag (AtomUDTA *udta, guint8 *data, guint size); 1146 void atom_udta_add_3gp_str_tag (AtomUDTA *udta, guint32 fourcc, const gchar * value); 1147 void atom_udta_add_3gp_uint_tag (AtomUDTA *udta, guint32 fourcc, guint16 value); 1148 void atom_udta_add_3gp_str_int_tag (AtomUDTA *udta, guint32 fourcc, const gchar * value, [all …]
|
D | atoms.c | 1319 atom_udta_init_metatags (AtomUDTA * udta, AtomsContext * context) in atom_udta_init_metatags() argument 1322 if (!udta->meta) { in atom_udta_init_metatags() 1323 udta->meta = atom_meta_new (context); in atom_udta_init_metatags() 1325 if (!udta->meta->ilst) { in atom_udta_init_metatags() 1326 udta->meta->ilst = atom_ilst_new (); in atom_udta_init_metatags() 1332 atom_udta_init (AtomUDTA * udta, AtomsContext * context) in atom_udta_init() argument 1334 atom_header_set (&udta->header, FOURCC_udta, 0, 0); in atom_udta_init() 1335 udta->meta = NULL; in atom_udta_init() 1336 udta->context = context; in atom_udta_init() 1338 atom_udta_init_metatags (udta, context); in atom_udta_init() [all …]
|
D | qtdemux_tags.h | 26 void qtdemux_parse_udta (GstQTDemux * qtdemux, GstTagList * taglist, GNode * udta);
|
D | gstqtmux.c | 1280 AtomUDTA * udta, const char *tag, const char *tag2, guint32 fourcc) in gst_qt_mux_add_mp4_tag() argument 1292 atom_udta_add_str_tag (udta, fourcc, str); in gst_qt_mux_add_mp4_tag() 1305 atom_udta_add_uint_tag (udta, fourcc, 21, (gint) value); in gst_qt_mux_add_mp4_tag() 1322 atom_udta_add_uint_tag (udta, fourcc, 0, in gst_qt_mux_add_mp4_tag() 1330 atom_udta_add_uint_tag (udta, fourcc, 1, value); in gst_qt_mux_add_mp4_tag() 1342 AtomUDTA * udta, const char *tag, const char *tag2, guint32 fourcc) in gst_qt_mux_add_mp4_date() argument 1370 atom_udta_add_str_tag (udta, fourcc, str); in gst_qt_mux_add_mp4_date() 1376 AtomUDTA * udta, const char *tag, const char *tag2, guint32 fourcc) in gst_qt_mux_add_mp4_cover() argument 1422 atom_udta_add_tag (udta, fourcc, flags, map.data, map.size); in gst_qt_mux_add_mp4_cover() 1430 AtomUDTA * udta, const char *tag, const char *tag2, guint32 fourcc) in gst_qt_mux_add_3gp_str() argument [all …]
|
D | qtdemux_tags.c | 950 qtdemux_parse_udta (GstQTDemux * qtdemux, GstTagList * taglist, GNode * udta) in qtdemux_parse_udta() argument 962 meta = qtdemux_tree_get_child_by_type (udta, FOURCC_meta); in qtdemux_parse_udta() 970 ilst = udta; in qtdemux_parse_udta() 999 xmp_ = qtdemux_tree_get_child_by_type (udta, FOURCC_XMP_); in qtdemux_parse_udta()
|
D | qtdemux.c | 10924 GNode *udta; in qtdemux_parse_trak() local 13196 if ((udta = qtdemux_tree_get_child_by_type (trak, FOURCC_udta))) { in qtdemux_parse_trak() 13197 qtdemux_parse_udta (qtdemux, stream->stream_tags, udta); in qtdemux_parse_trak() 13817 GNode *udta; in qtdemux_parse_tree() local 13923 udta = qtdemux_tree_get_child_by_type (qtdemux->moov_node, FOURCC_udta); in qtdemux_parse_tree() 13924 if (udta) { in qtdemux_parse_tree() 13925 qtdemux_parse_udta (qtdemux, qtdemux->tag_list, udta); in qtdemux_parse_tree() 13931 udta = qtdemux_tree_get_child_by_type (qtdemux->moov_node, FOURCC_meta); in qtdemux_parse_tree() 13932 if (udta) { in qtdemux_parse_tree() 13934 qtdemux_parse_udta (qtdemux, qtdemux->tag_list, udta); in qtdemux_parse_tree()
|
/third_party/ffmpeg/doc/ |
D | demuxers.texi | 665 Export unrecognized boxes within the @var{udta} box as metadata entries. The first four
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 45057 Keep global and stream tags separately and parse the udta node 45058 that can be found under the trak atom. The udta will contain 45080 directly pass the desired 'udta' that should receive the tags. 45081 This allows the tags to be written to 'udta' at the 'moov' or 87680 qtmux: write all udta children atoms 104606 Use xmp helpers to parse XMP metadata in udta atom. 120679 Implements 3gpp iso metadata tags which are different from mov udta atoms.
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 1318 styp, udta, sidx, ssix, prft, mfra, pdin and meta are in the ISOBMFF
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 185410 qtmux: write all udta children atoms
|