Searched refs: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/ti/omap4-aah/camera/V4LCameraAdapter/
H A DV4LCapabilities.cpp210 size_t w, h, tmpW,tmpH; local
217 tmpH = caps.tPreviewRes[j].height;
219 if (tempRes > (tmpW * tmpH) ) {
223 h = tmpH;
/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/msm8974/libhwcomposer/
H A Dhwc_ad.cpp186 int tmpW, tmpH, size; local
195 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);

Completed in 202 milliseconds