HomeSort by relevance Sort by last modified time
    Searched refs:rawFrames (Results 1 - 3 of 3) sorted by null

  /frameworks/av/cmds/screenrecord/
FrameOutput.h 48 status_t copyFrame(FILE* fp, long timeoutUsec, bool rawFrames);
FrameOutput.cpp 90 status_t FrameOutput::copyFrame(FILE* fp, long timeoutUsec, bool rawFrames) {
157 if (!rawFrames) {
screenrecord.cpp 690 bool rawFrames = gOutputFormat == FORMAT_RAW_FRAMES;
691 err = frameOutput->copyFrame(rawFp, 250000, rawFrames);
    [all...]

Completed in 75 milliseconds