HomeSort by relevance Sort by last modified time
    Searched refs:tmpW (Results 1 - 9 of 9) 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;
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_ad.cpp 213 int tmpW, tmpH;
223 format, tmpW, tmpH);
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_ad.cpp 188 int tmpW, tmpH;
198 format, tmpW, tmpH);
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_ad.cpp 186 int tmpW, tmpH, size;
195 format, tmpW, tmpH);
  /hardware/qcom/display/msm8226/libexternal/
external.cpp 598 // tmpW and tmpH will hold the primary dimensions before we
600 int tmpW = priW;
605 tmpW = priH;
614 getAspectRatioPosition(tmpW, tmpH, width, height, r);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 261 uint32_t tmpW, tmpH, transformHint, numPendingBuffers;
262 mQueueBufferOutput.deflate(&tmpW, &tmpH, &transformHint, &numPendingBuffers);
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_execute.c     [all...]
  /external/mesa3d/src/mesa/program/
prog_execute.c     [all...]

Completed in 533 milliseconds