HomeSort by relevance Sort by last modified time
    Searched full:startpos (Results 76 - 100 of 159) sorted by null

1 2 34 5 6 7

  /external/sonivox/arm-hybrid-22k/lib_src/
eas_pcm.c 301 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pState->fileHandle, pState->startPos)) != EAS_SUCCESS)
361 pState->startPos = filePos;
390 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "EAS_PEOpenStream: StartPos=%d, byteCount = %d, loopSamples=%d\n",
391 pState->startPos, pState->byteCount, pState->loopSamples); */ }
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_pcm.c 301 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pState->fileHandle, pState->startPos)) != EAS_SUCCESS)
361 pState->startPos = filePos;
390 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "EAS_PEOpenStream: StartPos=%d, byteCount = %d, loopSamples=%d\n",
391 pState->startPos, pState->byteCount, pState->loopSamples); */ }
    [all...]
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
c2_9pf.cpp 159 extern const Word16 startPos[];
450 startPos = table containing the start positions used by fixed codebook
497 ipos[0] = startPos[subNr*2+8*track1];
498 ipos[1] = startPos[subNr*2+1+8*track1];
634 *ipos = *(startPos + i);
635 *(ipos + 1) = *(startPos + i + 1);
753 startPos = table containing the start positions used by fixed codebook
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
URI.java 412 int startPos = index;
431 if (index > startPos)
433 initializeAuthority(uriSpec.substring(startPos, index));
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
URI.java 432 int startPos = index;
451 if (index > startPos)
453 initializeAuthority(uriSpec.substring(startPos, index));
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c     [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 1102 /* Based on histogram analysis of 4D FV (startpos,stoppos): */
    [all...]
  /external/pcre/
pcrecpp.cc 504 int startpos,
535 startpos,
pcrecpp.h 675 int startpos,
  /packages/inputmethods/LatinIME/native/src/
unigram_dictionary.cpp 467 const uint8_t* const root, const int startPos,
471 int pos = startPos;
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/icu4c/common/
rbbiscan.cpp     [all...]
  /external/icu4c/i18n/
nfrule.cpp     [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java 699 int startPos = 0;
703 startPos = 2;
706 digitStr = digitStr.substring(startPos);
    [all...]
  /frameworks/base/libs/binder/
Parcel.cpp 368 int startPos = mDataPos;
425 size_t off = objects[i] - offset + startPos;
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
CursorWindowTest.java 104 // test cursor window handle startpos != 0
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
TextIterator.cpp 867 // The startPos.isNotNull() check is needed because the start could be before the body,
871 VisiblePosition startPos = VisiblePosition(Position(m_startContainer, m_startOffset, Position::PositionIsOffsetInAnchor), DOWNSTREAM);
873 return startPos.isNotNull() && currPos.isNotNull() && !inSameLine(startPos, currPos);
    [all...]
  /external/webkit/Source/WebCore/platform/
KURL.cpp 264 static int findFirstOf(const UChar* s, int sLen, int startPos, const char* toFind)
266 for (int i = startPos; i < sLen; i++) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
  /ndk/docs/opensles/
index.html 316 <code>SetLoop</code> enables whole file looping. The <code>startPos</code>
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp     [all...]
  /system/media/wilhelm/include/OMXAL/
OpenMAXAL.h 890 XAmillisecond startPos,
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c     [all...]

Completed in 3354 milliseconds

1 2 34 5 6 7