Home | History | Annotate | Download | only in jni

Lines Matching refs:mosaicWidth

60 int mosaicWidth=0, mosaicHeight=0;
204 resultYVU = mosaic[mID]->getMosaic(mosaicWidth, mosaicHeight);
575 int width = mosaicWidth;
580 resultBGR = ImageUtils::allocateImage(mosaicWidth, mosaicHeight,
582 ImageUtils::yvu2bgr(resultBGR, resultYVU, mosaicWidth, mosaicHeight);
623 width = mosaicWidth;
629 ImageType V = resultYVU+mosaicWidth*mosaicHeight;
630 ImageType U = V+mosaicWidth*mosaicHeight;
633 mosaicWidth; i+=2)
635 V[j*mosaicWidth+i] = V[(2*j)*mosaicWidth+i]; // V
636 V[j*mosaicWidth+i+1] = U[(2*j)*mosaicWidth+i]; // U