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
626 if (gOutputFormat != FORMAT_FRAMES && gOutputFormat != FORMAT_RAW_FRAMES) { in recordScreen()
696 switch (gOutputFormat) { in recordScreen()
712 if (gOutputFormat == FORMAT_MP4) { in recordScreen()
714 } else if (gOutputFormat == FORMAT_WEBM) { in recordScreen()
736 fprintf(stderr, "ERROR: unknown format %d\n", gOutputFormat); in recordScreen()
740 if (gOutputFormat == FORMAT_FRAMES || gOutputFormat == FORMAT_RAW_FRAMES) { in recordScreen()
760 bool rawFrames = gOutputFormat == FORMAT_RAW_FRAMES; in recordScreen()
1036 gOutputFormat = FORMAT_MP4; in main()
1038 gOutputFormat = FORMAT_H264; in main()
[all …]