Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dvsp_VPP.c1506 int image_area; in check_resolution() local
1511 image_area = height * width; in check_resolution()
1513 if (image_area <= QVGA_AREA) in check_resolution()
1515 else if (image_area <= VGA_AREA) in check_resolution()
1517 else if (image_area <= SD_AREA) in check_resolution()
1519 else if (image_area <= HD720P_AREA) in check_resolution()
1521 else if (image_area <= HD1080P_AREA) in check_resolution()