Searched refs:pitch (Results 1 - 9 of 9) sorted by relevance

/development/perftests/panorama/feature_mos/src/mosaic/
H A DPyramid.cpp25 // cleanup easier than fragmented stuff. In addition, we added a "pitch"
45 curr->pitch = (real) (width + border2);
49 for (int j = height + border2; j--; y++, position += curr->pitch) {
75 img->pitch = (real) (width + border2);
80 for (int j = height + border2; j--; y++, position += img->pitch) {
126 for (h = height; h--; base += pyr->pitch) {
137 for (h = top; h--; base -= pyr->pitch) {
138 memcpy(base - pyr->pitch, base, pyr->pitch * sizeof(short));
142 for (h = bot; h--; base += pyr->pitch) {
240 int pitch = scr->pitch; local
[all...]
H A DInterp.h58 in += img->pitch;
63 in += img->pitch;
68 in += img->pitch;
H A DImageUtils.h146 unsigned short pitch; member in struct:__anon1399
H A DPyramid.h38 real pitch; // Pitch. Used for moving through image efficiently. member in class:PyramidShort
H A DImageUtils.cpp372 yuv->Y.width = yuv->Y.pitch = width;
375 yuv->U.width = yuv->U.pitch = yuv->V.width = yuv->V.pitch = widthUV;
/development/ndk/platforms/android-9/include/android/
H A Dsensor.h101 float pitch; member in struct:ASensorVector::__anon643::__anon645
/development/ndk/platforms/android-19/include/android/
H A Dsensor.h101 float pitch; member in struct:ASensorVector::__anon74::__anon76
/development/ndk/platforms/android-14/include/SLES/
H A DOpenSLES.h1745 SLmillidegree pitch,
1899 SLmillidegree pitch,
2435 SLpermille pitch
2452 /* back. A change in rate will cause a change in pitch. */
/development/ndk/platforms/android-9/include/SLES/
H A DOpenSLES.h1745 SLmillidegree pitch,
1899 SLmillidegree pitch,
2435 SLpermille pitch
2452 /* back. A change in rate will cause a change in pitch. */

Completed in 174 milliseconds