Searched defs:destHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DOpenGLReadback.cpp127 int destHeight = bitmap->height(); local
129 || destHeight > caches.maxTextureSize) {
131 destWidth, destHeight, caches.maxTextureSize);
188 glTexImage2D(GL_TEXTURE_2D, 0, format, destWidth, destHeight,
196 renderState.setViewport(destWidth, destHeight);
213 || srcRect.getHeight() != (float) destHeight;
216 || sourceTexture.height() != (uint32_t) destHeight;
224 .setModelViewMapUnitToRect(Rect(destWidth, destHeight))
227 ortho.loadOrtho(destWidth, destHeight);
/frameworks/av/cmds/stagefright/
H A Dmediafilter.cpp197 int32_t destWidth, destHeight, destStride, destSliceHeight; local
206 && destFormat->findInt32("height", & destHeight)

Completed in 127 milliseconds