HomeSort by relevance Sort by last modified time
    Searched full:timems (Results 26 - 37 of 37) sorted by null

12

  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayer.cpp 1043 M4OSA_UInt32 timeMs = mDecodedVideoTs/1000
    [all...]
VideoEditorTools.cpp     [all...]
  /frameworks/base/media/java/android/media/videoeditor/
VideoEditorImpl.java 911 public long renderPreviewFrame(SurfaceHolder surfaceHolder, long timeMs,
926 if (timeMs < 0) {
928 } else if (timeMs > mDurationMs) {
947 timeMs, frame.width(), frame.height(), overlayData);
    [all...]
MediaImageItem.java 606 public Bitmap getThumbnail(int width, int height, long timeMs) throws IOException {
609 width, height, timeMs, 0);
    [all...]
MediaItem.java 548 * @param timeMs The time in the source video file at which the thumbnail is
556 public abstract Bitmap getThumbnail(int width, int height, long timeMs)
  /frameworks/base/core/java/android/widget/
MediaController.java 394 private String stringForTime(int timeMs) {
395 int totalSeconds = timeMs / 1000;
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorBaseActivity.java     [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
AuditRules.js 449 freshnessLifetimeGreaterThan: function(resource, timeMs)
473 return (isNaN(freshnessLifetimeMs)) ? false : freshnessLifetimeMs > timeMs;
    [all...]
  /external/valgrind/main/massif/
ms_main.c 392 typedef enum { TimeI, TimeMS, TimeB } TimeUnit;
398 case TimeMS: return "ms";
455 else if VG_XACT_CLO(arg, "--time-unit=ms", clo_time_unit, TimeMS) {}
    [all...]
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java     [all...]
  /frameworks/base/docs/html/guide/topics/admin/
device-admin.jd 696 long timeMs = 1000L*Long.parseLong(mTimeout.getText().toString());
697 mDPM.setMaximumTimeToLock(mDeviceAdminSample, timeMs);
    [all...]
  /frameworks/base/services/java/com/android/server/
PowerManagerService.java 424 public void setMaximumScreenOffTimeount(int timeMs) {
428 mMaximumScreenOffTimeout = timeMs;
    [all...]

Completed in 5242 milliseconds

12