Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWICallbacks.cpp526 TSMakeupDataEx inMakeupData; in TsMakeupProcess_Snapshot() local
527 inMakeupData.frameWidth = dim.width; in TsMakeupProcess_Snapshot()
528 inMakeupData.frameHeight = dim.height; in TsMakeupProcess_Snapshot()
529 inMakeupData.yBuf = yBuf; in TsMakeupProcess_Snapshot()
530 inMakeupData.uvBuf = uvBuf; in TsMakeupProcess_Snapshot()
531 inMakeupData.yStride = offset.mp[0].stride; in TsMakeupProcess_Snapshot()
532 inMakeupData.uvStride = offset.mp[1].stride; in TsMakeupProcess_Snapshot()
538 int iret = ts_detectface_detectEx(fd_handle, &inMakeupData); in TsMakeupProcess_Snapshot()
589 TSMakeupDataEx inMakeupData, outMakeupData; in TsMakeupProcess() local
592 inMakeupData.frameWidth = dim.width; // NV21 Frame width > 0 in TsMakeupProcess()
[all …]