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

/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp74 static uint32_t gVideoWidth = 0; // default width+height variable
151 gVideoWidth, gVideoHeight, kMimeTypeAvc, gBitRate / 1000000.0);
155 format->setInt32("width", gVideoWidth);
178 kMimeTypeAvc, gVideoWidth, gVideoHeight, err);
248 videoWidth = gVideoWidth;
252 videoHeight = gVideoWidth;
556 if (gVideoWidth == 0) {
557 gVideoWidth = rotated ? mainDpyInfo.h : mainDpyInfo.w;
572 bool needSwap = gVideoWidth < gVideoHeight;
575 if (gVideoWidth !
[all...]

Completed in 51 milliseconds