Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/
DANativeWindowDisplayAdapter.cpp1051 uint32_t xOff, yOff; in PostFrame() local
1053 CameraHal::getXYFromOffset(&xOff, &yOff, dispFrame.mOffset, PAGE_SIZE, mPixelFormat); in PostFrame()
1056 if ((mXOff != xOff) || (mYOff != yOff)) { in PostFrame()
1058 dispFrame.mOffset, xOff, yOff , in PostFrame()
1059 xOff + mPreviewWidth, yOff + mPreviewHeight); in PostFrame()
1063 mANativeWindow->set_crop(mANativeWindow, xOff, yOff, in PostFrame()
1064 xOff + mPreviewWidth, yOff + mPreviewHeight); in PostFrame()
1068 mYOff = yOff; in PostFrame()
DAppCallbackNotifier.cpp505 uint32_t yOff = offset / stride; in copy2Dto1D() local
506 uint8_t *bufferSrcUV = ((uint8_t*)y_uv[1] + (stride/2)*yOff + xOff); in copy2Dto1D()
557 uint32_t yOff = offset / stride; in copy2Dto1D() local
570 bufferSrc_UV = ( uint16_t * ) ((uint8_t*)y_uv[1] + (stride/2)*yOff + xOff); in copy2Dto1D()
/hardware/ti/omap4xxx/camera/
DANativeWindowDisplayAdapter.cpp1061 uint32_t yOff = (dispFrame.mOffset / PAGE_SIZE); in PostFrame() local
1064 if((mXOff!=xOff) || (mYOff!=yOff)) in PostFrame()
1066 CAMHAL_LOGDB("Offset %d xOff = %d, yOff = %d", dispFrame.mOffset, xOff, yOff); in PostFrame()
1087 … xOff/bytesPerPixel, yOff , (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight); in PostFrame()
1090 mANativeWindow->set_crop(mANativeWindow, xOff/bytesPerPixel, yOff, in PostFrame()
1091 (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight); in PostFrame()
1095 mYOff = yOff; in PostFrame()
DAppCallbackNotifier.cpp493 uint32_t yOff = offset / stride; in copy2Dto1D() local
494 uint8_t *bufferSrcUV = ((uint8_t*)y_uv[1] + (stride/2)*yOff + xOff); in copy2Dto1D()
545 uint32_t yOff = offset / stride; in copy2Dto1D() local
558 bufferSrc_UV = ( uint16_t * ) ((uint8_t*)y_uv[1] + (stride/2)*yOff + xOff); in copy2Dto1D()
/hardware/intel/img/psb_video/src/
Dpsb_texture.c143 static void psb_create_coeffs(double yOff, double uOff, double vOff, double rgbOff,
1007 psb_create_coeffs(double yOff, double uOff, double vOff, double rgbOff, in psb_create_coeffs() argument
1017 *pConstant = (((yOff + brightness) * yScale) in psb_create_coeffs()