Searched refs:inMakeupData (Results 1 – 1 of 1) sorted by relevance
527 TSMakeupDataEx inMakeupData; in TsMakeupProcess_Snapshot() local528 inMakeupData.frameWidth = dim.width; in TsMakeupProcess_Snapshot()529 inMakeupData.frameHeight = dim.height; in TsMakeupProcess_Snapshot()530 inMakeupData.yBuf = yBuf; in TsMakeupProcess_Snapshot()531 inMakeupData.uvBuf = uvBuf; in TsMakeupProcess_Snapshot()532 inMakeupData.yStride = offset.mp[0].stride; in TsMakeupProcess_Snapshot()533 inMakeupData.uvStride = offset.mp[1].stride; in TsMakeupProcess_Snapshot()539 int iret = ts_detectface_detectEx(fd_handle, &inMakeupData); in TsMakeupProcess_Snapshot()590 TSMakeupDataEx inMakeupData, outMakeupData; in TsMakeupProcess() local593 inMakeupData.frameWidth = dim.width; // NV21 Frame width > 0 in TsMakeupProcess()[all …]