Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h53 typedef struct _QtDemuxSample QtDemuxSample; typedef
358 QtDemuxSample *samples;
Dqtdemux.c850 find_func (QtDemuxSample * s1, gint64 * media_time, gpointer user_data) in find_func()
869 QtDemuxSample *result; in gst_qtdemux_find_index()
877 sizeof (QtDemuxSample), (GCompareDataFunc) find_func, in gst_qtdemux_find_index()
899 QtDemuxSample *result = str->samples; in gst_qtdemux_find_index_for_given_media_offset_linear()
941 QtDemuxSample *sample; in gst_qtdemux_find_index_linear()
3263 QtDemuxSample *sample; in qtdemux_parse_trun()
3364 QTDEMUX_MAX_SAMPLE_INDEX_SIZE / sizeof (QtDemuxSample)) in qtdemux_parse_trun()
3368 stream->n_samples + samples_count, (guint) sizeof (QtDemuxSample), in qtdemux_parse_trun()
3370 sizeof (QtDemuxSample) / (1024.0 * 1024.0)); in qtdemux_parse_trun()
3375 stream->samples = g_try_new0 (QtDemuxSample, samples_count); in qtdemux_parse_trun()
[all …]
/third_party/gstreamer/gstplugins_good/
DChangeLog107464 Make the QtDemuxSample struct smaller by keeping the duration and the pts_offset