Searched refs:bt (Results 1 - 8 of 8) sorted by relevance

/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...]
H A Dv4l2-dv-timings.h22 #define V4L2_INIT_BT_TIMINGS(_width,args...) {.bt = { _width, ##args } }
24 #define V4L2_INIT_BT_TIMINGS(_width,args...) . bt = { _width, ##args }
/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...]
H A Dv4l2-dv-timings.h22 #define V4L2_INIT_BT_TIMINGS(_width,args...) {.bt = { _width, ##args } }
24 #define V4L2_INIT_BT_TIMINGS(_width,args...) . bt = { _width, ##args }
/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...]
H A Dv4l2-dv-timings.h22 #define V4L2_INIT_BT_TIMINGS(_width,args...) {.bt = { _width, ##args } }
24 #define V4L2_INIT_BT_TIMINGS(_width,args...) . bt = { _width, ##args }
/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/system_properties/include/system_properties/
H A Dprop_area.h139 prop_bt* find_prop_bt(prop_bt* const bt, const char* name, uint32_t namelen, bool alloc_if_needed);

Completed in 263 milliseconds