Home
last modified time | relevance | path

Searched refs:stream_length (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtssection.c850 gsize length, pgm_info_length, stream_length; in _packetize_pmt() local
875 stream_length = 0; in _packetize_pmt()
883 stream_length += 5; in _packetize_pmt()
888 stream_length += descriptor->length + 2; in _packetize_pmt()
894 length += pgm_info_length + stream_length; in _packetize_pmt()
/third_party/libsnd/src/
Dflac.c126 …ac_length_callback (const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_…
377 sf_flac_length_callback (const FLAC__StreamDecoder * UNUSED (decoder), FLAC__uint64 *stream_length,… in sf_flac_length_callback() argument
380 if ((*stream_length = psf->filelength) == 0) in sf_flac_length_callback()