Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.c2660 if (((SampleTableEntryMP4V *) qpad->trak_ste)->height <= 480) { in prefill_get_sample_size()
2662 } else if (((SampleTableEntryMP4V *) qpad->trak_ste)->height <= 576) { in prefill_get_sample_size()
2664 } else if (((SampleTableEntryMP4V *) qpad->trak_ste)->height <= 720) { in prefill_get_sample_size()
2666 } else if (((SampleTableEntryMP4V *) qpad->trak_ste)->height <= 1080) { in prefill_get_sample_size()
2668 } else if (((SampleTableEntryMP4V *) qpad->trak_ste)->height <= 2160) { in prefill_get_sample_size()
2675 if (((SampleTableEntryMP4V *) qpad->trak_ste)->height <= 480) { in prefill_get_sample_size()
2677 } else if (((SampleTableEntryMP4V *) qpad->trak_ste)->height <= 576) { in prefill_get_sample_size()
2679 } else if (((SampleTableEntryMP4V *) qpad->trak_ste)->height <= 720) { in prefill_get_sample_size()
2681 } else if (((SampleTableEntryMP4V *) qpad->trak_ste)->height <= 1080) { in prefill_get_sample_size()
2683 } else if (((SampleTableEntryMP4V *) qpad->trak_ste)->height <= 2160) { in prefill_get_sample_size()
[all …]
Datoms.c612 sample_entry_mp4v_init (SampleTableEntryMP4V * mp4v, AtomsContext * context) in sample_entry_mp4v_init()
639 sample_entry_mp4v_free (SampleTableEntryMP4V * mp4v) in sample_entry_mp4v_free()
646 static SampleTableEntryMP4V *
649 SampleTableEntryMP4V *mp4v = g_new0 (SampleTableEntryMP4V, 1); in sample_entry_mp4v_new()
715 sample_entry_mp4v_free ((SampleTableEntryMP4V *) se); in atom_stsd_remove_entries()
2163 sample_entry_mp4v_copy_data (SampleTableEntryMP4V * mp4v, guint8 ** buffer, in sample_entry_mp4v_copy_data()
2519 if (!sample_entry_mp4v_copy_data ((SampleTableEntryMP4V *) walker->data, in atom_stsd_copy_data()
2526 if (!sample_entry_mp4v_copy_data ((SampleTableEntryMP4V *) in atom_stsd_copy_data()
3578 SampleTableEntryMP4V *videoentry = (SampleTableEntryMP4V *) entry; in atom_trak_update_bitrates()
4086 static SampleTableEntryMP4V *
[all …]
Datoms.h445 } SampleTableEntryMP4V; typedef
1077 SampleTableEntryMP4V * atom_trak_set_video_type (AtomTRAK * trak, AtomsContext * context,