HomeSort by relevance Sort by last modified time
    Searched refs:startPos (Results 101 - 125 of 314) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/sonivox/arm-fm-22k/lib_src/
eas_imaadpcm.c 124 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pState->fileHandle, (EAS_I32) (pState->startPos + pState->loopLocation))) != EAS_SUCCESS)
129 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IMADecoderSample: Rewind file to %d, bytesLeft = %d\n", pState->startPos, pState->bytesLeft); */ }
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-hybrid-22k/lib_src/
eas_imaadpcm.c 124 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pState->fileHandle, (EAS_I32) (pState->startPos + pState->loopLocation))) != EAS_SUCCESS)
129 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IMADecoderSample: Rewind file to %d, bytesLeft = %d\n", pState->startPos, pState->bytesLeft); */ }
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_imaadpcm.c 124 if ((result = EAS_HWFileSeek(pEASData->hwInstData, pState->fileHandle, (EAS_I32) (pState->startPos + pState->loopLocation))) != EAS_SUCCESS)
129 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IMADecoderSample: Rewind file to %d, bytesLeft = %d\n", pState->startPos, pState->bytesLeft); */ }
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/core/java/android/database/sqlite/
SQLiteConnection.java 155 int startPos, int requiredPos, boolean countAllRows);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen.cpp     [all...]
dtptngen_impl.h 164 virtual TokenStatus setTokens(const UnicodeString& pattern, int32_t startPos, int32_t *len);
nfrule.cpp     [all...]
  /external/icu/icu4c/source/i18n/
dtptngen.cpp     [all...]
dtptngen_impl.h 164 virtual TokenStatus setTokens(const UnicodeString& pattern, int32_t startPos, int32_t *len);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp     [all...]
  /frameworks/base/core/java/android/os/
Parcel.java 640 int startPos;
642 if (DEBUG_ARRAY_MAP) startPos = dataPosition();
646 + (dataPosition()-startPos) + " bytes: key=0x"
    [all...]
BaseBundle.java     [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp     [all...]
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
avi_file.cc 1173 long AviFile::PutLE32LengthFromCurrent(long startPos)
1179 bool success = (0 == fseek(_aviFile, startPos - 4, SEEK_SET));
1184 const long len = endPos - startPos;
1185 if (endPos > startPos) {
    [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/chromium_org/third_party/icu/source/common/
rbbiscan.cpp     [all...]
  /external/icu/icu4c/source/common/
rbbiscan.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 384 * @param startPos Offset from left/top edge of outer rectangle to
389 private static float computePivot(int startPos, float finalScale) {
392 return startPos;
394 return -startPos / denom;
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
7zIn.c 181 UInt32 startPos = 0;
189 p->FolderStartPackStreamIndex[i] = startPos;
190 startPos += p->db.Folders[i].NumPackStreams;
    [all...]
  /external/lzma/C/
7zIn.c 181 UInt32 startPos = 0;
189 p->FolderStartPackStreamIndex[i] = startPos;
190 startPos += p->db.Folders[i].NumPackStreams;
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 649 milliseconds

1 2 3 45 6 7 8 91011>>