Searched refs:mRotImgInfo (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMdpRot.cpp34 bool MdpRot::enabled() const { return mRotImgInfo.enable; }
36 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = r; }
47 return mRotImgInfo.dst.format;
50 uint32_t MdpRot::getSessId() const { return mRotImgInfo.session_id; }
53 if(mRotImgInfo.src.format == MDP_Y_CR_CB_GH2V2){
54 if((utils::ROT_DS_HALF == ds) && (mRotImgInfo.src_rect.h &0x3))
55 mRotImgInfo.src_rect.h = utils::aligndown(mRotImgInfo.src_rect.h, 4);
56 else if(((utils::ROT_DS_FOURTH == ds) && (mRotImgInfo.src_rect.h &0x7)))
57 mRotImgInfo
[all...]
H A DoverlayRotator.h150 /* save mRotImgInfo to be last known good config*/
157 msm_rotator_img_info mRotImgInfo; member in class:overlay::MdpRot
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayMdpRot.cpp35 bool MdpRot::enabled() const { return mRotImgInfo.enable; }
37 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = (uint8_t)r; }
48 return mRotImgInfo.dst.format;
54 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
55 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo.dst.height,
57 return utils::Whf(alW, alH, mRotImgInfo.dst.format);
63 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
64 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo
[all...]
H A DoverlayRotator.h143 /* save mRotImgInfo to be last known good config*/
150 msm_rotator_img_info mRotImgInfo; member in class:overlay::MdpRot
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdpRot.cpp34 bool MdpRot::enabled() const { return mRotImgInfo.enable; }
36 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = r; }
47 return mRotImgInfo.dst.format;
50 uint32_t MdpRot::getSessId() const { return mRotImgInfo.session_id; }
53 if ((utils::ROT_DS_EIGHTH == ds) && (mRotImgInfo.src_rect.h & 0xF)) {
56 mRotImgInfo.src_rect.h = utils::aligndown(mRotImgInfo.src_rect.h, 16);
58 mRotImgInfo.downscale_ratio = ds;
62 mLSRotImgInfo = mRotImgInfo;
67 if(0 == ::memcmp(&mRotImgInfo,
[all...]
H A DoverlayRotator.h136 /* save mRotImgInfo to be last known good config*/
143 msm_rotator_img_info mRotImgInfo; member in class:overlay::MdpRot
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayMdpRot.cpp36 bool MdpRot::enabled() const { return mRotImgInfo.enable; }
38 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = (uint8_t)r; }
57 return mRotImgInfo.dst.format;
63 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
64 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo.dst.height,
66 return utils::Whf(alW, alH, mRotImgInfo.dst.format);
72 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
73 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo
[all...]
H A DoverlayRotator.h167 /* save mRotImgInfo to be last known good config*/
184 msm_rotator_img_info mRotImgInfo; member in class:overlay::MdpRot
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMdpRot.cpp36 bool MdpRot::enabled() const { return mRotImgInfo.enable; }
38 void MdpRot::setRotations(uint32_t r) { mRotImgInfo.rotations = (uint8_t)r; }
57 return mRotImgInfo.dst.format;
63 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
64 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo.dst.height,
66 return utils::Whf(alW, alH, mRotImgInfo.dst.format);
72 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
73 getBufferSizeAndDimensions(mRotImgInfo.dst.width, mRotImgInfo
[all...]
H A DoverlayRotator.h167 /* save mRotImgInfo to be last known good config*/
184 msm_rotator_img_info mRotImgInfo; member in class:overlay::MdpRot

Completed in 842 milliseconds