Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkatespu.c76 ke->spu_pix_data[0] = GST_KATE_UINT16_BE (ptr + 0); in gst_kate_spu_decode_pixaddr()
77 ke->spu_pix_data[1] = GST_KATE_UINT16_BE (ptr + 2); in gst_kate_spu_decode_pixaddr()
84 guint16 nbytes = GST_KATE_UINT16_BE (ptr + 0); in gst_kate_spu_decode_colcon()
303 date = GST_KATE_UINT16_BE (ptr); in gst_kate_spu_decode_command_sequence()
308 next_command_sequence = GST_KATE_UINT16_BE (ptr); in gst_kate_spu_decode_command_sequence()
506 packet_size = GST_KATE_UINT16_BE (ptr); in gst_kate_spu_decode_spu()
512 next_command_sequence = GST_KATE_UINT16_BE (ptr); in gst_kate_spu_decode_spu()
Dgstkatespu.h30 #define GST_KATE_UINT16_BE(ptr) ( ( ((guint16)((ptr)[0])) <<8) | ((ptr)[1]) ) macro