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

/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java3035 nativeStartPreview(surface, fromMs, toMs, callbackAfterFrameCount, loop);
3037 Log.e(TAG, "Illegal argument exception in nativeStartPreview");
3040 Log.e(TAG, "Illegal state exception in nativeStartPreview");
3043 Log.e(TAG, "Runtime exception in nativeStartPreview");
4008 private native void nativeStartPreview(Surface mSurface, long fromMs, long toMs, method in class:MediaArtistNativeHelper

Completed in 43 milliseconds