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

1 2

  /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/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h 575 OMX_S32 nLeft;
    [all...]
OMX_IVCommon.h 392 * nLeft : X Coordinate of the top left corner of the rectangle
401 OMX_S32 nLeft;
  /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/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...]
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 247 rectParams->nLeft = mCropLeft;
  /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 422 * nLeft : X Coordinate of the top left corner of the rectangle
431 OMX_S32 nLeft;
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_IVCommon.h 392 * nLeft : X Coordinate of the top left corner of the rectangle
401 OMX_S32 nLeft;
  /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...]
  /device/lge/mako/camera/mm-camera-interface/
mm_omx_jpeg_encoder.c 547 recttype.nLeft = encode_params->main_crop_offset->x;
552 recttype.nLeft = 0;
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c     [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
OMXCodec.cpp     [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 858 thumbnail_info.crop_info.nLeft = p_thumb_dim->crop.left;
873 thumbnail_info.crop_info.nLeft = 0;
961 rect_type_in.nLeft = dim->crop.left;
980 (int)rect_type_in.nLeft, (int)rect_type_in.nTop,
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 858 thumbnail_info.crop_info.nLeft = p_thumb_dim->crop.left;
873 thumbnail_info.crop_info.nLeft = 0;
961 rect_type_in.nLeft = dim->crop.left;
980 (int)rect_type_in.nLeft, (int)rect_type_in.nTop,
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c 752 pCropRectangle->nLeft = pH264Dec->hMFCH264Handle.codecOutbufConf.cropRect.nLeft;
    [all...]

Completed in 639 milliseconds

1 2