HomeSort by relevance Sort by last modified time
    Searched defs:Rotator (Results 1 - 9 of 9) sorted by null

  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.cpp 30 //============Rotator=========================
32 Rotator::~Rotator() {}
34 Rotator* Rotator::getRotator() {
46 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) {
55 int Rotator::getRotatorHwType() {
140 Rotator* RotMgr::getNext() {
142 overlay::Rotator *rot = NULL;
144 ALOGE("%s, MAX rotator sessions reached", __func__)
    [all...]
overlayRotator.h 42 Manages the case where new rotator memory needs to be
44 rotator memory to be always max size, irrespctive of source resolution then
48 // Max rotator memory allocations
51 //Manages the rotator buffer offsets.
59 // Max rotator buffers
61 // rotator data info dst offset
80 class Rotator
84 virtual ~Rotator();
99 static Rotator *getRotator();
102 /* Rotator memory manager *
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlayRotator.cpp 30 //============Rotator=========================
32 Rotator::~Rotator() {}
34 Rotator* Rotator::getRotator() {
46 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) {
55 int Rotator::getRotatorHwType() {
140 Rotator* RotMgr::getNext() {
142 overlay::Rotator *rot = NULL;
144 ALOGE("%s, MAX rotator sessions reached", __func__)
    [all...]
overlayRotator.h 42 Manages the case where new rotator memory needs to be
44 rotator memory to be always max size, irrespctive of source resolution then
48 // Max rotator memory allocations
51 //Manages the rotator buffer offsets.
59 // Max rotator buffers
61 // rotator data info dst offset
80 class Rotator
84 virtual ~Rotator();
99 static Rotator *getRotator();
102 /* Rotator memory manager *
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayRotator.cpp 29 //============Rotator=========================
31 Rotator::~Rotator() {}
33 Rotator* Rotator::getRotator() {
45 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) {
54 int Rotator::getRotatorHwType() {
144 Rotator* RotMgr::getNext() {
146 overlay::Rotator *rot = NULL;
148 ALOGW("%s, MAX rotator sessions reached, request rejected", __func__)
    [all...]
overlayRotator.h 43 Manages the case where new rotator memory needs to be
45 rotator memory to be always max size, irrespctive of source resolution then
49 // Max rotator buffers
58 // rotator data info dst offset
66 class Rotator
70 virtual ~Rotator();
85 static Rotator *getRotator();
88 /* Rotator memory manager */
90 explicit Rotator() {}
94 /*Returns rotator h/w type *
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
overlayRotator.cpp 30 //============Rotator=========================
32 Rotator::~Rotator() {}
34 Rotator* Rotator::getRotator() {
46 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) {
55 int Rotator::getRotatorHwType() {
145 Rotator* RotMgr::getNext() {
147 overlay::Rotator *rot = NULL;
149 ALOGE("%s, MAX rotator sessions reached", __func__)
    [all...]
overlayRotator.h 43 Manages the case where new rotator memory needs to be
45 rotator memory to be always max size, irrespctive of source resolution then
49 // Max rotator buffers
58 // rotator data info dst offset
66 class Rotator
70 virtual ~Rotator();
85 static Rotator *getRotator();
88 /* Rotator memory manager */
90 explicit Rotator() {}
94 /*Returns rotator h/w type *
    [all...]
  /external/qemu/android/skin/
trackball.c 95 /*** ROTATOR: used to rotate the reference axis when mouse motion happens
104 } RotatorRec, *Rotator;
110 rotator_reset( Rotator rot, int dx, int dy )
134 rotator_apply( Rotator rot, double* vec )

Completed in 227 milliseconds