Home
last modified time | relevance | path

Searched refs:kBytes (Results 1 – 1 of 1) sorted by relevance

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