Searched defs:toMs (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPreviewController.cpp430 M4OSA_UInt32 fromMS, M4OSA_Int32 toMs, M4OSA_UInt16 callBackAfterFrameCount,
437 if(fromMS > (M4OSA_UInt32)toMs) {
438 ALOGE("startPreview: fromMS > toMs");
442 if(toMs == 0) {
443 ALOGE("startPreview: toMs is 0");
567 if(toMs == -1) {
575 ALOGV("startPreview: toMs=%d", toMs);
576 if((M4OSA_UInt32)toMs > mClipTotalDuration) {
577 ALOGE("startPreview: toMs > mClipTotalDuratio
429 startPreview( M4OSA_UInt32 fromMS, M4OSA_Int32 toMs, M4OSA_UInt16 callBackAfterFrameCount, M4OSA_Bool loop) argument
[all...]
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditor.java742 * @param toMs The time (relative to the timeline) at which the preview will
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
1681 mMANativeHelper.doPreview(surface, fromMs, toMs, loop,
H A DMediaArtistNativeHelper.java3012 * @param toMs The time in ms till preview has to be played
3018 void doPreview(Surface surface, long fromMs, long toMs, boolean loop, argument
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.cpp198 jlong toMs,
2117 jlong toMs,
2170 VIDEOEDIT_LOG_FUNCTION(ANDROID_LOG_INFO, "VIDEO_EDITOR", "fromMs=%ld, toMs=%ld",
2171 (M4OSA_UInt32)fromMs, (M4OSA_Int32)toMs);
2174 (M4OSA_Int32)toMs,
2112 videoEditor_startPreview( JNIEnv* pEnv, jobject thiz, jobject mSurface, jlong fromMs, jlong toMs, jint callbackInterval, jboolean loop) argument

Completed in 373 milliseconds