HomeSort by relevance Sort by last modified time
    Searched defs:NO_SIZE (Results 1 - 5 of 5) sorted by null

  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
SurfaceViewSubPane.java 41 private static final int NO_SIZE = -1;
50 private int mCurrentSizeId = NO_SIZE;
76 if (mCurrentSizeId != NO_SIZE) {
111 mCurrentSizeId = NO_SIZE;
122 if (mCurrentSizeId != NO_SIZE) {
158 mCurrentSizeId = NO_SIZE;
TextureViewSubPane.java 42 private static final int NO_SIZE = -1;
48 private int mCurrentSizeId = NO_SIZE;
70 if (mCurrentSizeId != NO_SIZE) {
98 mCurrentSizeId = NO_SIZE;
109 if (mCurrentSizeId != NO_SIZE) {
140 mCurrentSizeId = NO_SIZE;
ImageReaderSubPane.java 66 private static final int NO_SIZE = -1;
102 private int mCurrentSizeId = NO_SIZE;
171 mCurrentSizeId = NO_SIZE;
277 mCurrentSizeId = NO_SIZE;
282 if (mCurrentSizeId != NO_SIZE) {
455 if (mCurrentSizeId == NO_SIZE ||
511 mCurrentSizeId = NO_SIZE;
  /external/opencv3/modules/core/include/opencv2/core/
ocl.hpp 305 enum { LOCAL=1, READ_ONLY=2, WRITE_ONLY=4, READ_WRITE=6, CONSTANT=8, PTR_ONLY = 16, NO_SIZE=256 };
319 { return KernelArg(READ_WRITE+NO_SIZE, (UMat*)&m, wscale, iwscale); }
325 { return KernelArg(READ_ONLY+NO_SIZE, (UMat*)&m, wscale, iwscale); }
327 { return KernelArg(WRITE_ONLY+NO_SIZE, (UMat*)&m, wscale, iwscale); }
  /external/libxml2/
trio.c 380 NO_SIZE = -1,
1281 varsize = NO_SIZE;
    [all...]

Completed in 76 milliseconds