Searched defs:area (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/utils/ISV/profile/
H A Disv_profile.cpp104 uint32_t area = mWidth * mHeight; local
111 if (area > mConfigs[i].minResolution && area <= mConfigs[i].maxResolution)
114 else if (area == mConfigs[i].minResolution && area == QCIF_AREA)
/hardware/ti/omap4-aah/camera/
H A DCameraHalUtilClasses.cpp161 CAMHAL_LOGEB("Camera area weight is invalid %d", weight);
166 CAMHAL_LOGEB("Camera area top coordinate is invalid %d", top );
171 CAMHAL_LOGEB("Camera area bottom coordinate is invalid %d", bottom );
176 CAMHAL_LOGEB("Camera area left coordinate is invalid %d", left );
181 CAMHAL_LOGEB("Camera area right coordinate is invalid %d", right );
186 CAMHAL_LOGEA("Camera area left larger than right");
191 CAMHAL_LOGEA("Camera area top larger than bottom");
198 status_t CameraArea::parseAreas(const char *area, argument
216 if ( ( NULL == area ) ||
228 memcpy(tmpBuffer, area, areaLengt
351 compare(const android::sp<CameraArea> &area) argument
[all...]
/hardware/ti/omap4xxx/camera/
H A DCameraHalUtilClasses.cpp163 CAMHAL_LOGEB("Camera area weight is invalid %d", weight);
168 CAMHAL_LOGEB("Camera area top coordinate is invalid %d", top );
173 CAMHAL_LOGEB("Camera area bottom coordinate is invalid %d", bottom );
178 CAMHAL_LOGEB("Camera area left coordinate is invalid %d", left );
183 CAMHAL_LOGEB("Camera area right coordinate is invalid %d", right );
188 CAMHAL_LOGEA("Camera area left larger than right");
193 CAMHAL_LOGEA("Camera area top larger than bottom");
200 status_t CameraArea::parseAreas(const char *area, argument
218 if ( ( NULL == area ) ||
230 memcpy(tmpBuffer, area, areaLengt
353 compare(const sp<CameraArea> &area) argument
[all...]
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c804 __u32 area = xres * yres; local
813 if (ext_area > area)
814 score = (score << 5) | (16 * area / ext_area);
816 score = (score << 5) | (16 * ext_area / area);
818 /* pick smallest leftover area [0..16] */
1642 ALOGE("image does not fit into framebuffer area (%d > %d)", img->size, hwc_dev->img_mem_size);
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c999 __u32 area = xres * yres; local
1008 if (ext_area > area)
1009 score = (score << 5) | (16 * area / ext_area);
1011 score = (score << 5) | (16 * ext_area / area);
1013 /* pick smallest leftover area [0..16] */
2198 ALOGE("image does not fit into framebuffer area (%d > %d)", img->size, hwc_dev->img_mem_size);

Completed in 107 milliseconds