Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/hwc/
Dhwc.c178 float upscaled_nv12_limit; member
519 return (WIDTH(layer->displayFrame) >= w * hwc_dev->upscaled_nv12_limit || in is_upscaled_NV12()
520 HEIGHT(layer->displayFrame) >= h * hwc_dev->upscaled_nv12_limit); in is_upscaled_NV12()
2909 sscanf(value, "%f", &hwc_dev->upscaled_nv12_limit); in omap4_hwc_device_open()
2910 if (hwc_dev->upscaled_nv12_limit < 0. || hwc_dev->upscaled_nv12_limit > 2048.) { in omap4_hwc_device_open()
2912 hwc_dev->upscaled_nv12_limit = 2.; in omap4_hwc_device_open()