Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Dvideodev2.h804 #define V4L2_DV_BT_BLANKING_WIDTH(bt) ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch) argument
805 #define V4L2_DV_BT_FRAME_WIDTH(bt) ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt)) argument
806 …4L2_DV_BT_BLANKING_HEIGHT(bt) ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + (bt)->il_vfron… argument
807 #define V4L2_DV_BT_FRAME_HEIGHT(bt) ((bt)->height + V4L2_DV_BT_BLANKING_HEIGHT(bt)) argument
812 struct v4l2_bt_timings bt; member
851 struct v4l2_bt_timings_cap bt; member
Dv4l2-dv-timings.h22 #define V4L2_INIT_BT_TIMINGS(_width,args...) {.bt = { _width, ##args } }
25 #define V4L2_INIT_BT_TIMINGS(_width,args...) . bt = { _width, ##args }
/bionic/libc/bionic/
Dsystem_properties.cpp152 prop_bt *find_prop_bt(prop_bt *const bt, const char *name,
365 prop_bt* bt = new(p) prop_bt(name, namelen); in new_prop_bt() local
367 return bt; in new_prop_bt()
421 prop_bt *prop_area::find_prop_bt(prop_bt *const bt, const char *name, in find_prop_bt() argument
425 prop_bt* current = bt; in find_prop_bt()