/external/opencore/nodes/streaming/jitterbuffernode/src/ |
pvmf_jitter_buffer_extension_interface.cpp | 71 void PVMFJitterBufferExtensionInterfaceImpl::setJitterBufferDurationInMilliSeconds(uint32 duration) 73 iContainer->SetJitterBufferDurationInMilliSeconds(duration); 77 void PVMFJitterBufferExtensionInterfaceImpl::getJitterBufferDurationInMilliSeconds(uint32& duration) 79 iContainer->GetJitterBufferDurationInMilliSeconds(duration); 83 void PVMFJitterBufferExtensionInterfaceImpl::setEarlyDecodingTimeInMilliSeconds(uint32 duration) 85 iContainer->SetEarlyDecodingTimeInMilliSeconds(duration); 101 void PVMFJitterBufferExtensionInterfaceImpl::setMaxInactivityDurationForMediaInMs(uint32 duration) 103 iContainer->SetMaxInactivityDurationForMediaInMs(duration); 107 void PVMFJitterBufferExtensionInterfaceImpl::getMaxInactivityDurationForMediaInMs(uint32& duration) 109 iContainer->GetMaxInactivityDurationForMediaInMs(duration); [all...] |
/external/webkit/WebKit/mac/WebView/ |
WebWindowAnimation.m | 32 static NSTimeInterval WebWindowAnimationDurationFromDuration(NSTimeInterval duration) 34 return ([[NSApp currentEvent] modifierFlags] & NSShiftKeyMask) ? duration * slowMotionFactor : duration; 68 - (id)initWithHintedDuration:(NSTimeInterval)duration window:(NSWindow *)window initalFrame:(NSRect)initialFrame finalFrame:(NSRect)finalFrame 73 _hintedDuration = duration; 87 - (void)setDuration:(NSTimeInterval)duration 89 [super setDuration:WebWindowAnimationDurationFromDuration(duration)]; 185 - (id)initWithDuration:(NSTimeInterval)duration window:(NSWindow *)window initialAlpha:(CGFloat)initialAlpha finalAlpha:(CGFloat)finalAlpha 196 - (void)setDuration:(NSTimeInterval)duration 198 [super setDuration:WebWindowAnimationDurationFromDuration(duration)]; [all...] |
/dalvik/libcore/luni-kernel/src/test/java/tests/api/org/apache/harmony/kernel/dalvik/ |
ThreadsTest.java | 170 * the indicated value, noting the duration of time actually parked. 194 * either case, this constructor takes a duration to park for 226 * Wait for the test to complete and return the duration. 230 * @return the duration in milliseconds 250 * Asserts that the actual duration is within 5% of the 253 * @param expectedMillis the expected duration, in milliseconds 264 long duration = getDurationMillis(waitMillis); local 266 if (duration < minimum) { 267 Assert.fail("expected duration: " + expectedMillis + 268 "; actual too short: " + duration); [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
MediaPlayerApiTest.java | 55 public boolean verifyDuration(int duration, int expectedDuration){ 56 if ((duration > expectedDuration * 1.1) || (duration < expectedDuration * 0.9)) 65 //Wait for PV bugs for MP3 duration 68 int duration = CodecTest.getDuration(MediaNames.MP3CBR); local 69 duratoinWithinTolerence = verifyDuration(duration, MediaNames.MP3CBR_LENGTH); 75 int duration = CodecTest.getDuration(MediaNames.MP3VBR); local 77 duratoinWithinTolerence = verifyDuration(duration, MediaNames.MP3VBR_LENGTH); 83 int duration = CodecTest.getDuration(MediaNames.MIDI); local 84 duratoinWithinTolerence = verifyDuration(duration, MediaNames.MIDI_LENGTH) 91 int duration = CodecTest.getDuration(MediaNames.WMA9); local 99 int duration = CodecTest.getDuration(MediaNames.AMR); local [all...] |
/external/opencore/fileformats/mp4/composer/src/ |
movieextendsatom.cpp | 60 // set movie fragment duration 62 PVA_FF_MovieExtendsAtom::setMovieFragmentDuration(uint32 duration) 64 _pMehdAtom->setFragmentDuration(duration); 68 // update fragment duration 76 // write fragment duration into target file 83 // return fragement duration
|
editatom.cpp | 60 void PVA_FF_EditAtom::addEditEntry(uint32 duration, int32 time, uint16 rate) 62 _peditList->addEditEntry(duration, time, rate); 66 void PVA_FF_EditAtom::addEmptyEdit(uint32 duration) 68 _peditList->addEditEntry(duration, -1, 1);
|
movieheaderatom.cpp | 44 * Variables added to ensure that the total track duration includes the duration of the 96 uint32 duration = local 99 if (duration > _duration) 101 _deltaTS = duration - _prevTS; 103 setDuration(duration); 105 _prevTS = duration; 136 * To ensure that the total track duration includes the duration of the
|
/frameworks/base/core/res/res/anim/ |
wallpaper_close_enter.xml | 28 android:duration="@android:integer/config_mediumAnimTime" /> 31 android:duration="@android:integer/config_mediumAnimTime"/> 43 android:duration="@android:integer/config_mediumAnimTime" /> 45 android:duration="@android:integer/config_mediumAnimTime"/> 57 android:duration="@android:integer/config_mediumAnimTime" /> 67 android:duration="@android:integer/config_mediumAnimTime"/>
|
wallpaper_close_exit.xml | 28 android:duration="@android:integer/config_mediumAnimTime" /> 40 android:duration="@android:integer/config_mediumAnimTime" /> 53 android:duration="@android:integer/config_mediumAnimTime" /> 55 android:duration="@android:integer/config_mediumAnimTime"/> 68 android:duration="@android:integer/config_mediumAnimTime" /> 70 android:duration="@android:integer/config_mediumAnimTime"/>
|
wallpaper_open_enter.xml | 28 android:duration="@android:integer/config_mediumAnimTime" /> 40 android:duration="@android:integer/config_mediumAnimTime" /> 53 android:duration="@android:integer/config_mediumAnimTime" /> 55 android:duration="@android:integer/config_mediumAnimTime"/> 68 android:duration="@android:integer/config_mediumAnimTime" /> 70 android:duration="@android:integer/config_mediumAnimTime"/>
|
wallpaper_open_exit.xml | 27 android:duration="@android:integer/config_mediumAnimTime" /> 30 android:duration="@android:integer/config_mediumAnimTime"/> 42 android:duration="@android:integer/config_mediumAnimTime" /> 44 android:duration="@android:integer/config_mediumAnimTime"/> 56 android:duration="@android:integer/config_mediumAnimTime" /> 66 android:duration="@android:integer/config_mediumAnimTime"/>
|
/cts/tests/res/anim/ |
anim_set.xml | 29 android:duration="900" /> 42 android:duration="400" /> 50 android:duration="400" />
|
/development/samples/ApiDemos/res/anim/ |
hyperspace_out.xml | 28 android:duration="700" /> 42 android:duration="400" /> 50 android:duration="400" />
|
push_left_in.xml | 18 <translate android:fromXDelta="100%p" android:toXDelta="0" android:duration="300"/> 19 <alpha android:fromAlpha="0.0" android:toAlpha="1.0" android:duration="300" />
|
push_left_out.xml | 18 <translate android:fromXDelta="0" android:toXDelta="-100%p" android:duration="300"/> 19 <alpha android:fromAlpha="1.0" android:toAlpha="0.0" android:duration="300" />
|
push_up_in.xml | 18 <translate android:fromYDelta="100%p" android:toYDelta="0" android:duration="300"/> 19 <alpha android:fromAlpha="0.0" android:toAlpha="1.0" android:duration="300" />
|
push_up_out.xml | 18 <translate android:fromYDelta="0" android:toYDelta="-100%p" android:duration="300"/> 19 <alpha android:fromAlpha="1.0" android:toAlpha="0.0" android:duration="300" />
|
slide_top_to_bottom.xml | 18 <translate android:fromYDelta="-100%" android:toXDelta="0" android:duration="100" /> 19 <alpha android:fromAlpha="0.0" android:toAlpha="1.0" android:duration="50" />
|
/external/icu4c/data/xml/rbnf/ |
root.xml | 14 <ruleset type="duration">
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/ |
TextMessage.java | 31 public Duration duration = null; field in class:TextMessage 44 duration = in.readParcelable(null); 59 dest.writeParcelable(duration, 0);
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
RecentCallsListActivityTests.java | 57 Calls.DURATION, 264 * @param duration In seconds of the call. Use RAND_DURATION to pick a random one. 267 private void insert(String number, long date, int duration, int type) { 275 if (duration < 0) { 276 duration = mRnd.nextInt(10 * 60); // 0 - 10 minutes random. 278 row.add(duration); // duration 291 * @param duration In seconds of the call. Use RAND_DURATION to pick a random one. 293 private void insertPrivate(long date, int duration) { 294 insert(CallerInfo.PRIVATE_NUMBER, date, duration, Calls.INCOMING_TYPE) [all...] |
/system/extras/tests/sdcard/ |
plot_sdcard.py | 52 'duration ([0-9.]+). Samples: ([0-9]+)'), line) 56 self.duration = float(res.group(2)) 94 self.duration = 0.0 114 return '%s-duration:%f\\n-%s\\n%s' % ( 115 self.kernel, self.duration, self.command_line, self.sched) 118 self.duration = max(self.duration, dataset.duration) 184 """Plot the duration of the ops against iteration. 204 gp.ylabel('duration in second' [all...] |
/frameworks/base/core/java/android/pim/ |
RecurrenceSet.java | 168 * one of DTEND/DURATION, and one of RRULE/RDATE. Returns false if 188 String duration = computeDuration(start, component); local 195 (TextUtils.isEmpty(duration))|| 199 Log.d(TAG, "Recurrence missing DTSTART, DTEND/DURATION, " 226 values.put(Calendar.Events.DURATION, duration); 236 int durationColumn = cursor.getColumnIndex(Calendar.Events.DURATION); 249 String duration = cursor.getString(durationColumn); local 258 (TextUtils.isEmpty(duration))|| 290 ICalendar.Property durationProp = new ICalendar.Property("DURATION"); 307 String duration = values.getAsString(Calendar.Events.DURATION); local [all...] |
/cts/tests/res/xml/ |
anim_list_correct.xml | 26 android:duration="2000" /> 28 <item android:duration="1000" >
|
/cts/tests/tests/os/src/android/os/cts/ |
AsyncTaskTest.java | 35 private static final long DURATION = 2000; 99 doTestAsyncTask(DURATION); 105 assertEquals(RESULT, mAsyncTask.get(DURATION, TimeUnit.MILLISECONDS).longValue()); 111 new DelayedCheck(DURATION) { 135 new DelayedCheck(DURATION) { 181 Thread.sleep(DURATION); 211 Thread.sleep(DURATION); 236 Thread.sleep(DURATION);
|