Home
last modified time | relevance | path

Searched defs:bt (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dsystem_properties.cpp321 prop_bt* bt = new (p) prop_bt(name, namelen); in new_prop_bt() local
371 prop_bt* prop_area::find_prop_bt(prop_bt* const bt, const char* name, uint32_t namelen, in find_prop_bt()
/bionic/libc/kernel/uapi/linux/
Dvideodev2.h846 #define V4L2_DV_BT_BLANKING_WIDTH(bt) ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch) argument
847 #define V4L2_DV_BT_FRAME_WIDTH(bt) ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt)) argument
849 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + (bt)->… argument
850 #define V4L2_DV_BT_FRAME_HEIGHT(bt) ((bt)->height + V4L2_DV_BT_BLANKING_HEIGHT(bt)) argument
855 struct v4l2_bt_timings bt; member
894 struct v4l2_bt_timings_cap bt; member