Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DPyramid.cpp39 ImageTypeShort *y = (ImageTypeShort *) &img[levels]; in allocatePyramidPacked()
40 ImageTypeShort position = (ImageTypeShort) &y[lines]; in allocatePyramidPacked()
116 ImageTypeShort base; in BorderSpread()
DBlend.cpp343 ImageTypeShort yptr = m_pFrameYPyr->ptr[h]; in FillFramePyramid()
344 ImageTypeShort uptr = m_pFrameUPyr->ptr[h]; in FillFramePyramid()
345 ImageTypeShort vptr = m_pFrameVPyr->ptr[h]; in FillFramePyramid()
639 ImageTypeShort myimg; in PerformFinalBlending()
640 ImageTypeShort muimg; in PerformFinalBlending()
641 ImageTypeShort mvimg; in PerformFinalBlending()
DPyramid.h34 ImageTypeShort *ptr; // Pointer containing the image
DImageUtils.h33 typedef ImageTypeShortBase *ImageTypeShort; typedef