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

/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp569 sp<FrameOutput> frameOutput; local
597 frameOutput = new FrameOutput();
598 err = frameOutput->createInputSurface(gVideoWidth, gVideoHeight, &encoderInputSurface);
686 frameOutput->prepareToCopy();
697 err = frameOutput->copyFrame(rawFp, 250000, rawFrames);

Completed in 398 milliseconds