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

  /external/opencv3/samples/cpp/
image.cpp 75 uchar* Uptr = planes[1].ptr<uchar>(y);
78 Uptr[x] = saturate_cast<uchar>((Uptr[x]-128)/2 + 128);
  /external/opencv3/samples/cpp/tutorial_code/core/interoperability_with_OpenCV_1/
interoperability_with_OpenCV_1.cpp 80 uchar* Uptr = planes[1].ptr<uchar>(y);
83 Uptr[x] = saturate_cast<uchar>((Uptr[x]-128)/2 + 128);
  /external/clang/test/SemaTemplate/
current-instantiation.cpp 79 typedef U* Uptr;
99 void f4(typename ::X0<Tptr, Uptr>::T_type&); // expected-error{{redecl}}
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 353 unsigned char* Uptr = Vptr + planeSize;
359 *Uptr++ = *in++;

Completed in 80 milliseconds