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

/hardware/ti/omap4-aah/hwc/
H A Dhwc.c178 float upscaled_nv12_limit; member in struct:omap4_hwc_device
519 return (WIDTH(layer->displayFrame) >= w * hwc_dev->upscaled_nv12_limit ||
520 HEIGHT(layer->displayFrame) >= h * hwc_dev->upscaled_nv12_limit);
2908 property_get("persist.hwc.upscaled_nv12_limit", value, "2.");
2909 sscanf(value, "%f", &hwc_dev->upscaled_nv12_limit);
2910 if (hwc_dev->upscaled_nv12_limit < 0. || hwc_dev->upscaled_nv12_limit > 2048.) {
2911 ALOGW("Invalid upscaled_nv12_limit (%s), setting to 2.", value);
2912 hwc_dev->upscaled_nv12_limit = 2.;

Completed in 200 milliseconds