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

<<11121314151617181920>>

  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_MediaTest.java 125 assertEquals(Audio1.DURATION, c.getLong(c.getColumnIndex(Media.DURATION)));
168 assertEquals(Audio2.DURATION, c.getLong(c.getColumnIndex(Media.DURATION)));
MediaStore_Video_MediaTest.java 71 values.put(Media.DURATION, 8480);
104 assertEquals(8480, c.getInt(c.getColumnIndex(Media.DURATION)));
132 values.put(Media.DURATION, 8481);
157 assertEquals(8481, c.getInt(c.getColumnIndex(Media.DURATION)));
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 217 // android:duration="1000" />
283 // start offset is 0, duration is 2000, repeat count is 0.
287 // start offset is 0, duration is 2000, repeat count is 2.
291 // start offset is 800, duration is 2000, repeat count is 2.
347 // android:duration="2000" />
350 long duration = anim.getDuration(); local
351 assertEquals(DECELERATE_ALPHA_DURATION, duration);
388 // timeout is larger than duration, in case the system is sluggish
389 new DelayedCheck(duration * 2 + 1000) {
447 // timeout is larger than duration, in case the system is sluggis
    [all...]
  /external/bluetooth/bluez/compat/
pand.1 21 \fB\-\-search\fR \fB\-Q[duration]\fR
  /external/icu4c/test/intltest/
itrbnfrt.h 30 * Perform an exhaustive round-trip test on the duration-formatting rules
  /external/opencore/fileformats/mp4/composer/include/
trackextendsatom.h 34 void setSampleParameters(uint32 index, uint32 duration, uint32 size, uint32 flags);
  /external/webkit/WebCore/manual-tests/
video-waiting-seeking.html 73 of delivery, and the duration of the file.
  /external/webkit/WebCore/platform/animation/
AnimationList.cpp 39 FILL_UNSET_PROPERTY(isDurationSet, duration, setDuration);
  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 39 boolean setScanMode(int mode, int duration);
  /frameworks/base/core/java/android/speech/tts/
ITts.aidl 62 int playSilence(in String callingApp, in long duration, in int queueMode, in String[] params);
  /frameworks/base/core/java/android/test/
PerformanceTestCase.java 49 * duration of the test whose performance should actually be measured.
  /frameworks/base/graphics/java/android/graphics/
Movie.java 35 public native int duration(); method in class:Movie
  /frameworks/base/media/libstagefright/
StagefrightMetadataRetriever.cpp 365 // The overall duration is the duration of the longest track.
378 // The duration value is a string representing the duration in ms.
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaMetadataTest.java 40 YEAR, DURATION, NUM_TRACKS, WRITER
252 Log.v(TAG, "Expected = " + meta_data_file[fileIndex][meta.DURATION.ordinal()] + "reult = " + value);
253 // Only require that the returned duration is within 100ms of the expected
256 meta_data_file[fileIndex][meta.DURATION.ordinal()])
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 167 int duration; field in class:NotificationManagerService.NotificationRecord
212 int duration; field in class:NotificationManagerService.ToastRecord
214 ToastRecord(int pid, String pkg, ITransientNotification callback, int duration)
219 this.duration = duration;
222 void update(int duration) {
223 this.duration = duration;
237 + " duration=" + duration;
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/
ElementSequentialTimeContainerImpl.java 65 // Return "indefinite" since containing a child whose duration is indefinite.
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
tx.h 115 UINT32 fw; /* Last firmware duration */
116 UINT32 air; /* Last TX air duration */
123 UINT32 fw; /* Maximum firmware duration */
124 UINT32 air; /* Maximum TX air duration */
  /device/htc/dream-sapphire/
media_profiles.xml 27 <!ATTLIST EncoderProfile duration (30|60) #REQUIRED>
82 <EncoderProfile quality="high" fileFormat="3gp" duration="60">
95 <EncoderProfile quality="low" fileFormat="3gp" duration="60">
  /device/htc/passion-common/
media_profiles.xml 27 <!ATTLIST EncoderProfile duration (30|60) #REQUIRED>
82 <EncoderProfile quality="high" fileFormat="mp4" duration="60">
95 <EncoderProfile quality="low" fileFormat="3gp" duration="30">
  /external/opencore/android/
metadatadriver.cpp 43 "duration",
244 // This is an ugly hack since OpenCore returns duration in the following two formats:
245 // 1. duration;valtype=uint32 (the duration is an integer representing milliseconds)
246 // 2. duration;valtype=uint32;timescale=8000 (the duration is an integer representing the
247 // duration in a timescale of 8 kHz)
248 // It would be nice to have OpenCore always return duration in the first format.
249 // PV will study on fixing this to always return duration in the first format.
251 const char* durKeyStr = "duration";
260 int duration = (mMetadataValueList[i].value.uint32_value * 1000LL) \/ timescale; local
    [all...]
  /external/opencore/pvmi/pvmf/include/
pvmf_media_data.h 52 // Bit 1 - Signals whether the media data has a valid duration field, if this bit is not
53 // set then duration value returned in "getDuration" is undefined and should not be used.
90 OSCL_IMPORT_REF virtual void setDuration(const uint32& duration);
  /external/srec/srec/crec/
srec_debug.c 100 frameID* duration = &stoken->duration[0]; local
115 p, costs[i], costs[i] + cost_offset, word_backtrace[i], duration[i], word_backtrace_trans);
  /external/srec/srec/include/
all_defs.h 65 /* state duration constants */
66 #define DUR_BIAS 0 /* duration penalty bias, changed elsewhere */
67 #define NEWTON_FACTOR 10.0F /* for converting duration to penalties */
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp 122 LOG_VERBOSE(Media, "Duration changed");
376 float MediaPlayerPrivate::duration() const function in class:WebCore::MediaPlayerPrivate
391 LOG_VERBOSE(Media, "Time duration query failed.");
395 LOG_VERBOSE(Media, "Duration: %" GST_TIME_FORMAT, GST_TIME_ARGS(timeLength));
579 end = duration() * GST_SECOND;
622 // infinite duration means live stream
634 return duration();
643 float dur = duration();
714 float newDuration = duration();
899 // synchronize position and duration values
    [all...]
  /external/webkit/WebKitTools/record-memory-win/
main.cpp 55 wcsstr(argument, _T("--duration"))) {
58 printf("ERROR: invalid duration\n");
82 printf("-d [--duration] arg : Run for up to arg seconds. Default: no limit\n\n");

Completed in 642 milliseconds

<<11121314151617181920>>