Searched defs:kBytes (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.cpp134 const size_t kBytes = kOutputFrameCount * 2 * sizeof(int32_t); local
135 int32_t *pTmpBuffer = (int32_t *)calloc(1, kBytes);
137 ALOGE("calloc failed to allocate memory: %d bytes", kBytes);

Completed in 49 milliseconds