Home
last modified time | relevance | path

Searched refs:base_height (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/board/gdsys/common/
Dosd.c64 unsigned int base_height; variable
314 base_height = (features & 0x001f) + 1; in osd_probe()
315 bufsize = base_width * base_height; in osd_probe()
324 base_height); in osd_probe()
327 screen, version/100, version%100, base_width, base_height); in osd_probe()
/external/webrtc/webrtc/tools/barcode_tools/
Dbarcode_encoder.py204 def overlay_yuv_files(barcode_width, barcode_height, base_width, base_height, argument
223 base_component_sizes = [(base_width, base_height),
224 (base_width/2, base_height/2),
225 (base_width/2, base_height/2)]
/external/ImageMagick/MagickCore/
Dxwindow.c8387 size_hints->base_height=size_hints->height_inc; in XMakeWindow()