Searched refs:bt (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/kernel/uapi/linux/ |
D | videodev2.h | 762 #define V4L2_DV_BT_BLANKING_WIDTH(bt) ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch) argument 763 #define V4L2_DV_BT_FRAME_WIDTH(bt) ((bt)->width + V4L2_DV_BT_BLANKING_WIDTH(bt)) argument 764 …4L2_DV_BT_BLANKING_HEIGHT(bt) ((bt)->vfrontporch + (bt)->vsync + (bt)->vbackporch + (bt)->il_vfron… argument 765 #define V4L2_DV_BT_FRAME_HEIGHT(bt) ((bt)->height + V4L2_DV_BT_BLANKING_HEIGHT(bt)) argument 769 struct v4l2_bt_timings bt; member 800 struct v4l2_bt_timings_cap bt; member
|
D | v4l2-dv-timings.h | 22 #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/ |
D | prop_area.cpp | 161 prop_bt* bt = new (p) prop_bt(name, namelen); in new_prop_bt() local 163 return bt; in new_prop_bt() 226 prop_bt* prop_area::find_prop_bt(prop_bt* const bt, const char* name, uint32_t namelen, in find_prop_bt() argument 228 prop_bt* current = bt; in find_prop_bt()
|
/bionic/libc/system_properties/include/system_properties/ |
D | prop_area.h | 156 …prop_bt* find_prop_bt(prop_bt* const bt, const char* name, uint32_t namelen, bool alloc_if_needed);
|
/bionic/libc/malloc_debug/ |
D | README.md | 485 z ZYGOTE_CHILD_ALLOC sz ALLOCATION_SIZE num NUM_ALLOCATIONS bt FRAMES 499 z 0 sz 400 num 1 bt 0000a230 0000b500 500 z 1 sz 500 num 3 bt 0000b000 0000c000 543 z 0 sz 400 num 1 bt 0000a230 0000b500 547 z 0 sz 400 num 1 bt a230 b500 566 z 0 sz 400 num 1 bt a2a0 b510
|
/bionic/docs/ |
D | fdsan.md | 366 …* [Example one](https://android-review.googlesource.com/c/platform/system/bt/+/710104), [two](http…
|