Searched refs:rawFrames (Results 1 – 3 of 3) sorted by relevance
90 status_t FrameOutput::copyFrame(FILE* fp, long timeoutUsec, bool rawFrames) { in copyFrame() argument157 if (!rawFrames) { in copyFrame()
48 status_t copyFrame(FILE* fp, long timeoutUsec, bool rawFrames);
727 bool rawFrames = gOutputFormat == FORMAT_RAW_FRAMES; in recordScreen() local728 err = frameOutput->copyFrame(rawFp, 250000, rawFrames); in recordScreen()