Searched defs:Transform (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dpose.h57 Eigen::Vector3<T> Transform(const Eigen::Vector3<T>& v) const { function in class:android::dvr::Pose
/frameworks/native/services/surfaceflinger/
H A DTransform.h36 class Transform class in namespace:android
39 Transform();
40 Transform(const Transform& other);
41 explicit Transform(uint32_t orientation);
42 ~Transform();
83 Transform operator * (const Transform& rhs) const;
88 Transform inverse() const;
H A DTransform.cpp24 #include "Transform.h"
32 Transform::Transform() { function in class:android::Transform
36 Transform::Transform(const Transform& other) function in class:android::Transform
40 Transform::Transform(uint32_t orientation) { function in class:android::Transform
44 Transform::~Transform() {
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_conceal.c28 Transform
58 static void Transform(i32 *data);
74 pixel values for concealed macroblocks. Transform produces 4x4
441 Transform(firstPhase);
551 Transform(firstPhase);
579 Function name: Transform
587 void Transform(i32 *data) function
/frameworks/base/libs/hwui/
H A DGlop.h141 struct Transform { struct in struct:android::uirenderer::Glop
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DTransform.java26 public class Transform { class
30 private static final String LOGTAG = "Transform";
36 public void clone(Transform src) {
163 Transform t = new Transform();
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestProperties.h48 Transform, member in class:Hwc2TestPropertyName

Completed in 759 milliseconds