Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_opengles20.cc290 GLint bufLength = 0; in createProgram() local
291 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength); in createProgram()
292 if (bufLength) { in createProgram()
293 char* buf = (char*) malloc(bufLength); in createProgram()
295 glGetProgramInfoLog(program, bufLength, NULL, buf); in createProgram()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DGCMBlockCipher.java137 int bufLength = forEncryption ? BLOCK_SIZE : (BLOCK_SIZE + macSize); in init() local
138 this.bufBlock = new byte[bufLength]; in init()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/modes/
DGCMBlockCipher.java139 int bufLength = forEncryption ? BLOCK_SIZE : (BLOCK_SIZE + macSize); in init() local
140 this.bufBlock = new byte[bufLength]; in init()