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

/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp565 sp<FrameOutput> frameOutput; local
593 frameOutput = new FrameOutput();
594 err = frameOutput->createInputSurface(gVideoWidth, gVideoHeight, &encoderInputSurface);
671 frameOutput->prepareToCopy();
682 err = frameOutput->copyFrame(rawFp, 250000, rawFrames);

Completed in 92 milliseconds