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

/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp495 bool QCamera2HardwareInterface::TsMakeupProcess_Preview(mm_camera_buf_def_t *pFrame, argument
499 if (pStream == NULL || pFrame == NULL) {
501 LOGH("pStream == NULL || pFrame == NULL");
503 bRet = TsMakeupProcess(pFrame, pStream, mFaceRect);
509 bool QCamera2HardwareInterface::TsMakeupProcess_Snapshot(mm_camera_buf_def_t *pFrame, argument
513 if (pStream == NULL || pFrame == NULL) {
515 LOGH("pStream == NULL || pFrame == NULL");
524 unsigned char *yBuf = (unsigned char*)pFrame->buffer;
549 bRet = TsMakeupProcess(pFrame,pStream,faceRect);
562 bool QCamera2HardwareInterface::TsMakeupProcess(mm_camera_buf_def_t *pFrame, argument
[all...]
/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp501 bool QCamera2HardwareInterface::TsMakeupProcess_Preview(mm_camera_buf_def_t *pFrame, argument
505 if (pStream == NULL || pFrame == NULL) {
507 LOGH("pStream == NULL || pFrame == NULL");
509 bRet = TsMakeupProcess(pFrame, pStream, mFaceRect);
515 bool QCamera2HardwareInterface::TsMakeupProcess_Snapshot(mm_camera_buf_def_t *pFrame, argument
519 if (pStream == NULL || pFrame == NULL) {
521 LOGH("pStream == NULL || pFrame == NULL");
530 unsigned char *yBuf = (unsigned char*)pFrame->buffer;
555 bRet = TsMakeupProcess(pFrame,pStream,faceRect);
568 bool QCamera2HardwareInterface::TsMakeupProcess(mm_camera_buf_def_t *pFrame, argument
[all...]

Completed in 8 milliseconds