Searched refs:tmpHeight (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h602 WebRtc_UWord32 tmpHeight = _height; local
612 videoFrame._height = tmpHeight;
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMask.cpp931 int tmpHeight = padWidth - 2*pad; local
932 int tmpSize = tmpWidth * tmpHeight;
953 for (int y = 0 ; y < tmpHeight ; ++y) {
/external/skia/src/effects/
H A DSkBlurMask.cpp931 int tmpHeight = padWidth - 2*pad; local
932 int tmpSize = tmpWidth * tmpHeight;
953 for (int y = 0 ; y < tmpHeight ; ++y) {
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h559 uint32_t tmpHeight = _height; local
569 videoFrame._height = tmpHeight;

Completed in 709 milliseconds