Searched refs:tmpH (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/display/msm8226/libvirtual/ |
D | virtual.cpp | 133 uint32_t tmpH = priH; in setToPrimary() local 138 tmpH = priW; in setToPrimary() 146 getAspectRatioPosition(tmpW, tmpH, extW, extH, r); in setToPrimary()
|
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
D | V4LCapabilities.cpp | 210 size_t w, h, tmpW,tmpH; in sortAscend() local 217 tmpH = caps.tPreviewRes[j].height; in sortAscend() 219 if (tempRes > (tmpW * tmpH) ) { in sortAscend() 223 h = tmpH; in sortAscend()
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_ad.cpp | 192 int tmpW, tmpH; in prepare() local 202 format, tmpW, tmpH); in prepare()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_ad.cpp | 188 int tmpW, tmpH; in prepare() local 198 format, tmpW, tmpH); in prepare()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_ad.cpp | 192 int tmpW, tmpH; in prepare() local 202 format, tmpW, tmpH); in prepare()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_ad.cpp | 213 int tmpW, tmpH; in prepare() local 223 format, tmpW, tmpH); in prepare()
|
/hardware/qcom/display/msm8909/libhdmi/ |
D | hdmi.cpp | 584 int tmpH = mPrimaryHeight; in setAttributes() local 589 tmpH = mPrimaryWidth; in setAttributes() 597 qdutils::getAspectRatioPosition(tmpW, tmpH, mXres, mYres, r); in setAttributes()
|
/hardware/qcom/display/msm8226/libexternal/ |
D | external.cpp | 601 int tmpH = priH; in setAttributes() local 606 tmpH = priW; in setAttributes() 614 getAspectRatioPosition(tmpW, tmpH, width, height, r); in setAttributes()
|
/hardware/qcom/display/msm8994/libhdmi/ |
D | hdmi.cpp | 607 int tmpH = mPrimaryHeight; in setAttributes() local 612 tmpH = mPrimaryWidth; in setAttributes() 620 qdutils::getAspectRatioPosition(tmpW, tmpH, mXres, mYres, r); in setAttributes()
|