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

/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp80 static uint32_t gVideoHeight = 0; variable
156 gVideoWidth, gVideoHeight, kMimeTypeAvc, gBitRate / 1000000.0);
161 format->setInt32("height", gVideoHeight);
183 kMimeTypeAvc, gVideoWidth, gVideoHeight, err);
253 videoHeight = gVideoHeight;
255 videoWidth = gVideoHeight;
563 if (gVideoHeight == 0) {
564 gVideoHeight = rotated ? mainDpyInfo.w : mainDpyInfo.h;
576 bool needSwap = gVideoWidth < gVideoHeight;
579 if (gVideoWidth != newWidth && gVideoHeight !
[all...]

Completed in 198 milliseconds