HomeSort by relevance Sort by last modified time
    Searched full:duration (Results 401 - 425 of 1213) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/platform/graphics/wince/
MediaPlayerPrivateWince.h 61 float duration() const;
  /external/webkit/WebCore/rendering/
MediaControlElements.cpp 219 float duration = m_mediaElement->duration(); local
220 return !isnan(duration) && !isinf(duration);
309 float duration = m_mediaElement->duration(); local
310 return (isnan(duration) || isinf(duration));
643 float dur = m_mediaElement->duration();
  /external/webkit/WebKit/mac/WebView/
WebArchive.mm 226 CFAbsoluteTime duration = end - start;
228 LOG(Timing, "Parsing web archive with [NSPropertyListSerialization propertyListFromData::::] took %f seconds", duration);
370 CFAbsoluteTime duration = end - start;
372 LOG(Timing, "Serializing web archive to raw CFPropertyList data took %f seconds", duration);
  /frameworks/base/core/java/android/app/backup/
RestoreSet.java 43 * transport. This is guaranteed to be valid for the duration of a restore
  /frameworks/base/media/jni/
android_media_MediaProfiles.cpp 174 int duration = sProfiles->getCamcorderProfileParamByName("duration", q); local
187 if (duration == -1 || fileFormat == -1 || videoCodec == -1 || audioCodec == -1 ||
199 duration,
  /frameworks/base/packages/VpnServices/src/com/android/server/vpn/
VpnService.java 468 private String getFormattedTime(int duration) {
469 int hours = duration / 3600;
472 sb.append(String.format("%02d:%02d", (duration % 3600 / 60),
473 (duration % 60)));
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
CommandParamsFactory.java 288 // parse tone duration
289 ctlv = searchForTag(ComprehensionTlvTag.DURATION, ctlvs);
291 textMsg.duration = ValueParser.retrieveDuration(ctlv);
754 Duration duration = null; local
777 // parse tone duration
778 ctlv = searchForTag(ComprehensionTlvTag.DURATION, ctlvs);
780 duration = ValueParser.retrieveDuration(ctlv);
792 mCmdParams = new PlayToneParams(cmdDet, textMsg, tone, duration, vibrate);
  /packages/apps/Calendar/src/com/android/calendar/
CalendarActivity.java 298 // Reduce the animation duration based on how far we have already swiped.
299 long duration = (long) (ANIMATION_DURATION * (1.0f - progress)); local
300 inAnimation.setDuration(duration);
301 outAnimation.setDuration(duration);
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 62 // max video duration in seconds for mms and youtube.
63 private static final int MMS_VIDEO_DURATION = CamcorderProfile.get(CamcorderProfile.QUALITY_LOW).duration;
146 // Modify video duration settings.
147 // The first entry is for MMS video duration, and we need to fill
  /system/extras/tests/sdcard/
profile_sdcard.sh 37 echo "# StopWatch scalability total/cumulative duration 0.0 Samples: 1" | tee -a ${file}
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_HW_Queue/
txHwQueueCalc.c 265 /* Get PLCP header duration overhead. */
286 /* If packet length bigger than RTS threshold, add RTS time to the duration overhead. */
295 /* If protection CTS required for OFDM packet or RTS needed, add CTS time to duration overhead. */
307 /* Calculate the fragmentation threshold in data bytes from the required duration and rate. */
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 286 // In updateState(), we track when maxTimeLoaded() == duration().
605 float MediaPlayerPrivate::duration() const
613 QTTime time = [m_qtMovie.get() duration];
638 if (time > duration())
639 time = duration();
661 if (oldRate && timeAfterSeek < duration())
814 // infinite duration means live stream
815 if (isinf(duration()))
830 float dur = duration();
927 // However newer versions of QT do not, so we check maxTimeLoaded against duration
    [all...]
  /frameworks/base/media/libstagefright/
MPEG4Extractor.cpp 582 uint64_t ctime, mtime, duration; local
600 duration = U64_AT(&buffer[28]);
616 duration = U32_AT(&buffer[20]);
657 int64_t duration; local
660 timescale_offset + 4, &duration, sizeof(duration))
661 < (ssize_t)sizeof(duration)) {
664 duration = ntoh64(duration);
672 duration = ntohl(duration32)
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java 197 method = "duration",
219 assertEquals(1000, mMovie.duration());
  /external/apache-http/src/org/apache/http/conn/
ClientConnectionManager.java 79 * not be reused regardless of the valid duration.
85 * @param validDuration the duration of time this connection is valid for reuse
  /external/apache-http/src/org/apache/http/impl/conn/
IdleConnectionHandler.java 178 * @param validDuration The duration this connection is valid for
179 * @param validUnit The unit of time the duration is specified in.
  /external/opencore/fileformats/mp4/composer/include/
mediaatom.h 155 void setDuration(uint32 duration)
157 _pmediaHeader->setDuration(duration);
  /external/opencore/fileformats/mp4/composer/src/
moviefragmentatom.cpp 115 // return the current duration of samples in given track
124 // return duration of longest track
trackfragmentatom.cpp 127 // update track fragment duration
212 // updates the duration of last sample in TRUN
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_jb_jitterbuffermisc.cpp 720 /* Start Session Duration Timer only if stop duration is set */
    [all...]
  /external/skia/src/animator/
SkAnimateActive.cpp 151 SkMSec duration = animate->dur; local
154 duration = state.fSteps ? state.fSteps * SK_MSec1 : 1;
162 // duration = value.fOperand.fS32 * SK_MSec1;
164 state.fDuration = duration;
165 SkMSec maxTime = state.fBegin + duration;
379 SkMSec duration = fState[index].fDuration; local
388 interpolator.setKeyFrame(1, duration, from, animate->blend[0]);
393 interpolator.setKeyFrame(entry, entry * duration / (entries - 1), from,
  /external/sonivox/arm-fm-22k/lib_src/
eas_rtttldata.h 65 EAS_I8 duration; /* default note duration */ member in struct:__anon5676
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_rtttldata.h 65 EAS_I8 duration; /* default note duration */ member in struct:__anon5726
  /external/sonivox/arm-wt-22k/lib_src/
eas_rtttldata.h 65 EAS_I8 duration; /* default note duration */ member in struct:__anon5778
  /external/webkit/WebCore/platform/graphics/
MediaPlayer.h 93 // the media file duration has changed, or is now known
163 float duration() const;

Completed in 2753 milliseconds

<<11121314151617181920>>