Home
last modified time | relevance | path

Searched refs:sample_flags (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Disoff.c168 fail_unless_equals_int (sample->sample_flags, 0x02000000); in GST_START_TEST()
172 fail_unless_equals_int (sample->sample_flags, 0x01010000); in GST_START_TEST()
239 fail_unless_equals_int (sample->sample_flags, 0x00000000); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/
Dgstisoff.h163 guint32 sample_flags; member
Dgstisoff.c246 !gst_byte_reader_get_uint32_be (reader, &sample.sample_flags)) in gst_isoff_trun_box_parse()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux_dump.c783 guint32 sample_duration = 0, sample_size = 0, sample_flags = in qtdemux_dump_trun() local
823 if (!gst_byte_reader_get_uint32_be (data, &sample_flags)) in qtdemux_dump_trun()
825 GST_TRACE ("%*s sample-flags: %u", depth, "", sample_flags); in qtdemux_dump_trun()
Datoms.h815 guint32 sample_flags; member
Datoms.c4734 prop_copy_uint32 (entry->sample_flags, buffer, size, offset); in atom_trun_copy_data()
4916 if (nentry->sample_flags != flags) in atom_trun_can_append_samples_to_entry()
4950 nentry.sample_flags = flags; in atom_trun_add_samples()
/third_party/libsnd/src/
Dxi.c45 int sample_flags ; member
100 pxi->sample_flags = (subformat == SF_FORMAT_DPCM_16) ? 16 : 0 ; in xi_open()
311 …psf_binheader_writef (psf, "111111", BHW1 (128), BHW1 (0), BHW1 (pxi->sample_flags), BHW1 (128), B… in xi_write_header()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashdemux.c3104 guint32 sample_flags; in gst_dash_demux_find_sync_samples() local
3112 sample_flags = sample->sample_flags; in gst_dash_demux_find_sync_samples()
3115 sample_flags = trun->first_sample_flags; in gst_dash_demux_find_sync_samples()
3118 sample_flags = traf->tfhd.default_sample_flags; in gst_dash_demux_find_sync_samples()
3154 if (!GST_ISOFF_SAMPLE_FLAGS_SAMPLE_IS_NON_SYNC_SAMPLE (sample_flags) || in gst_dash_demux_find_sync_samples()
3155 GST_ISOFF_SAMPLE_FLAGS_SAMPLE_DEPENDS_ON (sample_flags) == 2) { in gst_dash_demux_find_sync_samples()
/third_party/ffmpeg/libavformat/
Dmov.c4936 int sample_flags = i ? frag->flags : first_sample_flags; in mov_read_trun() local
4944 if (flags & MOV_TRUN_SAMPLE_FLAGS) sample_flags = avio_rb32(pb); in mov_read_trun()
4970 !(sample_flags & (MOV_FRAG_SAMPLE_FLAG_IS_NON_SYNC | in mov_read_trun()
8052 uint8_t sample_flags = sc->sdtp_data[sc->current_sample - 1]; in mov_read_packet() local
8053 uint8_t sample_is_depended_on = (sample_flags >> 2) & 0x3; in mov_read_packet()