Searched refs:gOutputFormat (Results 1 – 1 of 1) sorted by relevance
77 } gOutputFormat = FORMAT_MP4; // data format for output variable601 if (gOutputFormat != FORMAT_FRAMES && gOutputFormat != FORMAT_RAW_FRAMES) { in recordScreen()671 switch (gOutputFormat) { in recordScreen()703 fprintf(stderr, "ERROR: unknown format %d\n", gOutputFormat); in recordScreen()707 if (gOutputFormat == FORMAT_FRAMES || gOutputFormat == FORMAT_RAW_FRAMES) { in recordScreen()727 bool rawFrames = gOutputFormat == FORMAT_RAW_FRAMES; in recordScreen()1002 gOutputFormat = FORMAT_MP4; in main()1004 gOutputFormat = FORMAT_H264; in main()1006 gOutputFormat = FORMAT_FRAMES; in main()1008 gOutputFormat = FORMAT_RAW_FRAMES; in main()[all …]