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

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

Completed in 946 milliseconds