Searched refs:mRotInfo (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/display/msm8226/liboverlay/ |
D | overlayMdssRot.cpp | 51 void MdssRot::setRotations(uint32_t flags) { mRotInfo.flags |= flags; } in setRotations() 63 return mRotInfo.src.format; in getDstFormat() 72 return utils::Whf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, in getDstWhf() 73 mRotInfo.src.format); in getDstWhf() 77 return utils::Dim(mRotInfo.dst_rect.x, mRotInfo.dst_rect.y, in getDstDimensions() 78 mRotInfo.dst_rect.w, mRotInfo.dst_rect.h); in getDstDimensions() 81 uint32_t MdssRot::getSessId() const { return mRotInfo.id; } in getSessId() 94 mRotInfo.src.format = whf.format; in setSource() 95 mRotInfo.src.width = whf.w; in setSource() 96 mRotInfo.src.height = whf.h; in setSource() [all …]
|
D | overlayRotator.h | 206 mdp_overlay mRotInfo; variable
|
/hardware/qcom/display/msm8994/liboverlay/ |
D | overlayMdssRot.cpp | 52 void MdssRot::setRotations(uint32_t flags) { mRotInfo.flags |= flags; } in setRotations() 72 return mRotInfo.src.format; in getDstFormat() 81 return utils::Whf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h, in getDstWhf() 82 mRotInfo.src.format); in getDstWhf() 86 return utils::Dim(mRotInfo.dst_rect.x, mRotInfo.dst_rect.y, in getDstDimensions() 87 mRotInfo.dst_rect.w, mRotInfo.dst_rect.h); in getDstDimensions() 90 uint32_t MdssRot::getSessId() const { return mRotInfo.id; } in getSessId() 93 mLSRotInfo = mRotInfo; in save() 98 if(0 == ::memcmp(&mRotInfo, &mLSRotInfo, in rotConfChanged() 116 mRotInfo.src.format = whf.format; in setSource() [all …]
|
D | overlayRotator.h | 267 mdp_overlay mRotInfo; variable
|
/hardware/qcom/display/msm8084/liboverlay/ |
D | overlayMdssRot.cpp | 51 void MdssRot::setRotations(uint32_t flags) { mRotInfo.flags |= flags; } in setRotations() 63 return mRotInfo.src.format; in getDstFormat() 66 uint32_t MdssRot::getSessId() const { return mRotInfo.id; } in getSessId() 79 mRotInfo.src.format = whf.format; in setSource() 80 mRotInfo.src.width = whf.w; in setSource() 81 mRotInfo.src.height = whf.h; in setSource() 86 mRotInfo.src_rect.x = crop.x; in setCrop() 87 mRotInfo.src_rect.y = crop.y; in setCrop() 88 mRotInfo.src_rect.w = crop.w; in setCrop() 89 mRotInfo.src_rect.h = crop.h; in setCrop() [all …]
|
D | overlayRotator.h | 197 mdp_overlay mRotInfo; variable
|
/hardware/qcom/display/msm8960/liboverlay/ |
D | overlayMdssRot.cpp | 48 void MdssRot::setRotations(uint32_t flags) { mRotInfo.flags |= flags; } in setRotations() 60 return mRotInfo.src.format; in getDstFormat() 63 uint32_t MdssRot::getSessId() const { return mRotInfo.id; } in getSessId() 76 mRotInfo.src.format = whf.format; in setSource() 78 mRotInfo.src.width = whf.w; in setSource() 79 mRotInfo.src.height = whf.h; in setSource() 81 mRotInfo.src_rect.w = whf.w; in setSource() 82 mRotInfo.src_rect.h = whf.h; in setSource() 84 mRotInfo.dst_rect.w = whf.w; in setSource() 85 mRotInfo.dst_rect.h = whf.h; in setSource() [all …]
|
D | overlayRotator.h | 211 mdp_overlay mRotInfo; variable
|