• Home
  • Raw
  • Download

Lines Matching refs:stbl

9337 qtdemux_stbl_init (GstQTDemux * qtdemux, QtDemuxStream * stream, GNode * stbl)  in qtdemux_stbl_init()  argument
9343 if (!qtdemux_tree_get_child_by_type_full (stbl, FOURCC_stts, &stream->stts)) in qtdemux_stbl_init()
9367 ! !qtdemux_tree_get_child_by_type_full (stbl, FOURCC_stss, in qtdemux_stbl_init()
9385 ! !qtdemux_tree_get_child_by_type_full (stbl, FOURCC_stps, in qtdemux_stbl_init()
9408 if (!qtdemux_tree_get_child_by_type_full (stbl, FOURCC_stsz, &stream->stsz)) in qtdemux_stbl_init()
9426 if (!qtdemux_tree_get_child_by_type_full (stbl, FOURCC_stsc, &stream->stsc)) in qtdemux_stbl_init()
9448 if (qtdemux_tree_get_child_by_type_full (stbl, FOURCC_stco, &stream->stco)) in qtdemux_stbl_init()
9450 else if (qtdemux_tree_get_child_by_type_full (stbl, FOURCC_co64, in qtdemux_stbl_init()
9485 ! !qtdemux_tree_get_child_by_type_full (stbl, FOURCC_ctts, in qtdemux_stbl_init()
9510 if (qtdemux_tree_get_child_by_type_full (stbl, FOURCC_cslg, &cslg)) { in qtdemux_stbl_init()
10837 GNode * stbl) in qtdemux_parse_stereo_svmi_atom() argument
10842 svmi = qtdemux_tree_get_child_by_type (stbl, FOURCC_svmi); in qtdemux_parse_stereo_svmi_atom()
10918 GNode *stbl; in qtdemux_parse_trak() local
11073 if (!(stbl = qtdemux_tree_get_child_by_type (minf, FOURCC_stbl))) in qtdemux_parse_trak()
11077 if (!qtdemux_parse_stereo_svmi_atom (qtdemux, stream, stbl)) in qtdemux_parse_trak()
11100 if (!(stsd = qtdemux_tree_get_child_by_type (stbl, FOURCC_stsd))) in qtdemux_parse_trak()
13157 if (!qtdemux_stbl_init (qtdemux, stream, stbl)) in qtdemux_parse_trak()