Searched defs:V4L2_DV_BT_BLANKING_WIDTH (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dvideodev2.h846 #define V4L2_DV_BT_BLANKING_WIDTH(bt) ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch) macro
847 #define V4L2_DV_BT_FRAME_WIDTH(bt) ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dvideodev2.h846 #define V4L2_DV_BT_BLANKING_WIDTH(bt) ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch) macro
847 #define V4L2_DV_BT_FRAME_WIDTH(bt) ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt))

Completed in 18 milliseconds