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

/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/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/domx/test/sample_proxy/
H A Dtest_sample_proxy.c698 pBlock[0].dim.area.width = OMX_SAMPLE_IN_2DYWIDTH;
699 pBlock[0].dim.area.height = OMX_SAMPLE_IN_2DYHEIGHT;
701 pBlock[1].dim.area.width = OMX_SAMPLE_IN_2DUVWIDTH;
702 pBlock[1].dim.area.height = OMX_SAMPLE_IN_2DUVHEIGHT;
/hardware/ti/omap4xxx/domx/test/sample_proxy/
H A Dtest_sample_proxy.c698 pBlock[0].dim.area.width = OMX_SAMPLE_IN_2DYWIDTH;
699 pBlock[0].dim.area.height = OMX_SAMPLE_IN_2DYHEIGHT;
701 pBlock[1].dim.area.width = OMX_SAMPLE_IN_2DUVWIDTH;
702 pBlock[1].dim.area.height = OMX_SAMPLE_IN_2DUVHEIGHT;
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c705 blocks[0].dim.area.width = tParamRect.nWidth;
706 blocks[0].dim.area.height = tParamRect.nHeight;
710 blocks[1].dim.area.width = tParamRect.nWidth >> 1;
711 blocks[1].dim.area.height = tParamRect.nHeight >> 1;
734 blocks[0].dim.area.width = tParamPortDef.format.video.nFrameWidth;
735 blocks[0].dim.area.height = tParamPortDef.format.video.nFrameHeight;
739 blocks[1].dim.area.width = tParamPortDef.format.video.nFrameWidth >> 1;
740 blocks[1].dim.area.height = tParamPortDef.format.video.nFrameHeight >> 1;
752 DOMX_DEBUG(" Y Buffer : Allocated Width:%d, Height:%d",blocks[0].dim.area.width, blocks[0].dim.area
[all...]
/hardware/ti/omap4-aah/camera/inc/
H A DCameraHal.h222 bool compare(const android::sp<CameraArea> &area);
224 static status_t parseAreas(const char *area,
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h166 bool compare(const sp<CameraArea> &area);
168 static status_t parseAreas(const char *area,
/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 685 milliseconds