Home
last modified time | relevance | path

Searched refs:HEIGHT (Results 1 – 6 of 6) sorted by relevance

/hardware/ti/omap4-aah/hwc/
Drgz_2d.c65 #define HEIGHT(rect) ((rect).bottom - (rect).top) macro
333 e->bp.dstrect.height = HEIGHT(*subregion_rect); in rgz_set_dst_data()
363 srcrect->height = HEIGHT(res_rect); in rgz_set_src_data()
385 e->bp.cliprect.height = HEIGHT(clip_rect); in rgz_set_clip_rect()
594 int h = HEIGHT(layer->sourceCrop); in getscalew()
605 int h = HEIGHT(layer->sourceCrop); in getscaleh()
610 return ((float)HEIGHT(layer->displayFrame)) / (float)h; in getscaleh()
742 int h = HEIGHT(layer->sourceCrop); in rgz_hwc_scaled()
747 return WIDTH(layer->displayFrame) != w || HEIGHT(layer->displayFrame) != h; in rgz_hwc_scaled()
1241 res_height = HEIGHT(layer->sourceCrop); in rgz_get_src_rect()
[all …]
Dhwc.c53 #define HEIGHT(rect) ((rect).bottom - (rect).top) macro
419 int h = HEIGHT(layer->sourceCrop); in scaled()
424 return WIDTH(layer->displayFrame) != w || HEIGHT(layer->displayFrame) != h; in scaled()
514 int h = HEIGHT(layer->sourceCrop); in is_upscaled_NV12()
520 HEIGHT(layer->displayFrame) >= h * hwc_dev->upscaled_nv12_limit); in is_upscaled_NV12()
670 oc->win.h = HEIGHT(layer->displayFrame); in omap4_hwc_setup_layer()
676 oc->crop.h = HEIGHT(layer->sourceCrop); in omap4_hwc_setup_layer()
753 int orig_h = HEIGHT(region); in set_ext_matrix()
958 int src_h = HEIGHT(layer->sourceCrop); in omap4_hwc_can_scale_layer()
960 int dst_h = HEIGHT(layer->displayFrame); in omap4_hwc_can_scale_layer()
[all …]
/hardware/bsp/intel/peripheral/libupm/src/st7735/
Dgfx.h216 const int16_t WIDTH, HEIGHT;
Dgfx.cxx33 …h, int height, uint8_t * screenBuffer, const unsigned char * font) : WIDTH(width), HEIGHT(height) { in GFX()
/hardware/ti/omap4xxx/hwc/
Dhwc.c48 #define HEIGHT(rect) ((rect).bottom - (rect).top) macro
316 int h = HEIGHT(layer->sourceCrop); in scaled()
321 return WIDTH(layer->displayFrame) != w || HEIGHT(layer->displayFrame) != h; in scaled()
481 oc->win.h = HEIGHT(layer->displayFrame); in omap4_hwc_setup_layer()
487 oc->crop.h = HEIGHT(layer->sourceCrop); in omap4_hwc_setup_layer()
564 int orig_h = HEIGHT(region); in set_ext_matrix()
763 int src_h = HEIGHT(layer->sourceCrop); in omap4_hwc_can_scale_layer()
765 int dst_h = HEIGHT(layer->displayFrame); in omap4_hwc_can_scale_layer()
1178 __u32 yres = HEIGHT(ext->mirror_region); in setup_mirroring()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
Dviddec_vc1_workload.c370 BF_WRITE(VC1_0_SEQPIC_CODED_SIZE, HEIGHT, spr->coded_size, md->height); in vc1_fill_hw_struct()