Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkatespu.c85 guint16 nbytes_left = nbytes; in gst_kate_spu_decode_colcon() local
103 nbytes_left -= 2; in gst_kate_spu_decode_colcon()
106 while (nbytes_left > 0) { in gst_kate_spu_decode_colcon()
109 nbytes_left); in gst_kate_spu_decode_colcon()
110 if (G_UNLIKELY (nbytes_left < 4)) { in gst_kate_spu_decode_colcon()
119 nbytes_left -= 4; in gst_kate_spu_decode_colcon()
123 nbytes_left); in gst_kate_spu_decode_colcon()
128 if (G_UNLIKELY (sz > nbytes_left)) { in gst_kate_spu_decode_colcon()
134 nbytes_left -= sz; in gst_kate_spu_decode_colcon()
136 return nbytes - nbytes_left; in gst_kate_spu_decode_colcon()