Home
last modified time | relevance | path

Searched refs:widthUV (Results 1 – 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DImageUtils.cpp357 unsigned short heightUV, widthUV; in allocateImage() local
359 widthUV = width; in allocateImage()
375 yuv->U.width = yuv->U.pitch = yuv->V.width = yuv->V.pitch = widthUV; in allocateImage()