/external/webkit/WebCore/platform/graphics/win/ |
MediaPlayerPrivateQuickTimeWin.cpp | 206 float MediaPlayerPrivate::duration() const function in class:WebCore::MediaPlayerPrivate 210 return m_qtMovie->duration(); 227 if (time > duration()) 228 time = duration(); 245 if (oldRate && timeAfterSeek < duration()) 362 // infinite duration means live stream 363 return !isfinite(duration()) ? 0 : maxTimeLoaded(); 377 float dur = duration();
|
/packages/apps/Gallery3D/res/values/ |
strings.xml | 36 <!-- Used to format short video duration in Details dialog. minutes:seconds e.g. 00:30 --> 38 <!-- Used to format video duration in Details dialog. hours:minutes:seconds e.g. 0:21:30 -->
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementTime.java | 48 * The desired simple duration value of this node in seconds. Negative 100 * specified duration in milliseconds. Negative means "indefinite".
|
/packages/apps/Music/src/com/android/music/ |
MusicPicker.java | 56 * application (title, author, album, duration), as well as the ability to 97 MediaStore.Audio.Media.DURATION, 180 TextView duration; field in class:MusicPicker.TrackListAdapter.ViewHolder 220 vh.duration = (TextView) v.findViewById(R.id.duration); 238 vh.duration.setText(""); 240 vh.duration.setText(MusicUtils.makeTimeString(context, secs)); 305 mDurationIdx = cursor.getColumnIndex(MediaStore.Audio.Media.DURATION);
|
MediaPlaybackService.java | 509 seek(seekpos >= 0 && seekpos < duration() ? seekpos : 0); 511 + position() + "/" + duration() 1064 long duration = mPlayer.duration(); local 1335 long duration = duration(); local 1658 public long duration() { method in class:MediaPlaybackService 1820 public long duration() { method in class:MediaPlaybackService.MultiPlayer 1918 public long duration() { method in class:MediaPlaybackService.ServiceStub [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
CallLogProvider.java | 62 sCallsProjectionMap.put(Calls.DURATION, Calls.DURATION);
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/MacServices/src/MeasurementSRV/ |
measurementSrvDbgPrint.c | 114 ("Measurement type request: type: %s, duration:%d, scan mode: %s, reserved: %d\n", 115 measurementTypeDesc[ pMsrTypeRequest->msrType ], pMsrTypeRequest->duration,
|
MeasurementSrv.c | 155 This event will be received when the Measurement duration expired, 319 /* Mark the current time stamp and the duration to start to cehck expiry later */ 683 * \return index of the measurement request with the shortest duration.\n 694 /* find the index with the minimum duration */ 700 (pMeasurementSRV->msrRequest.msrTypes[ i ].duration < minValue) ) 702 minValue = pMeasurementSRV->msrRequest.msrTypes[ i ].duration; 708 /* if no entry with positive duration exists, return -1 */ 714 { /* otherwise, return the index of the type with the shortest duration */ [all...] |
/external/opencore/fileformats/mp3/parser/include/ |
mp3parser.h | 135 // the ith entry determines the seek point for i-percent duration 353 * @brief Returns the duration of the file. 356 * @returns Clip duration 361 * @brief Returns the approximate duration of downloaded data. 420 //duration related values
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/ |
pvmf_protocol_engine_node_download_common.h | 238 // update duration by new playback rate, called by checkAutoResumeAlgoWithConstraint 258 // No constraint: for file size/clip duration/clip bitrate(i.e. playback rate), one of them must be unavailable, except 259 // file size and clip duration are available, but clip bitrate is unavailable. This only applies on PDL 284 // with contraint: file size and clip duration are both available 369 // return duration regardless of the difference between progressive download and fasttrack download
|
/external/webkit/WebCore/rendering/ |
RenderMedia.cpp | 417 float duration = mediaElement()->duration(); local 421 m_currentTimeDisplay->setInnerText(theme()->formatMediaControlsCurrentTime(now, duration), ec); 423 m_timeRemainingDisplay->setInnerText(theme()->formatMediaControlsRemainingTime(now, duration), ec); 424 m_timeRemainingDisplay->setCurrentValue(now - duration);
|
/external/webkit/WebKit/mac/WebView/ |
WebVideoFullscreenHUDWindowController.mm | 53 - (double)duration; 445 [_timeline setValue:[NSNumber numberWithDouble:[self duration]] forKey:@"maxValue"]; 486 - (double)duration 488 return [_delegate mediaElement] ? [_delegate mediaElement]->duration() : 0; 616 return [@"-" stringByAppendingString:timeToString(mediaElement->duration() - mediaElement->currentTime())];
|
/frameworks/base/core/java/android/view/animation/ |
LayoutAnimationController.java | 259 * delay is expressed as a fraction of the animation duration. 261 * @return a fraction of the animation duration 270 * Sets the delay, as a fraction of the animation duration, by which the 274 * child animation delay = child index * delay * animation duration 277 * @param delay a fraction of the animation duration
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
MediaPlayerPerformance.java | 167 long duration = 0; local 184 duration = t2 - t1; 185 Log.v(TAG, "Time taken = " + duration); 186 sum = sum + duration; 192 Log.v(TAG, "Average duration = " + sum / testFile.length);
|
/frameworks/base/services/java/com/android/server/ |
BatteryService.java | 416 private final void logOutlier(long duration) { 427 if (duration <= durationThreshold && 432 if (LOCAL_LOGV) Slog.v(TAG, "duration threshold: " + durationThreshold + 434 if (LOCAL_LOGV) Slog.v(TAG, "duration: " + duration + " discharge: " +
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmConnection.java | 67 long duration; field in class:GsmConnection 206 } else if (duration == 0) { 209 return duration; 405 duration = SystemClock.elapsedRealtime() - connectTimeReal; 506 duration = 0;
|
/frameworks/base/docs/html/guide/topics/graphics/ |
2d-graphics.jd | 348 also a set of common parameters (for instance, start time and duration). To make 350 to make them sequential, calculate the start time plus the duration of the preceding transformation. 375 android:duration="700" /> 385 android:duration="400" 394 android:duration="400" /> 446 the instructions are the order and duration for each frame of the animation.</p> 449 of child <code><item></code> nodes that each define a frame: a drawable resource for the frame and the frame duration. 454 <item android:drawable="@drawable/rocket_thrust1" android:duration="200" /> 455 <item android:drawable="@drawable/rocket_thrust2" android:duration="200" /> 456 <item android:drawable="@drawable/rocket_thrust3" android:duration="200" / [all...] |
/hardware/ti/wlan/wl1271/TWD/MacServices/ |
MeasurementSrv.c | 153 This event will be received when the Measurement duration expired, 305 /* Mark the current time stamp and the duration to start to cehck expiry later */ 651 * \return index of the measurement request with the shortest duration.\n 662 /* find the index with the minimum duration */ 668 (pMeasurementSRV->msrRequest.msrTypes[ i ].duration < minValue)) 670 minValue = pMeasurementSRV->msrRequest.msrTypes[ i ].duration; 676 /* if no entry with positive duration exists, return -1 */ 682 { /* otherwise, return the index of the type with the shortest duration */ [all...] |
/system/wlan/ti/wilink_6_1/TWD/MacServices/ |
MeasurementSrv.c | 153 This event will be received when the Measurement duration expired, 305 /* Mark the current time stamp and the duration to start to cehck expiry later */ 651 * \return index of the measurement request with the shortest duration.\n 662 /* find the index with the minimum duration */ 668 (pMeasurementSRV->msrRequest.msrTypes[ i ].duration < minValue)) 670 minValue = pMeasurementSRV->msrRequest.msrTypes[ i ].duration; 676 /* if no entry with positive duration exists, return -1 */ 682 { /* otherwise, return the index of the type with the shortest duration */ [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_rtttl.c | 303 ticks = pData->duration * pData->tick; 398 /* duration or octave */ 403 /* duration comes before note */ 828 EAS_I32 duration; local 831 /* get the duration */ 832 if ((result = RTTTL_GetNumber(hwInstData, pData, &duration)) != EAS_SUCCESS) 835 if ((duration != 1) && (duration != 2) && (duration != 4) && (duration != 8) && (duration != 16) && (duration != 32) [all...] |
eas_imelody.c | 875 EAS_I32 duration; local 883 /* get the duration */ 884 if (!IMY_GetDuration(pEASData->hwInstData, pData, &duration)) 896 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IMY_PlayNote: Start note %d, duration %d\n", pData->note, duration); */ } 904 pData->restTicks = duration >> 4; 911 pData->restTicks = duration >> 1; 916 pData->restTicks = duration >> 4; 921 pData->time += duration - pData->restTicks; 947 EAS_I32 duration; local 985 EAS_I32 duration; local [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_rtttl.c | 303 ticks = pData->duration * pData->tick; 398 /* duration or octave */ 403 /* duration comes before note */ 828 EAS_I32 duration; local 831 /* get the duration */ 832 if ((result = RTTTL_GetNumber(hwInstData, pData, &duration)) != EAS_SUCCESS) 835 if ((duration != 1) && (duration != 2) && (duration != 4) && (duration != 8) && (duration != 16) && (duration != 32) [all...] |
eas_imelody.c | 875 EAS_I32 duration; local 883 /* get the duration */ 884 if (!IMY_GetDuration(pEASData->hwInstData, pData, &duration)) 896 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "IMY_PlayNote: Start note %d, duration %d\n", pData->note, duration); */ } 904 pData->restTicks = duration >> 4; 911 pData->restTicks = duration >> 1; 916 pData->restTicks = duration >> 4; 921 pData->time += duration - pData->restTicks; 947 EAS_I32 duration; local 985 EAS_I32 duration; local [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_rtttl.c | 303 ticks = pData->duration * pData->tick; 398 /* duration or octave */ 403 /* duration comes before note */ 828 EAS_I32 duration; local 831 /* get the duration */ 832 if ((result = RTTTL_GetNumber(hwInstData, pData, &duration)) != EAS_SUCCESS) 835 if ((duration != 1) && (duration != 2) && (duration != 4) && (duration != 8) && (duration != 16) && (duration != 32) [all...] |
/packages/apps/Mms/res/values/ |
strings.xml | 256 <!-- String for slide duration in seconds --> 257 <string name="duration_sec">Duration (<xliff:g id="duration">%s</xliff:g> sec)</string> 258 <!-- Dialog box title for duration selector --> 259 <string name="duration_selector_title">"Duration for slide "</string> 268 <!-- Toast when the user enters a non-numeric value for the duration of a slide --> 269 <string name="duration_not_a_number">Duration must be a number</string> 270 <!-- Toast when the user enters a zero value for the duration of a slide --> 271 <string name="duration_zero">Duration must be greater than zero seconds</string> 273 <!-- In duration selection dialog box, short version of "seconds" -- [all...] |