Searched refs:area (Results 1 – 5 of 5) sorted by relevance
200 status_t CameraArea::parseAreas(const char *area, in parseAreas() argument218 if ( ( NULL == area ) || in parseAreas()230 memcpy(tmpBuffer, area, areaLength); in parseAreas()353 bool CameraArea::compare(const sp<CameraArea> &area) { in compare() argument354 return ((mTop == area->mTop) && (mLeft == area->mLeft) && in compare()355 (mBottom == area->mBottom) && (mRight == area->mRight) && in compare()356 (mWeight == area->mWeight)); in compare()
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()
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()
166 bool compare(const sp<CameraArea> &area);168 static status_t parseAreas(const char *area,
804 __u32 area = xres * yres; in add_scaling_score() local813 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()