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

  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
PlanarYUVLuminanceSource.java 37 private final int dataHeight;
41 public PlanarYUVLuminanceSource(byte[] yuvData, int dataWidth, int dataHeight, int left, int top,
45 if (left + width > dataWidth || top + height > dataHeight) {
51 this.dataHeight = dataHeight;
80 if (width == dataWidth && height == dataHeight) {
  /external/opencv3/modules/cudalegacy/test/
NCVTestSourceProvider.hpp 75 this->dataHeight = maxHeight;
110 this->dataHeight = image.rows;
130 Ncv32u srcLine = i % this->dataHeight;
159 Ncv32u srcLen = this->dataWidth * this->dataHeight;
190 Ncv32u dataHeight;
  /external/skia/src/core/
SkDistanceFieldGen.cpp 67 int dataWidth, int dataHeight,
350 int dataHeight = height + 2*pad;
353 SkAutoFree storage(sk_calloc_throw(dataWidth*dataHeight*(sizeof(DFData) + 1)));
355 unsigned char* edgePtr = (unsigned char*)storage.get() + dataWidth*dataHeight*sizeof(DFData);
359 dataWidth, dataHeight,
363 init_distances(dataPtr, edgePtr, dataWidth, dataHeight);
370 for (int j = 1; j < dataHeight-1; ++j) {
398 currData = dataPtr+dataWidth*(dataHeight-2) - 1; // skip outer buffer
399 currEdge = edgePtr+dataWidth*(dataHeight-2) - 1;
400 for (int j = 1; j < dataHeight-1; ++j)
    [all...]
  /external/zxing/core/
core.jar 

Completed in 161 milliseconds