Searched refs:offX (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp266 uint32_t offX, offY; local
267 offX = (videoWidth - outWidth) / 2;
269 Rect displayRect(offX, offY, offX + outWidth, offY + outHeight);
274 outHeight, outWidth, offY, offX);
277 outWidth, outHeight, offX, offY);

Completed in 169 milliseconds