Searched defs:bt (Results 1 - 2 of 2) sorted by path

/bionic/libc/bionic/
H A 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); local
367 return bt;
421 prop_bt *prop_area::find_prop_bt(prop_bt *const bt, const char *name, argument
425 prop_bt* current = bt;
/bionic/libc/kernel/uapi/linux/
H A Dvideodev2.h804 #define V4L2_DV_BT_BLANKING_WIDTH(bt) ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
805 #define V4L2_DV_BT_FRAME_WIDTH(bt) ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
806 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) ((bt)->vfrontporch + (bt)
812 struct v4l2_bt_timings bt; member in union:v4l2_dv_timings::__anon882
851 struct v4l2_bt_timings_cap bt; member in union:v4l2_dv_timings_cap::__anon883
[all...]

Completed in 63 milliseconds