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

1 2

  /external/pdfium/core/fpdfdoc/
csection.cpp 108 int32_t nLeft = 0;
110 int32_t nMid = (nLeft + nRight) / 2;
111 while (nLeft <= nRight) {
115 nMid = (nLeft + nRight) / 2;
117 nLeft = nMid + 1;
118 nMid = (nLeft + nRight) / 2;
131 int32_t nLeft = 0;
134 while (nLeft <= nRight) {
145 nMid = (nLeft + nRight) / 2;
149 nLeft = nMid + 1
    [all...]
cpdf_variabletext.cpp 432 int32_t nLeft = 0;
437 while (nLeft <= nRight) {
447 nMid = (nLeft + nRight) / 2;
451 nLeft = nMid + 1;
452 nMid = (nLeft + nRight) / 2;
853 int32_t nLeft = 0;
856 while (nLeft <= nRight) {
860 nLeft = nMid + 1;
861 nMid = (nLeft + 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/qcom/media/msm8974/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/qcom/media/msm8996/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;
    [all...]
OMX_QCOMExtns.h     [all...]
  /hardware/qcom/media/msm8998/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;
    [all...]
OMX_QCOMExtns.h     [all...]
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_IVCommon.h 438 * nLeft : X Coordinate of the top left corner of the rectangle
447 OMX_S32 nLeft;
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_IVCommon.h 392 * nLeft : X Coordinate of the top left corner of the rectangle
401 OMX_S32 nLeft;
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 550 rectParams->nLeft = mCropLeft;
  /device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 1168 thumbnail_info.crop_info.nLeft = p_thumb_dim->crop.left;
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9Hybrid.cpp 656 rectParams->nLeft = VPX_DECODE_BORDER;
OMXVideoDecoderBase.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 863 frame_pos += (stride * (int)crop_rect.nTop) + (int)crop_rect.nLeft;
872 frame_pos += (stride * (int)crop_rect.nTop) + (int)crop_rect.nLeft;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp     [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]

Completed in 1113 milliseconds

1 2