Searched refs:xOff (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap4xxx/camera/ |
D | ANativeWindowDisplayAdapter.cpp | 1060 uint32_t xOff = (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() 1094 mXOff = xOff; in PostFrame()
|
D | AppCallbackNotifier.cpp | 492 uint32_t xOff = offset % stride; in copy2Dto1D() local 494 uint8_t *bufferSrcUV = ((uint8_t*)y_uv[1] + (stride/2)*yOff + xOff); in copy2Dto1D() 544 uint32_t xOff = offset % stride; in copy2Dto1D() local 558 bufferSrc_UV = ( uint16_t * ) ((uint8_t*)y_uv[1] + (stride/2)*yOff + xOff); in copy2Dto1D()
|