Searched defs:tmpH (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8226/libvirtual/
H A Dvirtual.cpp130 // tmpW and tmpH will hold the primary dimensions before we
133 uint32_t tmpH = priH; local
138 tmpH = priW;
146 getAspectRatioPosition(tmpW, tmpH, extW, extH, r);
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_ad.cpp213 int tmpW, tmpH; local
223 format, tmpW, tmpH);
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_ad.cpp188 int tmpW, tmpH; local
198 format, tmpW, tmpH);
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_ad.cpp192 int tmpW, tmpH; local
202 format, tmpW, tmpH);
/hardware/qcom/display/msm8226/libexternal/
H A Dexternal.cpp598 // tmpW and tmpH will hold the primary dimensions before we
601 int tmpH = priH; local
606 tmpH = priW;
614 getAspectRatioPosition(tmpW, tmpH, width, height, r);
/hardware/qcom/display/msm8994/libhdmi/
H A Dhdmi.cpp604 // tmpW and tmpH will hold the primary dimensions before we
607 int tmpH = mPrimaryHeight; local
612 tmpH = mPrimaryWidth;
620 qdutils::getAspectRatioPosition(tmpW, tmpH, mXres, mYres, r);

Completed in 113 milliseconds