Home
last modified time | relevance | path

Searched refs:stbl (Results 1 – 11 of 11) sorted by relevance

/third_party/gettext/gettext-tools/tests/
Dxgettext-stringtable-16 cat <<\EOF > xg-stbl-1.strings
24 ${XGETTEXT} -o xg-stbl-1.tmp xg-stbl-1.strings || Exit 1
25 func_filter_POT_Creation_Date xg-stbl-1.tmp xg-stbl-1.po
27 cat <<\EOF > xg-stbl-1.ok
62 ${DIFF} xg-stbl-1.ok xg-stbl-1.po
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datomsrecovery.c738 atom_stbl_init (&(moovrf->traks_rd[i].stbl)); in moov_recov_file_create()
762 atom_stbl_clear (&(moovrf->traks_rd[i].stbl)); in moov_recov_file_free()
816 atom_stbl_add_samples (&trak->stbl, b->nsamples, b->delta, b->size, in trak_recov_data_add_sample()
853 AtomSTBL *stbl = &trak->stbl; in trak_recov_data_get_trak_atom_size() local
859 if (!atom_stts_copy_data (&stbl->stts, NULL, NULL, &offset)) { in trak_recov_data_get_trak_atom_size()
862 if (atom_array_get_len (&stbl->stss.entries) > 0) { in trak_recov_data_get_trak_atom_size()
863 if (!atom_stss_copy_data (&stbl->stss, NULL, NULL, &offset)) { in trak_recov_data_get_trak_atom_size()
867 if (!atom_stsc_copy_data (&stbl->stsc, NULL, NULL, &offset)) { in trak_recov_data_get_trak_atom_size()
870 if (!atom_stsz_copy_data (&stbl->stsz, NULL, NULL, &offset)) { in trak_recov_data_get_trak_atom_size()
873 if (stbl->ctts) { in trak_recov_data_get_trak_atom_size()
[all …]
Datoms.c883 atom_stbl_init (AtomSTBL * stbl) in atom_stbl_init() argument
885 atom_header_set (&stbl->header, FOURCC_stbl, 0, 0); in atom_stbl_init()
887 atom_stts_init (&stbl->stts); in atom_stbl_init()
888 atom_stss_init (&stbl->stss); in atom_stbl_init()
889 atom_stsd_init (&stbl->stsd); in atom_stbl_init()
890 atom_stsz_init (&stbl->stsz); in atom_stbl_init()
891 atom_stsc_init (&stbl->stsc); in atom_stbl_init()
892 stbl->ctts = NULL; in atom_stbl_init()
893 stbl->svmi = NULL; in atom_stbl_init()
895 atom_co64_init (&stbl->stco64); in atom_stbl_init()
[all …]
Datomsrecovery.h110 AtomSTBL stbl; member
Dgstqtmux.c4053 AtomSTBL *stbl = &qpad->trak->mdia.minf.stbl; in gst_qt_mux_stop_file() local
4065 n = atom_array_get_len (&stbl->stts.entries); in gst_qt_mux_stop_file()
4067 entry = &atom_array_index (&stbl->stts.entries, i); in gst_qt_mux_stop_file()
4070 stbl->stts.entries.len = i + 1; in gst_qt_mux_stop_file()
4077 stbl->stts.entries.len = 0; in gst_qt_mux_stop_file()
4082 g_assert (stbl->stsz.entries.len == 0); in gst_qt_mux_stop_file()
4083 stbl->stsz.table_size = qpad->sample_offset; in gst_qt_mux_stop_file()
4098 n = stbl->stco64.entries.len; in gst_qt_mux_stop_file()
4100 guint64 *entry = &atom_array_index (&stbl->stco64.entries, i); in gst_qt_mux_stop_file()
4103 stbl->stco64.entries.len = i + 1; in gst_qt_mux_stop_file()
[all …]
Datoms.h618 AtomSTBL stbl; member
966 void atom_stbl_add_samples (AtomSTBL * stbl, guint32 nsamples,
990 void atom_stbl_clear (AtomSTBL * stbl);
991 void atom_stbl_init (AtomSTBL * stbl);
Dqtdemux.c9337 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()
[all …]
/third_party/gstreamer/gst_libav/
DChangeLog5320 (moov.trak.mdia.minf.stbl.stsd.avc1) but in AVC3 this data goes in the
/third_party/gstreamer/gstplugins_good/
DChangeLog35639 and the number of sample in stbl box for fragmented format case.
57794 MOOV box (moov.trak.mdia.minf.stbl.stsd.avc1) but in AVC3 this data
94883 qtdemux: fragmented support; handle ismv stbl atoms
107260 qtdemux: Refactor stbl sub-atom freeing. Free when index has been completely parsed.
108312 qtdemux: Fix push mode by making sure stbl information is available in next_entry_size ()
108358 qtdemux: Separate off stbl sub-atom initialisation
/third_party/gstreamer/gstplugins_base/
DChangeLog72671 box (moov.trak.mdia.minf.stbl.stsd.avc1) but in AVC3 this data goes in
/third_party/gstreamer/gstplugins_bad/
DChangeLog130107 (moov.trak.mdia.minf.stbl.stsd.avc1) but in AVC3 this data goes in the