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

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

Completed in 62 milliseconds