HomeSort by relevance Sort by last modified time
    Searched refs:tmpW (Results 1 - 12 of 12) sorted by null

  /hardware/qcom/display/msm8226/libvirtual/
virtual.cpp 130 // tmpW and tmpH will hold the primary dimensions before we
132 uint32_t tmpW = priW;
137 tmpW = priH;
146 getAspectRatioPosition(tmpW, tmpH, extW, extH, r);
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCapabilities.cpp 210 size_t w, h, tmpW,tmpH;
216 tmpW = caps.tPreviewRes[j].width;
219 if (tempRes > (tmpW * tmpH) ) {
222 w = tmpW;