Searched defs:bt (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/system_properties/
H A Dprop_area.cpp161 prop_bt* bt = new (p) prop_bt(name, namelen); local
163 return bt;
226 prop_bt* prop_area::find_prop_bt(prop_bt* const bt, const char* name, uint32_t namelen, argument
228 prop_bt* current = bt;
/bionic/libc/kernel/uapi/linux/
H A Dvideodev2.h693 #define V4L2_DV_BT_BLANKING_WIDTH(bt) ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
694 #define V4L2_DV_BT_FRAME_WIDTH(bt) ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
695 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) ((bt)->vfrontporch + (bt)
700 struct v4l2_bt_timings bt; member in union:v4l2_dv_timings::__anon1041
731 struct v4l2_bt_timings_cap bt; member in union:v4l2_dv_timings_cap::__anon1042
[all...]
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dvideodev2.h693 #define V4L2_DV_BT_BLANKING_WIDTH(bt) ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
694 #define V4L2_DV_BT_FRAME_WIDTH(bt) ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
695 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) ((bt)->vfrontporch + (bt)
700 struct v4l2_bt_timings bt; member in union:v4l2_dv_timings::__anon2188
731 struct v4l2_bt_timings_cap bt; member in union:v4l2_dv_timings_cap::__anon2189
[all...]
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dvideodev2.h693 #define V4L2_DV_BT_BLANKING_WIDTH(bt) ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
694 #define V4L2_DV_BT_FRAME_WIDTH(bt) ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt))
695 #define V4L2_DV_BT_BLANKING_HEIGHT(bt) ((bt)->vfrontporch + (bt)
700 struct v4l2_bt_timings bt; member in union:v4l2_dv_timings::__anon3458
731 struct v4l2_bt_timings_cap bt; member in union:v4l2_dv_timings_cap::__anon3459
[all...]

Completed in 778 milliseconds