Searched defs:duration (Results 101 - 114 of 114) sorted by relevance

12345

/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c3602 * @return M4MCS_ERR_DURATION_IS_NULL : Specified output parameters define a null duration stream
4447 * duration
4505 M4OSA_TRACE1_2("M4MCS_setEncodingParams(): Begin cut larger than duration (%d>%d),\
4512 * If end cut time is too large, we set it to the clip duration */
4540 * FlB 2009.03.04: check audio effects start time and duration validity*/
4553 duration (%d,%d), returning M4ERR_PARAMETER",
4562 /* Re-adjust the effect duration until the end of the output clip*/
4700 * @return M4MCS_ERR_BEGIN_CUT_EQUALS_END_CUT: Encoding settings would produce a null duration
4880 /* compute max duration */
5039 /* compute max duration */
9970 M4OSA_UInt32 duration; local
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebView.java1811 public void awakenScrollBars(int duration) { argument
1812 WebView.this.awakenScrollBars(duration);
1815 public void awakenScrollBars(int duration, boolean invalidate) { argument
1816 WebView.this.awakenScrollBars(duration, invalidate);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java217 // This variable's scope is only for the duration of startReordering() and endReordering()
219 // This variable's scope is for the duration of startReordering() and after the zoomIn()
1741 // We want the duration of the page snap animation to be influenced by the distance that
1742 // the screen has to travel, however, we don't want this duration to be effected in a
1744 // of travel has on the overall snap duration.
1760 int duration = 0;
1770 // snap duration. This is a function of the actual distance that needs to be traveled;
1772 // duration as a function of the distance the page needs to travel.
1781 // user flings, so we scale the duration by a value near to the derivative of the scroll
1783 duration
1795 snapToPage(int whichPage, int duration) argument
1798 snapToPage(int whichPage, int duration, boolean immediate) argument
1810 snapToPage(int whichPage, int delta, int duration) argument
1813 snapToPage(int whichPage, int delta, int duration, boolean immediate) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp211 const nsecs_t duration = now - mBootTime; local
212 ALOGI("Boot is finished (%ld ms)", long(ns2ms(duration)) );
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp327 fid = pEnv->GetFieldID(clazz,"duration","I");
329 M4OSA_TRACE1_1("duration = %d",pSettings->ClipProperties.uiClipDuration);
730 /* Determine the total number of clips, total duration*/
773 /* If timestamp is beyond story board duration, return*/
2316 jlong duration = (endTime - startTime); local
2317 M4OSA_UInt32 tolerance = duration / (2 * noOfThumbnails);
2328 timeMS += (2 * k + 1) * duration / (2 * noOfThumbnails);
3473 /* sample to be converted to BIG endian ; store the frame duration */
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp419 snprintf(buffer, SIZE, " duration encoded : %lld us\n", mTrackDurationUs);
479 // Max file duration limit is set
485 // When both file size and duration limits are set,
491 // Only max file duration limit is set
501 // Any long duration recording will be probably end up with
840 int32_t duration = (durationUs * mTimeScale + 5E5) / 1E6; local
841 writeInt32(duration);
1303 size_t sampleCount, int32_t duration) {
1305 if (duration == 0) {
1306 ALOGW("0-duration sample
1302 addOneSttsTableEntry( size_t sampleCount, int32_t duration) argument
1312 addOneCttsTableEntry( size_t sampleCount, int32_t duration) argument
2862 uint32_t duration; local
2890 uint32_t duration; local
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp677 virtual void vibrate(int32_t deviceId, nsecs_t duration) { argument
/frameworks/base/core/java/android/widget/
H A DAbsListView.java4000 void startScroll(int distance, int duration, boolean linear) { argument
4004 mScroller.startScroll(0, initialY, 0, distance, duration);
4308 void startWithOffset(final int position, int offset, final int duration) { argument
4316 startWithOffset(position, postOffset, duration);
4347 smoothScrollBy(targetTop - offset, duration, true);
4354 duration : (int) (duration / screenTravelCount);
4364 void scrollToVisible(int targetPos, int boundPos, int duration) { argument
4411 smoothScrollBy(scrollBy, duration);
4572 final int duration
4645 smoothScrollToPositionFromTop(int position, int offset, int duration) argument
4691 smoothScrollBy(int distance, int duration) argument
4695 smoothScrollBy(int distance, int duration, boolean linear) argument
[all...]
/frameworks/base/services/input/
H A DInputReader.cpp1930 nsecs_t duration = mPattern[mIndex]; local
1933 ALOGD("nextStep: sending vibrate deviceId=%d, duration=%lld",
1934 getDeviceId(), duration);
1936 getEventHub()->vibrate(getDeviceId(), duration); local
1944 mNextStepTime = now + duration;
1947 ALOGD("nextStep: scheduled timeout in %0.3fms", duration * 0.000001f);
/frameworks/base/media/java/android/media/
H A DAudioService.java4025 public FocusStackEntry(int streamType, int duration, argument
4032 mFocusChangeType = duration;
4071 + " -- duration: " + fse.mFocusChangeType
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java415 /** Begin time cut is larger than the video clip duration. */
510 * input video track duration..
696 /** invalid playback duration */
1006 * case of JPG clip, this is the duration of the JPEG file.
1011 * Begin of the cut in the clip in percentage of the file duration.
1016 * End of the cut in the clip in percentage of the file duration. Set
1066 public int duration; field in class:MediaArtistNativeHelper.TransitionSettings
1202 public int duration; field in class:MediaArtistNativeHelper.EffectSettings
1217 * Start time of the effect in percents of the duration of the clip. A
1224 * Duration of the effect in percents of the duration o
1602 public int duration; field in class:MediaArtistNativeHelper.Properties
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java253 /** The maximum length we will accept for a loaded animation duration:
3249 private Animation createExitAnimationLocked(int transit, int duration) { argument
3258 a.setDuration(duration);
3263 a.setDuration(duration);
3287 // Pick the desired duration. If this is an inter-activity transition,
3288 // it is the standard duration for that. Otherwise we use the longer
3289 // task transition duration.
3290 int duration;
3294 duration = mContext.getResources().getInteger(
3298 duration
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.h1381 // required int32 duration = 3;
1385 inline ::google::protobuf::int32 duration() const;
1779 // required int32 duration = 3;
1787 inline ::google::protobuf::int32 GLMessage::duration() const { function in class:android::gltrace::GLMessage
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h3097 XAmillisecond duration; member in struct:XAVideoStreamInformation_
3106 XAmillisecond duration; member in struct:XAAudioStreamInformation_
3124 XAmillisecond duration; member in struct:XATimedTextStreamInformation_
3132 XAmillisecond duration; member in struct:XAMIDIStreamInformation_

Completed in 404 milliseconds

12345