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

  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
ImageUtils.h 33 typedef ImageTypeShortBase *ImageTypeShort;
Pyramid.h 26 // Structure containing a packed pyramid of type ImageTypeShort. Used for pyramid
34 ImageTypeShort *ptr; // Pointer containing the image
Pyramid.cpp 39 ImageTypeShort *y = (ImageTypeShort *) &img[levels];
40 ImageTypeShort position = (ImageTypeShort) &y[lines];
116 ImageTypeShort base;
Blend.cpp 343 ImageTypeShort yptr = m_pFrameYPyr->ptr[h];
344 ImageTypeShort uptr = m_pFrameUPyr->ptr[h];
345 ImageTypeShort vptr = m_pFrameVPyr->ptr[h];
639 ImageTypeShort myimg;
640 ImageTypeShort muimg;
641 ImageTypeShort mvimg;
    [all...]

Completed in 271 milliseconds