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

  /hardware/qcom/display/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() {
139 Rotator* RotMgr::getNext() {
141 overlay::Rotator *rot = NULL;
143 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();
98 static Rotator *getRotator();
101 /* Rotator memory manager *
    [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 2471 milliseconds