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

12

  /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/services/java/com/android/server/
DevicePolicyManagerService.java     [all...]
  /frameworks/base/core/java/android/widget/
MediaController.java 404 private String stringForTime(int timeMs) {
405 int totalSeconds = timeMs / 1000;
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorBaseActivity.java     [all...]
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp 1033 M4OSA_UInt32 timeMs = mDecodedVideoTs/1000;
    [all...]
VideoEditorTools.cpp     [all...]
  /frameworks/base/media/java/android/media/
RemoteControlClient.java     [all...]
AudioService.java     [all...]
AudioManager.java     [all...]
  /frameworks/base/services/java/com/android/server/power/
PowerManagerService.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 388 typedef enum { TimeI, TimeMS, TimeB } TimeUnit;
394 case TimeMS: return "ms";
451 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 673 long timeMs = 1000L*Long.parseLong(mTimeout.getText().toString());
674 mDPM.setMaximumTimeToLock(mDeviceAdminSample, timeMs);
    [all...]
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 

Completed in 728 milliseconds

12