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

  /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
LZEncoder.java 57 private static int getBufSize(
74 int m = getBufSize(dictSize, extraSizeBefore, extraSizeAfter,
138 buf = new byte[getBufSize(dictSize, extraSizeBefore, extraSizeAfter,
  /external/opencv3/modules/cudaoptflow/src/
brox.cpp 110 static size_t getBufSize(const NCVBroxOpticalFlowDescriptor& desc,
177 size_t bufSize = getBufSize(desc, frame0Mat, frame1Mat, uMat, vMat, textureAlignment);
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 111 const size_t getBufSize(const char* parameters_format, int width, int height)
626 bytes = getBufSize(format, width, height);
    [all...]

Completed in 159 milliseconds