Searched refs:real (Results 1 – 6 of 6) sorted by relevance
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | Pyramid.h | 24 typedef unsigned short int real; typedef 35 real width, height; // Width and height of input images 36 real numChannels; // Number of channels in input images 37 real border; // border size 38 real pitch; // Pitch. Used for moving through image efficiently. 40 static PyramidShort *allocatePyramidPacked(real width, real height, real levels, real border = 0); 41 static PyramidShort *allocateImage(real width, real height, real border); 45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
|
D | Pyramid.cpp | 27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels, in allocatePyramidPacked() 28 real width, real height, real border) in allocatePyramidPacked() 30 real border2 = (real) (border << 1); in allocatePyramidPacked() 45 curr->pitch = (real) (width + border2); in allocatePyramidPacked() 62 PyramidShort *PyramidShort::allocateImage(real width, real height, real border) in allocateImage() 64 real border2 = (real) (border << 1); in allocateImage() 75 img->pitch = (real) (width + border2); in allocateImage() 96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *li… in calcStorage()
|
/development/ndk/platforms/android-L/include/linux/ |
D | atm_zatm.h | 42 struct timeval real; member
|
/development/samples/browseable/HdrViewfinder/ |
D | _index.jd | 7 This demo implements a real-time high-dynamic-range camera viewfinder, by alternating
|
/development/perftests/panorama/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1170 # documented in the real man page(s). These additional files 1171 # only source the real man page, but without them the man command
|
/development/perftests/panorama/feature_stab/doc/ |
D | dbreg_API_doxyfile | 1170 # documented in the real man page(s). These additional files 1171 # only source the real man page, but without them the man command
|