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

/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp75 static uint32_t gVideoHeight = 0; variable
151 gVideoWidth, gVideoHeight, kMimeTypeAvc, gBitRate / 1000000.0);
156 format->setInt32("height", gVideoHeight);
178 kMimeTypeAvc, gVideoWidth, gVideoHeight, err);
249 videoHeight = gVideoHeight;
251 videoWidth = gVideoHeight;
559 if (gVideoHeight == 0) {
560 gVideoHeight = rotated ? mainDpyInfo.w : mainDpyInfo.h;
572 bool needSwap = gVideoWidth < gVideoHeight;
575 if (gVideoWidth != newWidth && gVideoHeight !
[all...]

Completed in 41 milliseconds