Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/api/org/webrtc/
DVideoFrameDrawer.java70 final int[] planeWidths = new int[] {width, width / 2, width / 2}; in uploadYuvData() local
75 if (strides[i] > planeWidths[i]) { in uploadYuvData()
76 copyCapacityNeeded = Math.max(copyCapacityNeeded, planeWidths[i] * planeHeights[i]); in uploadYuvData()
97 if (strides[i] == planeWidths[i]) { in uploadYuvData()
102 planes[i], strides[i], copyBuffer, planeWidths[i], planeWidths[i], planeHeights[i]); in uploadYuvData()
105 GLES20.glTexImage2D(GLES20.GL_TEXTURE_2D, 0, GLES20.GL_LUMINANCE, planeWidths[i], in uploadYuvData()