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

  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
GCMBlockCipher.java 326 private void gCTRBlock(byte[] buf, int bufCount, byte[] out, int outOff)
346 System.arraycopy(ZEROES, bufCount, tmp, bufCount, BLOCK_SIZE - bufCount);
354 for (int i = bufCount - 1; i >= 0; --i)
364 totalLength += bufCount;
  /frameworks/av/media/libstagefright/
AudioSource.cpp 71 int bufCount = 2;
72 while ((bufCount * frameCount) < minFrameCount) {
73 bufCount++;
83 bufCount * frameCount,
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c     [all...]

Completed in 308 milliseconds