Searched refs:mPlaneCount (Results 1 – 2 of 2) sorted by relevance
36 mPlaneCount(0), in Stream()116 return mPlaneCount; in getPlaneCount()139 mPlaneCount = 1; in createConsumerGLTextureExternal()143 mPlaneCount = attributes.getAsInt(EGL_YUV_NUMBER_OF_PLANES_EXT, 2); in createConsumerGLTextureExternal()144 ASSERT(mPlaneCount <= 3); in createConsumerGLTextureExternal()145 for (EGLint i = 0; i < mPlaneCount; i++) in createConsumerGLTextureExternal()158 for (EGLint i = 0; i < mPlaneCount; i++) in createConsumerGLTextureExternal()202 for (int i = 0; i < mPlaneCount; i++) in consumerAcquire()223 for (int i = 0; i < mPlaneCount; i++) in consumerRelease()
130 EGLint mPlaneCount; variable