Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWICallbacks.cpp532 TSMakeupDataEx inMakeupData; in TsMakeupProcess_Snapshot() local
533 inMakeupData.frameWidth = dim.width; in TsMakeupProcess_Snapshot()
534 inMakeupData.frameHeight = dim.height; in TsMakeupProcess_Snapshot()
535 inMakeupData.yBuf = yBuf; in TsMakeupProcess_Snapshot()
536 inMakeupData.uvBuf = uvBuf; in TsMakeupProcess_Snapshot()
537 inMakeupData.yStride = offset.mp[0].stride; in TsMakeupProcess_Snapshot()
538 inMakeupData.uvStride = offset.mp[1].stride; in TsMakeupProcess_Snapshot()
544 int iret = ts_detectface_detectEx(fd_handle, &inMakeupData); in TsMakeupProcess_Snapshot()
595 TSMakeupDataEx inMakeupData, outMakeupData; in TsMakeupProcess() local
598 inMakeupData.frameWidth = dim.width; // NV21 Frame width > 0 in TsMakeupProcess()
[all …]