Home | History | Annotate | Download | only in camera

Lines Matching defs:yOff

1061         uint32_t yOff = (dispFrame.mOffset / PAGE_SIZE);
1064 if((mXOff!=xOff) || (mYOff!=yOff))
1066 CAMHAL_LOGDB("Offset %d xOff = %d, yOff = %d", dispFrame.mOffset, xOff, yOff);
1087 xOff/bytesPerPixel, yOff , (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight);
1090 mANativeWindow->set_crop(mANativeWindow, xOff/bytesPerPixel, yOff,
1091 (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight);
1095 mYOff = yOff;