Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/dvdspu/
Dgstspu-pgs.h61 guint16 vid_w, vid_h; member
Dgstspu-pgs.c380 ps->vid_h = GST_READ_UINT16_BE (payload + 2); in parse_presentation_segment()
404 PGS_DUMP ("Video width %u height %u fps code %u\n", ps->vid_w, ps->vid_h, in parse_presentation_segment()
/third_party/NuttX/drivers/usbdev/gadget/
Df_uvc.h772 u32 vid_h; /* Video Frame height in pixels */ member
Dusbd_video.c314 uvc->vid_h = param->vid_height; in uvc_open_device()