HomeSort by relevance Sort by last modified time
    Searched refs:heightUV (Results 1 - 2 of 2) sorted by null

  /development/perftests/panorama/feature_mos/src/mosaic/
ImageUtils.cpp 357 unsigned short heightUV, widthUV;
360 heightUV = height;
376 yuv->U.height = yuv->V.height = heightUV;
379 sizeof(unsigned char *) * (height + heightUV + heightUV) +
388 yuv->U.ptr = &y[height + heightUV];
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.cpp 357 unsigned short heightUV, widthUV;
360 heightUV = height;
376 yuv->U.height = yuv->V.height = heightUV;
379 sizeof(unsigned char *) * (height + heightUV + heightUV) +
388 yuv->U.ptr = &y[height + heightUV];

Completed in 58 milliseconds