HomeSort by relevance Sort by last modified time
    Searched defs:tmpH (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
convolve.c 38 Word16 *tmpH,*tmpX;
44 tmpH = h+n;
47 s = vo_mult32((*tmpX++), (*tmpH--));i--;
50 s += vo_mult32((*tmpX++), (*tmpH--));
51 s += vo_mult32((*tmpX++), (*tmpH--));
52 s += vo_mult32((*tmpX++), (*tmpH--));
53 s += vo_mult32((*tmpX++), (*tmpH--));
59 tmpH = h+n;
62 s = vo_mult32((*tmpX++), (*tmpH--));i--;
63 s += vo_mult32((*tmpX++), (*tmpH--));i--
    [all...]
  /hardware/qcom/display/msm8226/libvirtual/
virtual.cpp 130 // tmpW and tmpH will hold the primary dimensions before we
133 uint32_t tmpH = priH;
138 tmpH = priW;
146 getAspectRatioPosition(tmpW, tmpH, extW, extH, r);
  /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/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCapabilities.cpp 210 size_t w, h, tmpW,tmpH;
217 tmpH = caps.tPreviewRes[j].height;
219 if (tempRes > (tmpW * tmpH) ) {
223 h = tmpH;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
VirtualDisplaySurface.cpp 261 uint32_t tmpW, tmpH, transformHint, numPendingBuffers;
262 mQueueBufferOutput.deflate(&tmpW, &tmpH, &transformHint, &numPendingBuffers);
  /hardware/qcom/display/msm8226/libexternal/
external.cpp 598 // tmpW and tmpH will hold the primary dimensions before we
601 int tmpH = priH;
606 tmpH = priW;
614 getAspectRatioPosition(tmpW, tmpH, width, height, r);

Completed in 389 milliseconds