HomeSort by relevance Sort by last modified time
    Searched refs:lD (Results 1 - 7 of 7) sorted by null

  /external/opencv/cvaux/src/
cvface.cpp 327 inline void RFace::ResizeRect(CvRect Rect,CvRect * lpRect,long lDir,long lD)
331 lpRect->x = Rect.x - lD;
332 lpRect->y = Rect.y - lD;
333 lpRect->width = Rect.width + 2*lD;
334 lpRect->height = Rect.height + 2*lD;
338 lpRect->x = Rect.x + lD;
339 lpRect->y = Rect.y + lD;
340 if (Rect.width - 2*lD >= 0)
342 lpRect->width = Rect.width - 2*lD;
346 if (Rect.height - 2*lD >= 0
    [all...]
_cvfacedetection.h 294 void ResizeRect(CvRect Rect,CvRect * lpRect,long lDir,long lD);
  /frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr     [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
stereo_g729_jitter.rtp     [all...]
stereo_g729.rtp     [all...]
toggling_stereo_g729_pt18_pt125.rtp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h 500 LONG lD;
    [all...]

Completed in 364 milliseconds