HomeSort by relevance Sort by last modified time
    Searched defs:Matrix (Results 101 - 125 of 162) sorted by null

1 2 3 45 6 7

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
MediaSource.java 35 import android.opengl.Matrix;
298 Matrix.multiplyMM(sourceCoords, 0,
303 Matrix.multiplyMM(sourceCoords, 0,
308 Matrix.multiplyMM(sourceCoords, 0,
313 Matrix.multiplyMM(sourceCoords, 0,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Graph.h 56 typedef typename SolverT::Matrix Matrix;
394 /// @param Costs Cost matrix for new edge.
400 "Matrix dimensions mismatch.");
401 // Get cost matrix from the problem domain.
412 /// @param Costs Cost matrix for new edge.
426 "Matrix dimensions mismatch.");
427 // Get cost matrix from the problem domain.
492 /// @brief Update an edge's cost matrix.
494 /// @param Costs New cost matrix
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 54 MatrixMetadata(const Matrix& M)
274 typedef PBQP::Matrix RawMatrix;
276 typedef RAMatrix Matrix;
277 typedef PBQP::PoolCostAllocator<Vector, Matrix> CostAllocator;
326 void handleUpdateCosts(EdgeId EId, const Matrix& NewCosts) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Graph.h 56 typedef typename SolverT::Matrix Matrix;
394 /// @param Costs Cost matrix for new edge.
400 "Matrix dimensions mismatch.");
401 // Get cost matrix from the problem domain.
412 /// @param Costs Cost matrix for new edge.
426 "Matrix dimensions mismatch.");
427 // Get cost matrix from the problem domain.
492 /// @brief Update an edge's cost matrix.
494 /// @param Costs New cost matrix
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
RegAllocPBQP.h 54 MatrixMetadata(const Matrix& M)
274 typedef PBQP::Matrix RawMatrix;
276 typedef RAMatrix Matrix;
277 typedef PBQP::PoolCostAllocator<Vector, Matrix> CostAllocator;
326 void handleUpdateCosts(EdgeId EId, const Matrix& NewCosts) {
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 30 import android.opengl.Matrix;
136 * s and t in the inclusive range [0, 1], and the matrix from
199 Matrix.setIdentityM(mSTMatrix, 0);
256 Matrix.setIdentityM(mMVPMatrix, /*smOffset*/0);
276 android.graphics.Matrix boxingXform = new android.graphics.Matrix();
277 boxingXform.setRectToRect(output, intermediate, android.graphics.Matrix.ScaleToFit.CENTER);
289 Matrix.scaleM(mMVPMatrix, /*offset*/0, /*x*/scaleX, /*y*/scaleY, /*z*/1);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayWithCompositionTest.java 39 import android.opengl.Matrix;
    [all...]
  /external/clang/test/Sema/
array-init.c 254 typedef struct _Matrix Matrix;
256 const Matrix mat1 = {
263 const Matrix mat2 = {
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 20 * Matrix math utilities. These methods operate on OpenGL ES format
38 public class Matrix {
40 /** Temporary memory for operations that need temporary matrix data. */
47 public Matrix() {}
51 * matrix. In matrix notation: result = lhs x rhs. Due to the way
52 * matrix multiplication works, the result matrix will have the same
53 * effect as first multiplying by the rhs matrix, then multiplying by
54 * the lhs matrix. This is the opposite of what you might expect
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
ColorDisplayService.java 33 import android.opengl.Matrix;
70 * The identity matrix, used if one of the given matrices is {@code null}.
74 Matrix.setIdentityM(MATRIX_IDENTITY, 0);
78 * Evaluator used to animate color matrix transitions.
192 // Set the color mode, if valid, and immediately apply the updated tint matrix based on the
201 // Prepare color transformation matrix.
316 * Set coefficients based on whether the color matrix is linear or not.
328 * Applies current color temperature matrix, or removes it if deactivated.
369 // Ensure final color matrix is set at the end of the animation. If the
370 // animation is cancelled then don't set the final color matrix so the ne
    [all...]
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 48 import android.opengl.Matrix;
357 Matrix.setIdentityM(mSTMatrix, 0);
417 Matrix.setIdentityM(mMVPMatrix, 0);
  /frameworks/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java 29 import android.graphics.Matrix;
850 private final Matrix mStackedMatrix = new Matrix();
853 private final Matrix mLocalMatrix = new Matrix();
    [all...]
  /external/pdfium/third_party/lcms/src/
cmstypes.c     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 1291 milliseconds

1 2 3 45 6 7