HomeSort by relevance Sort by last modified time
    Searched full:bufferaddress (Results 1 - 12 of 12) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
ColorCheckerTest.java 172 long bufferAddress = findNative(inputImage);
182 createColorCheckerClass(bufferAddress, mTestHandler);
282 * @param bufferAddress the memory address of the image class instance
285 private native void createColorCheckerClass(long bufferAddress, long handlerAddress);
ExposureCompensationTest.java 155 long bufferAddress = findNative(inputImage);
163 createExposureCompensationClass(bufferAddress, mTestHandler,
207 private native void createExposureCompensationClass(long bufferAddress, long handlerAddress,
WhiteBalanceTest.java 329 long bufferAddress = findNative(inputImage);
340 createWhiteBalanceClass(bufferAddress, mTestHandler,
361 * <code>bufferAddress</code> to the handler class pointed by
365 * @param bufferAddress the memory address of the native image class
375 private native void createWhiteBalanceClass(long bufferAddress, long handlerAddress,
MeteringTest.java 615 long bufferAddress = findNative(inputImage);
625 createMeteringClass(bufferAddress, mTestHandler,
663 * @param bufferAddress the meory address of the native image class
668 private native void createMeteringClass(long bufferAddress, long handlerAddress,
AutoLockTest.java     [all...]
  /external/opencv/cv/src/
cvoptflowlk.cpp 119 int BufferAddress;
274 BufferAddress = -BufferWidth;
295 BufferAddress += BufferWidth;
296 BufferAddress -= ((BufferAddress >= BufferSize) ? 0xffffffff : 0) & BufferSize;
298 address = BufferAddress;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 845 PVOID BufferAddress,
856 PVOID BufferAddress,
portcls.h     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_imp.h 333 const UChar *bufferaddress; /* address of the normalization buffer */ member in struct:collIterateState
    [all...]
ucol.cpp 177 backup->bufferaddress = data->writableBuffer.getBuffer();
219 data->writableBuffer.getBuffer() != backup->bufferaddress) {
227 (data->pos - backup->bufferaddress);
232 (int32_t)(data->pos - backup->bufferaddress);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winioctl.h 803 PVOID BufferAddress;
    [all...]
ksmedia.h     [all...]

Completed in 975 milliseconds