Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/ext/ogg/
Dvorbis_parse.c91 pad->nln_increments[3] = long_size >> 1; in gst_parse_vorbis_header_packet()
92 pad->nln_increments[2] = 3 * (long_size >> 2) - (short_size >> 2); in gst_parse_vorbis_header_packet()
93 pad->nln_increments[1] = (long_size >> 2) + (short_size >> 2); in gst_parse_vorbis_header_packet()
94 pad->nln_increments[0] = pad->nln_increments[3]; in gst_parse_vorbis_header_packet()
Dgstoggstream.h81 int nln_increments[4]; member