Home
last modified time | relevance | path

Searched refs:eglGetWidth (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DNdkInputSurface.java40 static private native int eglGetWidth(long eglDisplay, long eglSurface); in eglGetWidth() method in NdkInputSurface
69 mWidth = eglGetWidth(mEGLDisplay, mEGLSurface); in NdkInputSurface()
107 mWidth = eglGetWidth(mEGLDisplay, mEGLSurface); in updateSize()