OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rotatedSamplingMatrix
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
VideoRendererGui.java
145
private float[]
rotatedSamplingMatrix
;
246
rotatedSamplingMatrix
= RendererCommon.rotateTextureMatrix(
263
drawer.drawOes(pendingFrame.textureId,
rotatedSamplingMatrix
,
265
rotatedSamplingMatrix
= RendererCommon.identityMatrix();
279
RendererCommon.multiplyMatrices(
rotatedSamplingMatrix
, layoutMatrix);
SurfaceViewRenderer.java
489
final float[]
rotatedSamplingMatrix
=
493
texMatrix = RendererCommon.multiplyMatrices(
rotatedSamplingMatrix
, layoutMatrix);
Completed in 625 milliseconds