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

/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp79 static uint32_t gVideoWidth = 0; // default width+height variable
156 gVideoWidth, gVideoHeight, kMimeTypeAvc, gBitRate / 1000000.0);
160 format->setInt32("width", gVideoWidth);
183 kMimeTypeAvc, gVideoWidth, gVideoHeight, err);
252 videoWidth = gVideoWidth;
256 videoHeight = gVideoWidth;
560 if (gVideoWidth == 0) {
561 gVideoWidth = rotated ? mainDpyInfo.h : mainDpyInfo.w;
576 bool needSwap = gVideoWidth < gVideoHeight;
579 if (gVideoWidth !
[all...]

Completed in 2829 milliseconds