OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MdpRot
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/display/msm8960/liboverlay/
overlayMdpRot.cpp
27
MdpRot
::
MdpRot
() {
32
MdpRot
::~
MdpRot
() { close(); }
34
bool
MdpRot
::enabled() const { return mRotImgInfo.enable; }
36
void
MdpRot
::setRotations(uint32_t r) { mRotImgInfo.rotations = r; }
38
int
MdpRot
::getDstMemId() const {
42
uint32_t
MdpRot
::getDstOffset() const {
46
uint32_t
MdpRot
::getDstFormat() const {
50
uint32_t
MdpRot
::getSessId() const { return mRotImgInfo.session_id;
[
all
...]
overlayRotator.h
117
class
MdpRot
: public Rotator {
119
virtual ~
MdpRot
();
135
explicit
MdpRot
();
/hardware/qcom/display/msm8974/liboverlay/
overlayMdpRot.cpp
27
MdpRot
::
MdpRot
() {
32
MdpRot
::~
MdpRot
() { close(); }
34
bool
MdpRot
::enabled() const { return mRotImgInfo.enable; }
36
void
MdpRot
::setRotations(uint32_t r) { mRotImgInfo.rotations = r; }
38
int
MdpRot
::getDstMemId() const {
42
uint32_t
MdpRot
::getDstOffset() const {
46
uint32_t
MdpRot
::getDstFormat() const {
50
uint32_t
MdpRot
::getSessId() const { return mRotImgInfo.session_id;
[
all
...]
overlayRotator.h
117
class
MdpRot
: public Rotator {
119
virtual ~
MdpRot
();
135
explicit
MdpRot
();
/hardware/qcom/display/msm8x26/liboverlay/
overlayMdpRot.cpp
27
MdpRot
::
MdpRot
() {
32
MdpRot
::~
MdpRot
() { close(); }
34
bool
MdpRot
::enabled() const { return mRotImgInfo.enable; }
36
void
MdpRot
::setRotations(uint32_t r) { mRotImgInfo.rotations = r; }
38
int
MdpRot
::getDstMemId() const {
42
uint32_t
MdpRot
::getDstOffset() const {
46
uint32_t
MdpRot
::getDstFormat() const {
50
uint32_t
MdpRot
::getSessId() const { return mRotImgInfo.session_id;
[
all
...]
overlayRotator.h
116
class
MdpRot
: public Rotator {
118
virtual ~
MdpRot
();
133
explicit
MdpRot
();
Completed in 1215 milliseconds