Searched refs:jSurface (Results 1 – 2 of 2) sorted by relevance
27 void pushBufferWithTransform(JNIEnv* env, jclass, jobject jSurface, jint transform) { in pushBufferWithTransform() argument28 auto window = ANativeWindow_fromSurface(env, jSurface); in pushBufferWithTransform()
550 ANativeWindow* initPreviewAnw(JNIEnv* env, jobject jSurface) { in initPreviewAnw() argument555 mPreviewAnw = ANativeWindow_fromSurface(env, jSurface); in initPreviewAnw()