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.c808 gsize length, pgm_info_length, stream_length; in _packetize_pmt() local
833 stream_length = 0; in _packetize_pmt()
841 stream_length += 5; in _packetize_pmt()
846 stream_length += descriptor->length + 2; in _packetize_pmt()
852 length += pgm_info_length + stream_length; in _packetize_pmt()
/third_party/libsnd/src/
Dflac.c117 …ac_length_callback (const FLAC__StreamDecoder *decoder, FLAC__uint64 *stream_length, void *client_…
368 sf_flac_length_callback (const FLAC__StreamDecoder * UNUSED (decoder), FLAC__uint64 *stream_length,… in sf_flac_length_callback() argument
371 if ((*stream_length = psf->filelength) == 0) in sf_flac_length_callback()