Home
last modified time | relevance | path

Searched refs:dinf (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c1113 atom_dinf_init (AtomDINF * dinf, AtomsContext * context) in atom_dinf_init() argument
1115 atom_header_set (&dinf->header, FOURCC_dinf, 0, 0); in atom_dinf_init()
1116 atom_dref_init (&dinf->dref, context); in atom_dinf_init()
1120 atom_dinf_clear (AtomDINF * dinf) in atom_dinf_clear() argument
1122 atom_clear (&dinf->header); in atom_dinf_clear()
1123 atom_dref_clear (&dinf->dref); in atom_dinf_clear()
1143 atom_dinf_init (&minf->dinf, context); in atom_minf_init()
1180 atom_dinf_clear (&minf->dinf); in atom_minf_clear()
2647 atom_dinf_copy_data (AtomDINF * dinf, guint8 ** buffer, guint64 * size, in atom_dinf_copy_data() argument
2652 if (!atom_copy_data (&dinf->header, buffer, size, offset)) { in atom_dinf_copy_data()
[all …]
Datoms.h617 AtomDINF dinf; member
Dqtdemux.c10401 GNode *dinf; in qtdemux_get_rtsp_uri_from_hndl() local
10411 dinf = qtdemux_tree_get_child_by_type (minf, FOURCC_dinf); in qtdemux_get_rtsp_uri_from_hndl()
10414 if (dinf) { in qtdemux_get_rtsp_uri_from_hndl()
10416 if (qtdemux_tree_get_child_by_type_full (dinf, FOURCC_dref, &dref) && in qtdemux_get_rtsp_uri_from_hndl()