Home
last modified time | relevance | path

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

/frameworks/av/cmds/screenrecord/
Dscreenrecord.cpp106 } gOutputFormat = FORMAT_MP4; // data format for output variable
632 if (gOutputFormat != FORMAT_FRAMES && gOutputFormat != FORMAT_RAW_FRAMES) { in recordScreen()
702 switch (gOutputFormat) { in recordScreen()
718 if (gOutputFormat == FORMAT_MP4) { in recordScreen()
720 } else if (gOutputFormat == FORMAT_WEBM) { in recordScreen()
742 fprintf(stderr, "ERROR: unknown format %d\n", gOutputFormat); in recordScreen()
746 if (gOutputFormat == FORMAT_FRAMES || gOutputFormat == FORMAT_RAW_FRAMES) { in recordScreen()
766 bool rawFrames = gOutputFormat == FORMAT_RAW_FRAMES; in recordScreen()
1042 gOutputFormat = FORMAT_MP4; in main()
1044 gOutputFormat = FORMAT_H264; in main()
[all …]