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

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
TextureUtils.cpp 91 GLsizei tmpHeight = height;
97 glTexImage2DPtr(target,i,uncompressedFrmt,tmpWidth,tmpHeight,border,uncompressedFrmt,GL_UNSIGNED_BYTE,uncompressed);
99 tmpHeight/=2;
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 559 uint32_t tmpHeight = _height;
569 videoFrame._height = tmpHeight;
  /external/webrtc/src/modules/interface/
module_common_types.h 602 WebRtc_UWord32 tmpHeight = _height;
612 videoFrame._height = tmpHeight;
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp 931 int tmpHeight = padWidth - 2*pad;
932 int tmpSize = tmpWidth * tmpHeight;
953 for (int y = 0 ; y < tmpHeight ; ++y) {
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 931 int tmpHeight = padWidth - 2*pad;
932 int tmpSize = tmpWidth * tmpHeight;
953 for (int y = 0 ; y < tmpHeight ; ++y) {
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXAlgo.cpp     [all...]
OMXCameraAdapter.cpp     [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXAlgo.cpp 1054 int tmpHeight, tmpWidth
    [all...]
OMXCameraAdapter.cpp     [all...]

Completed in 495 milliseconds