HomeSort by relevance Sort by last modified time
    Searched refs:nLeft (Results 1 - 25 of 61) sorted by null

1 2 3

  /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;
OMXFocus.cpp 735 (size_t&)focusAreas[0]->tAlgoAreas[n].nLeft,
739 focusAreas[0]->tAlgoAreas[n].nLeft =
740 ( focusAreas[0]->tAlgoAreas[n].nLeft * TOUCH_FOCUS_RANGE ) / mPreviewData->mWidth;
750 n, (int)focusAreas[0]->tAlgoAreas[n].nTop, (int)focusAreas[0]->tAlgoAreas[n].nLeft,
OMX3A.cpp     [all...]
  /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;
OMXFocus.cpp 773 (size_t&)focusAreas->tAlgoAreas[n].nLeft,
777 focusAreas->tAlgoAreas[n].nLeft =
778 ( focusAreas->tAlgoAreas[n].nLeft * TOUCH_FOCUS_RANGE ) / mPreviewData->mWidth;
788 n, (int)focusAreas->tAlgoAreas[n].nTop, (int)focusAreas->tAlgoAreas[n].nLeft,
OMXMetadata.cpp 92 faces[idx].left = faceData->tFacePosition[j].nLeft;
  /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/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h 575 OMX_S32 nLeft;
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/icu/
icu.c 382 int nLeft,
389 res = ucol_strcoll(p, (UChar *)zLeft, nLeft/2, (UChar *)zRight, nRight/2);
  /external/fonttools/Lib/fontTools/
cffLib.py 881 nLeft = end - first
882 if nLeft > 255:
884 ranges.append((first, nLeft))
887 nLeft = end - first
888 if nLeft > 255:
890 ranges.append((first, nLeft))
897 for first, nLeft in ranges:
898 data.append(packCard16(first) + nLeftFunc(nLeft))
922 nLeft = nLeftFunc(file)
924 for CID in range(first, first+nLeft+1)
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_IVCommon.h 593 OMX_S32 nLeft;
    [all...]
OMX_IVCommon.h 418 * nLeft : X Coordinate of the top left corner of the rectangle
427 OMX_S32 nLeft;
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.c     [all...]
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...]
  /hardware/qcom/media/mm-core/inc/
QOMX_IVCommonExtensions.h 404 OMX_S32 nLeft;
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/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h 91 unsigned int nLeft;
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
wal.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/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 290 rectParams->nLeft = VPX_DECODE_BORDER;
  /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...]

Completed in 652 milliseconds

1 2 3