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

  /external/pdfium/core/fxcodec/jbig2/
JBig2_GrrdProc.cpp 160 intptr_t nOffset = -GRREFERENCEDY * nStrideR;
173 uint32_t line1_r = line1_r_ok ? pLineR[nOffset - nStrideR] : 0;
174 uint32_t line2_r = line2_r_ok ? pLineR[nOffset] : 0;
175 uint32_t line3_r = line3_r_ok ? pLineR[nOffset + nStrideR] : 0;
193 (w + 8 < GRWR ? pLineR[nOffset - nStrideR + (w >> 3) + 1] : 0);
197 (w + 8 < GRWR ? pLineR[nOffset + (w >> 3) + 1] : 0);
202 (w + 8 < GRWR ? pLineR[nOffset + nStrideR + (w >> 3) + 1] : 0);
234 (w + 8 < GRWR ? pLineR[nOffset - nStrideR + (w >> 3) + 1] : 0);
238 (w + 8 < GRWR ? pLineR[nOffset + (w >> 3) + 1] : 0);
243 (w + 8 < GRWR ? pLineR[nOffset + nStrideR + (w >> 3) + 1] : 0)
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_reverb.c 78 EAS_U16 nOffset;
141 nOffset = ReverbCalculateNoise( pReverbData->m_nMaxExcursion,
145 DELAY1_OUT - pReverbData->m_nMaxExcursion + nOffset;
147 nOffset = ReverbCalculateNoise( pReverbData->m_nMaxExcursion,
151 DELAY1_OUT - pReverbData->m_nMaxExcursion - nOffset;
153 nOffset = ReverbCalculateNoise( pReverbData->m_nMaxExcursion,
157 DELAY0_OUT - pReverbData->m_nMaxExcursion - nOffset;
159 nOffset = ReverbCalculateNoise( pReverbData->m_nMaxExcursion,
163 DELAY1_OUT - pReverbData->m_nMaxExcursion + nOffset;
330 EAS_U16 nOffset;
    [all...]
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_Other.h 202 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
227 * The client may use either the nOffset or nWallTimeAtMedia fields to determine the
242 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
295 OMX_TICKS nOffset; /**< Time to offset the media time by
297 * reported to be nOffset ticks earlier.
OMX_Core.h 424 OMX_U32 nOffset; /**< start offset of valid data in bytes from
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Other.h 185 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
210 * The client may use either the nOffset or nWallTimeAtMedia fields to determine the
225 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
278 OMX_TICKS nOffset; /**< Time to offset the media time by
280 * reported to be nOffset ticks earlier.
OMX_Core.h 416 OMX_U32 nOffset; /**< start offset of valid data in bytes from
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Other.h 185 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
210 * The client may use either the nOffset or nWallTimeAtMedia fields to determine the
225 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
278 OMX_TICKS nOffset; /**< Time to offset the media time by
280 * reported to be nOffset ticks earlier.
OMX_Core.h 407 OMX_U32 nOffset; /**< start offset of valid data in bytes from
    [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Other.h 185 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
210 * The client may use either the nOffset or nWallTimeAtMedia fields to determine the
225 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
278 OMX_TICKS nOffset; /**< Time to offset the media time by
280 * reported to be nOffset ticks earlier.
OMX_Core.h 416 OMX_U32 nOffset; /**< start offset of valid data in bytes from
    [all...]
  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_Other.h 185 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
210 * The client may use either the nOffset or nWallTimeAtMedia fields to determine the
225 OMX_TICKS nOffset; /**< Amount of wall clock time by which this
278 OMX_TICKS nOffset; /**< Time to offset the media time by
280 * reported to be nOffset ticks earlier.
OMX_Core.h 416 OMX_U32 nOffset; /**< start offset of valid data in bytes from
    [all...]
  /external/pdfium/core/fxcrt/
bytestring.cpp 207 size_t nOffset = 0;
209 m_pData->CopyContentsAt(nOffset, item.unterminated_c_str(),
211 nOffset += item.GetLength();
widestring.cpp 408 size_t nOffset = 0;
410 m_pData->CopyContentsAt(nOffset, item.unterminated_c_str(),
412 nOffset += item.GetLength();
  /external/webrtc/webrtc/p2p/base/
pseudotcp.cc 907 uint32_t nOffset = seg.seq - m_rcv_nxt;
910 nOffset, NULL);
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 662 uint16_t nOffset;
714 nOffset = ReverbCalculateNoise(pReverb);
717 + nOffset;
719 nOffset = ReverbCalculateNoise(pReverb);
722 - nOffset;
724 nOffset = ReverbCalculateNoise(pReverb);
727 - nOffset;
729 nOffset = ReverbCalculateNoise(pReverb);
732 + nOffset;
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Path.java 741 nOffset(mNativePath, dx, dy);
853 private static native void nOffset(long nPath, float dx, float dy);
  /frameworks/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 428 /*package*/ static void nOffset(long nPath, float dx, float dy) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmusicf.h 433 short nOffset;
444 short nOffset;
    [all...]
dmusici.h 613 short nOffset;
675 short nOffset;
    [all...]

Completed in 669 milliseconds