HomeSort by relevance Sort by last modified time
    Searched defs:nLeft (Results 1 - 22 of 22) sorted by null

  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXFD.cpp 386 OMX_S32 nLeft = 0;
398 nLeft = faceData->tFacePosition[j].nLeft + faceData->tFacePosition[j].nWidth;
401 nLeft = faceData->tFacePosition[j].nLeft;
405 tmp = ( double ) nLeft / ( double ) previewWidth;
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFD.cpp 379 OMX_S32 nLeft = 0;
391 nLeft = faceData->tFacePosition[j].nLeft + faceData->tFacePosition[j].nWidth;
394 nLeft = faceData->tFacePosition[j].nLeft;
398 tmp = ( double ) nLeft / ( double ) previewWidth;
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_snippet.c 595 int nLeft; /* Tokens to the left of first highlight */
599 for(nLeft=0; !(hlmask & ((u64)1 << nLeft)); nLeft++);
601 nDesired = (nLeft-nRight)/2;
    [all...]
fts3.c     [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 165 FX_INT32 nLeft = 0;
167 FX_INT32 nMid = (nLeft + nRight) / 2;
168 while (nLeft <= nRight) {
172 nMid = (nLeft + nRight) / 2;
174 nLeft = nMid + 1;
175 nMid = (nLeft + nRight) / 2;
191 FX_INT32 nLeft = 0;
196 while (nLeft <= nRight) {
208 nMid = (nLeft + nRight) / 2;
211 nLeft = nMid + 1;
    [all...]
  /hardware/qcom/media/mm-core/inc/
QOMX_IVCommonExtensions.h 404 OMX_S32 nLeft;
OMX_IVCommon.h 405 * nLeft : X Coordinate of the top left corner of the rectangle
414 OMX_S32 nLeft;
OMX_QCOMExtns.h     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h 91 unsigned int nLeft;
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c     [all...]
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 429 * nLeft : X Coordinate of the top left corner of the rectangle
438 OMX_S32 nLeft;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_IVCommon.h 392 * nLeft : X Coordinate of the top left corner of the rectangle
401 OMX_S32 nLeft;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_IVCommon.h 392 * nLeft : X Coordinate of the top left corner of the rectangle
401 OMX_S32 nLeft;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_IVCommon.h 392 * nLeft : X Coordinate of the top left corner of the rectangle
401 OMX_S32 nLeft;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_IVCommon.h 418 * nLeft : X Coordinate of the top left corner of the rectangle
427 OMX_S32 nLeft;
    [all...]
OMX_TI_Video.h     [all...]
OMX_TI_IVCommon.h 593 OMX_S32 nLeft;
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_IVCommon.h 392 * nLeft : X Coordinate of the top left corner of the rectangle
401 OMX_S32 nLeft;
OMX_TI_IVCommon.h 575 OMX_S32 nLeft;
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2099 milliseconds