Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp624 sp<FrameOutput> frameOutput; in recordScreen() local
652 frameOutput = new FrameOutput(); in recordScreen()
653 err = frameOutput->createInputSurface(gVideoWidth, gVideoHeight, &encoderInputSurface); in recordScreen()
750 frameOutput->prepareToCopy(); in recordScreen()
761 err = frameOutput->copyFrame(rawFp, 250000, rawFrames); in recordScreen()