Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dmpc2k.c162 uint32_t sample_start, loop_end, sample_frames, loop_length ; in mpc2k_read_header() local
174 …binheader_readf (psf, "eb4444", bytes, 3, &sample_start, &loop_end, &sample_frames, &loop_length) ; in mpc2k_read_header()
180 …n Frames : %d\n Length : %d\n", sample_start, loop_end, sample_frames, loop_length) ; in mpc2k_read_header()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-dvb-section.c711 gsize length, network_length, loop_length; in _packetize_nit() local
739 loop_length = 0; in _packetize_nit()
743 loop_length += 6; in _packetize_nit()
747 loop_length += descriptor->length + 2; in _packetize_nit()
753 length += network_length + loop_length; in _packetize_nit()
770 GST_WRITE_UINT16_BE (data, loop_length | 0xF000); in _packetize_nit()
/third_party/gstreamer/gstplugins_bad/ext/gme/
Dgstgme.c442 gst_util_uint64_scale_int (info->play_length + (info->loop_length > in gme_setup()
444 fade_time = info->loop_length > 0 ? info->play_length : 0; in gme_setup()