Lines Matching refs:pFrame
501 bool QCamera2HardwareInterface::TsMakeupProcess_Preview(mm_camera_buf_def_t *pFrame, in TsMakeupProcess_Preview() argument
505 if (pStream == NULL || pFrame == NULL) { in TsMakeupProcess_Preview()
509 bRet = TsMakeupProcess(pFrame, pStream, mFaceRect); in TsMakeupProcess_Preview()
515 bool QCamera2HardwareInterface::TsMakeupProcess_Snapshot(mm_camera_buf_def_t *pFrame, in TsMakeupProcess_Snapshot() argument
519 if (pStream == NULL || pFrame == NULL) { in TsMakeupProcess_Snapshot()
530 unsigned char *yBuf = (unsigned char*)pFrame->buffer; in TsMakeupProcess_Snapshot()
555 bRet = TsMakeupProcess(pFrame,pStream,faceRect); in TsMakeupProcess_Snapshot()
568 bool QCamera2HardwareInterface::TsMakeupProcess(mm_camera_buf_def_t *pFrame, in TsMakeupProcess() argument
572 if (pStream == NULL || pFrame == NULL) { in TsMakeupProcess()
587 tempOriBuf = (unsigned char*)pFrame->buffer; in TsMakeupProcess()
613 memcpy((unsigned char*)pFrame->buffer, tmpBuf, offset.frame_len); in TsMakeupProcess()
614 QCameraMemory *memory = (QCameraMemory *)pFrame->mem_info; in TsMakeupProcess()
615 memory->cleanCache(pFrame->buf_idx); in TsMakeupProcess()