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

/frameworks/base/services/surfaceflinger/
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...]
H A DTransform.h34 class Transform class in namespace:android
37 Transform();
38 Transform(const Transform& other);
39 explicit Transform(uint32_t orientation);
40 ~Transform();
80 Transform operator * (const Transform& rhs) const;
/frameworks/base/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

Completed in 108 milliseconds