Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
DFrameOutput.cpp90 status_t FrameOutput::copyFrame(FILE* fp, long timeoutUsec, bool rawFrames) { in copyFrame() argument
157 if (!rawFrames) { in copyFrame()
DFrameOutput.h48 status_t copyFrame(FILE* fp, long timeoutUsec, bool rawFrames);
Dscreenrecord.cpp727 bool rawFrames = gOutputFormat == FORMAT_RAW_FRAMES; in recordScreen() local
728 err = frameOutput->copyFrame(rawFp, 250000, rawFrames); in recordScreen()