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

  /frameworks/av/libvideoeditor/lvpp/
VideoEditorSRC.cpp 134 const size_t kBytes = kOutputFrameCount * 2 * sizeof(int32_t);
135 int32_t *pTmpBuffer = (int32_t *)calloc(1, kBytes);
137 ALOGE("calloc failed to allocate memory: %d bytes", kBytes);
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12KeyStore.java     [all...]

Completed in 2118 milliseconds