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

  /frameworks/av/media/libstagefright/
AudioSource.cpp 83 size_t bufCount = 2;
84 while ((bufCount * frameCount) < minFrameCount) {
85 bufCount++;
92 (size_t) (bufCount * frameCount),
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLCipher.java 867 protected int bufCount;
890 if (bufCount + i <= buf.length) {
894 byte[] newbuf = new byte[(bufCount + i) * 2];
895 System.arraycopy(buf, 0, newbuf, 0, bufCount);
904 } else if (bufCount > 0 && bufCount != lastBufSize) {
905 lastGlobalMessageSize = bufCount;
906 if (buf.length != bufCount) {
907 buf = new byte[bufCount];
910 bufCount = 0
    [all...]
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 105 uint32_t bufCount = 1;
108 bufCount = mFilterParam.frcRate - (((mFilterParam.frcRate == FRC_RATE_2_5X) ? (index & 1): 0));
109 return bufCount;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 312 milliseconds