Searched refs:area (Results 1 – 11 of 11) sorted by relevance
/hardware/ti/omap4xxx/camera/ |
D | CameraHalUtilClasses.cpp | 200 status_t CameraArea::parseAreas(const char *area, in parseAreas() argument 218 if ( ( NULL == area ) || in parseAreas() 230 memcpy(tmpBuffer, area, areaLength); in parseAreas() 353 bool CameraArea::compare(const sp<CameraArea> &area) { in compare() argument 354 return ((mTop == area->mTop) && (mLeft == area->mLeft) && in compare() 355 (mBottom == area->mBottom) && (mRight == area->mRight) && in compare() 356 (mWeight == area->mWeight)); in compare()
|
/hardware/ti/omap4-aah/camera/ |
D | CameraHalUtilClasses.cpp | 198 status_t CameraArea::parseAreas(const char *area, in parseAreas() argument 216 if ( ( NULL == area ) || in parseAreas() 228 memcpy(tmpBuffer, area, areaLength); in parseAreas() 351 bool CameraArea::compare(const android::sp<CameraArea> &area) { in compare() argument 352 return ((mTop == area->mTop) && (mLeft == area->mLeft) && in compare() 353 (mBottom == area->mBottom) && (mRight == area->mRight) && in compare() 354 (mWeight == area->mWeight)); in compare()
|
/hardware/ti/omap4-aah/domx/test/sample_proxy/ |
D | test_sample_proxy.c | 698 pBlock[0].dim.area.width = OMX_SAMPLE_IN_2DYWIDTH; in SampleTest_AllocateBuffers() 699 pBlock[0].dim.area.height = OMX_SAMPLE_IN_2DYHEIGHT; in SampleTest_AllocateBuffers() 701 pBlock[1].dim.area.width = OMX_SAMPLE_IN_2DUVWIDTH; in SampleTest_AllocateBuffers() 702 pBlock[1].dim.area.height = OMX_SAMPLE_IN_2DUVHEIGHT; in SampleTest_AllocateBuffers()
|
/hardware/ti/omap4xxx/domx/test/sample_proxy/ |
D | test_sample_proxy.c | 698 pBlock[0].dim.area.width = OMX_SAMPLE_IN_2DYWIDTH; in SampleTest_AllocateBuffers() 699 pBlock[0].dim.area.height = OMX_SAMPLE_IN_2DYHEIGHT; in SampleTest_AllocateBuffers() 701 pBlock[1].dim.area.width = OMX_SAMPLE_IN_2DUVWIDTH; in SampleTest_AllocateBuffers() 702 pBlock[1].dim.area.height = OMX_SAMPLE_IN_2DUVHEIGHT; in SampleTest_AllocateBuffers()
|
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/ |
D | omx_proxy_common.c | 705 blocks[0].dim.area.width = tParamRect.nWidth; in PROXY_AllocateBuffer() 706 blocks[0].dim.area.height = tParamRect.nHeight; in PROXY_AllocateBuffer() 710 blocks[1].dim.area.width = tParamRect.nWidth >> 1; in PROXY_AllocateBuffer() 711 blocks[1].dim.area.height = tParamRect.nHeight >> 1; in PROXY_AllocateBuffer() 734 blocks[0].dim.area.width = tParamPortDef.format.video.nFrameWidth; in PROXY_AllocateBuffer() 735 blocks[0].dim.area.height = tParamPortDef.format.video.nFrameHeight; in PROXY_AllocateBuffer() 739 blocks[1].dim.area.width = tParamPortDef.format.video.nFrameWidth >> 1; in PROXY_AllocateBuffer() 740 blocks[1].dim.area.height = tParamPortDef.format.video.nFrameHeight >> 1; in PROXY_AllocateBuffer() 752 …UG(" Y Buffer : Allocated Width:%d, Height:%d",blocks[0].dim.area.width, blocks[0].dim.area.height… in PROXY_AllocateBuffer()
|
/hardware/ti/omap4xxx/camera/inc/ |
D | CameraHal.h | 166 bool compare(const sp<CameraArea> &area); 168 static status_t parseAreas(const char *area,
|
/hardware/ti/omap4-aah/camera/inc/ |
D | CameraHal.h | 222 bool compare(const android::sp<CameraArea> &area); 224 static status_t parseAreas(const char *area,
|
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 804 __u32 area = xres * yres; in add_scaling_score() local 813 if (ext_area > area) in add_scaling_score() 814 score = (score << 5) | (16 * area / ext_area); in add_scaling_score() 816 score = (score << 5) | (16 * ext_area / area); in add_scaling_score()
|
/hardware/ti/omap4-aah/hwc/ |
D | hwc.c | 999 __u32 area = xres * yres; in add_scaling_score() local 1008 if (ext_area > area) in add_scaling_score() 1009 score = (score << 5) | (16 * area / ext_area); in add_scaling_score() 1011 score = (score << 5) | (16 * ext_area / area); in add_scaling_score()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | CHANGELOG | 299 Preload reference area in sub-pixel motion search (real-time mode) 377 the --tune=ssim option. Further experimentation in this area
|
D | usage.dox | 28 A context is a storage area allocated by the calling application that the
|