Home | History | Annotate | Download | only in camera

Lines Matching full:bytesperpixel

1067             uint8_t bytesPerPixel;
1071 bytesPerPixel = 2;
1075 bytesPerPixel = 2;
1079 bytesPerPixel = 1;
1083 bytesPerPixel = 1;
1087 xOff/bytesPerPixel, yOff , (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight);
1090 mANativeWindow->set_crop(mANativeWindow, xOff/bytesPerPixel, yOff,
1091 (xOff/bytesPerPixel)+mPreviewWidth, yOff+mPreviewHeight);