HomeSort by relevance Sort by last modified time
    Searched full:dstoffset (Results 51 - 75 of 115) sorted by null

1 23 4 5

  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 554 size_t dstOffset = 0;
571 memcpy(&dstPtr[dstOffset], "\x00\x00\x00\x01", 4);
573 memcpy(&dstPtr[dstOffset + 4],
578 dstOffset += 4; // 0x00 00 00 01
579 dstOffset += NALsize;
595 dstSize = dstOffset;
  /external/chromium_org/third_party/icu/source/i18n/
timezone.cpp 609 int32_t& dstOffset, UErrorCode& ec) const {
638 dstOffset = getOffset(GregorianCalendar::AD, year, month, dom,
643 // Recompute if local==TRUE, dstOffset!=0.
644 if (pass!=0 || !local || dstOffset == 0) {
648 date -= dstOffset;
    [all...]
vzone.h 233 * dstOffset. All computations are performed in the proleptic
245 * @param dstOffset output parameter to receive the DST offset,
255 int32_t& dstOffset, UErrorCode& ec);
  /libcore/luni/src/main/java/java/util/
GregorianCalendar.java 493 int dstOffset = fields[YEAR] <= 0 ? 0 : getTimeZone().getOffset(AD,
496 dstOffset -= zoneOffset;
498 fields[DST_OFFSET] = dstOffset;
499 if (dstOffset != 0) {
501 millis += dstOffset;
511 + dstOffset);
513 if(fields[YEAR] == changeYear && gregorianCutover <= timeVal - zoneOffset + dstOffset){
568 int dstOffset = timeZone.inDaylightTime(new Date(time)) ? timeZone.getDSTSavings() : 0;
570 fields[DST_OFFSET] = dstOffset;
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 797 size_t dstOffset = 13;
808 data[dstOffset++] = toc;
818 memcpy(&data[dstOffset], &mediaData[srcOffset], frameSize - 1);
820 dstOffset += frameSize - 1;
823 buffer->setRange(0, dstOffset);
  /external/icu4c/i18n/
vzone.h 218 * dstOffset. All computations are performed in the proleptic
230 * @param dstOffset output parameter to receive the DST offset,
239 int32_t& dstOffset, UErrorCode& ec);
chnsecal.cpp 488 int32_t rawOffset, dstOffset;
490 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status);
492 return millis - (double)(rawOffset + dstOffset);
505 int32_t rawOffset, dstOffset;
507 fZoneAstroCalc->getOffset(millis, FALSE, rawOffset, dstOffset, status);
509 return ClockMath::floorDivide(millis + (double)(rawOffset + dstOffset), kOneDay);
    [all...]
timezone.cpp 601 int32_t& dstOffset, UErrorCode& ec) const {
630 dstOffset = getOffset(GregorianCalendar::AD, year, month, dom,
635 // Recompute if local==TRUE, dstOffset!=0.
636 if (pass!=0 || !local || dstOffset == 0) {
640 date -= dstOffset;
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen6_sol.c 56 linked_xfb_info->Outputs[i].DstOffset;
gen7_sol_state.c 154 assert(linked_xfb_info->Outputs[i].DstOffset == next_offset[buffer]);
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_sol.c 56 linked_xfb_info->Outputs[i].DstOffset;
gen7_sol_state.c 154 assert(linked_xfb_info->Outputs[i].DstOffset == next_offset[buffer]);
  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp 583 size_t dstOffset = 0;
598 memcpy(accessUnit->data() + dstOffset, "\x00\x00\x00\x01", 4);
600 memcpy(accessUnit->data() + dstOffset + 4,
604 dstOffset += pos.nalSize + 4;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 578 * I repeat: this method starts the comparison at 1 <> dstOffset + 1.
584 * @param dstOffset the offset in the right-hand side string.
587 private static int compareCharArrays(final int[] src, final int[] dst, int dstOffset) {
591 if (dstOffset + i >= dst.length) return i;
592 if (src[i] != dst[dstOffset + i]) return i;
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkBlitMask_D32.cpp 9 size_t dstOffset = dstRB - (width << 2);
21 device = (uint32_t*)((char*)device + dstOffset);
  /external/skia/src/core/
SkBlitMask_D32.cpp 9 size_t dstOffset = dstRB - (width << 2);
21 device = (uint32_t*)((char*)device + dstOffset);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
basictz.h 160 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) /*const*/;
vtzone.h 241 * dstOffset. All computations are performed in the proleptic
252 * @param dstOffset output parameter to receive the DST offset,
261 int32_t& dstOffset, UErrorCode& ec) const;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
byte_array.h 108 // @param dstOffset the offset in the destination array to start copying to
  /external/icu4c/i18n/unicode/
basictz.h 162 int32_t& rawOffset, int32_t& dstOffset, UErrorCode& status) const;
vtzone.h 241 * dstOffset. All computations are performed in the proleptic
252 * @param dstOffset output parameter to receive the DST offset,
261 int32_t& dstOffset, UErrorCode& ec) const;
  /external/sfntly/cpp/src/sfntly/data/
byte_array.h 108 // @param dstOffset the offset in the destination array to start copying to
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp 981 size_t dstOffset = 0;
996 memcpy((*accessUnit)->data() + dstOffset,
1000 memcpy((*accessUnit)->data() + dstOffset + 4,
1006 dstOffset += nalSize + 4;
1010 (*accessUnit) = new ABuffer(dstOffset);
    [all...]
  /bionic/libc/tzcode/
localtime.c 939 int_fast32_t dstoffset; local
990 name = getoffset(name, &dstoffset);
993 } else dstoffset = stdoffset - SECSPERHOUR;
    [all...]

Completed in 1453 milliseconds

1 23 4 5