Lines Matching refs:pFrame
496 bool QCamera2HardwareInterface::TsMakeupProcess_Preview(mm_camera_buf_def_t *pFrame, in TsMakeupProcess_Preview() argument
500 if (pStream == NULL || pFrame == NULL) { in TsMakeupProcess_Preview()
504 bRet = TsMakeupProcess(pFrame, pStream, mFaceRect); in TsMakeupProcess_Preview()
510 bool QCamera2HardwareInterface::TsMakeupProcess_Snapshot(mm_camera_buf_def_t *pFrame, in TsMakeupProcess_Snapshot() argument
514 if (pStream == NULL || pFrame == NULL) { in TsMakeupProcess_Snapshot()
525 unsigned char *yBuf = (unsigned char*)pFrame->buffer; in TsMakeupProcess_Snapshot()
550 bRet = TsMakeupProcess(pFrame,pStream,faceRect); in TsMakeupProcess_Snapshot()
563 bool QCamera2HardwareInterface::TsMakeupProcess(mm_camera_buf_def_t *pFrame, in TsMakeupProcess() argument
567 if (pStream == NULL || pFrame == NULL) { in TsMakeupProcess()
582 tempOriBuf = (unsigned char*)pFrame->buffer; in TsMakeupProcess()
608 memcpy((unsigned char*)pFrame->buffer, tmpBuf, offset.frame_len); in TsMakeupProcess()
609 QCameraMemory *memory = (QCameraMemory *)pFrame->mem_info; in TsMakeupProcess()
610 memory->cleanCache(pFrame->buf_idx); in TsMakeupProcess()