Searched refs:surfTex (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DMediaPlayerPrivateAndroid.cpp583 static bool SendSurfaceTexture(JNIEnv* env, jobject obj, jobject surfTex, argument
586 if (!surfTex)
589 sp<SurfaceTexture> texture = android::SurfaceTexture_getSurfaceTexture(env, surfTex);

Completed in 79 milliseconds