Searched defs:fromMs (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditor.java79 * {@link #startPreview(SurfaceHolder surfaceHolder, long fromMs,
740 * @param fromMs The time (relative to the timeline) at which the preview
750 * @throws IllegalArgumentException if fromMs is beyond the preview duration
754 public void startPreview(SurfaceHolder surfaceHolder, long fromMs, long toMs, argument
H A DVideoEditorImpl.java1636 public void startPreview(SurfaceHolder surfaceHolder, long fromMs, long toMs, argument
1657 if (fromMs >= mDurationMs) {
1661 if (fromMs < 0) {
1681 mMANativeHelper.doPreview(surface, fromMs, toMs, loop,
H A DMediaArtistNativeHelper.java3011 * @param fromMs The time in ms from which preview has to be started
3018 void doPreview(Surface surface, long fromMs, long toMs, boolean loop, argument
3020 mPreviewProgress = fromMs;
3035 nativeStartPreview(surface, fromMs, toMs, callbackAfterFrameCount, loop);
4008 private native void nativeStartPreview(Surface mSurface, long fromMs, long toMs, argument
/frameworks/base/media/jni/mediaeditor/
H A DVideoEditorMain.cpp197 jlong fromMs,
222 jlong fromMs,
240 jlong fromMs);
669 jlong fromMs,
675 M4OSA_UInt32 timeMs = (M4OSA_UInt32)fromMs;
1009 jlong fromMs)
1013 M4OSA_UInt32 timeMs = (M4OSA_UInt32)fromMs;
1089 return fromMs;
2116 jlong fromMs,
2170 VIDEOEDIT_LOG_FUNCTION(ANDROID_LOG_INFO, "VIDEO_EDITOR", "fromMs
666 videoEditor_renderPreviewFrame(JNIEnv* pEnv, jobject thiz, jobject mSurface, jlong fromMs, jint surfaceWidth, jint surfaceHeight ) argument
1001 videoEditor_renderMediaItemPreviewFrame(JNIEnv* pEnv, jobject thiz, jobject mSurface, jstring filePath, jint frameWidth, jint frameHeight, jint surfaceWidth, jint surfaceHeight, jlong fromMs) argument
2112 videoEditor_startPreview( JNIEnv* pEnv, jobject thiz, jobject mSurface, jlong fromMs, jlong toMs, jint callbackInterval, jboolean loop) argument
[all...]

Completed in 1014 milliseconds