Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkatespu.c66 ke->spu_top = ((((guint16) ptr[3]) & 0xff) << 4) | (ptr[4] >> 4); in gst_kate_spu_decode_area()
69 GST_DEBUG_OBJECT (ke, "SPU area %u %u -> %u %d", ke->spu_left, ke->spu_top, in gst_kate_spu_decode_area()
499 ke->spu_top = ke->spu_left = 1; in gst_kate_spu_decode_spu()
527 || ke->spu_bottom - ke->spu_top < 0 || ke->spu_pix_data[0] == 0 in gst_kate_spu_decode_spu()
531 ke->spu_right, ke->spu_top, ke->spu_bottom, ke->spu_pix_data[0], in gst_kate_spu_decode_spu()
550 kb->height = ke->spu_bottom - ke->spu_top + 1; in gst_kate_spu_decode_spu()
601 y = ke->spu_top; in gst_kate_spu_decode_spu()
Dgstkateenc.h112 guint16 spu_top; member