Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWICallbacks.cpp590 unsigned char *tmpBuf = new unsigned char[offset.frame_len]; in TsMakeupProcess() local
591 if (tmpBuf == NULL) { in TsMakeupProcess()
606 outMakeupData.yBuf = tmpBuf; // Y buffer pointer in TsMakeupProcess()
607 outMakeupData.uvBuf = tmpBuf + offset.mp[0].len; // VU buffer pointer in TsMakeupProcess()
613 memcpy((unsigned char*)pFrame->buffer, tmpBuf, offset.frame_len); in TsMakeupProcess()
616 if (tmpBuf != NULL) { in TsMakeupProcess()
617 delete[] tmpBuf; in TsMakeupProcess()
618 tmpBuf = NULL; in TsMakeupProcess()