Searched refs:gOutputFormat (Results 1 – 1 of 1) sorted by relevance
75 } gOutputFormat = FORMAT_MP4; // data format for output variable571 if (gOutputFormat != FORMAT_FRAMES && gOutputFormat != FORMAT_RAW_FRAMES) { in recordScreen()640 switch (gOutputFormat) { in recordScreen()672 fprintf(stderr, "ERROR: unknown format %d\n", gOutputFormat); in recordScreen()676 if (gOutputFormat == FORMAT_FRAMES || gOutputFormat == FORMAT_RAW_FRAMES) { in recordScreen()696 bool rawFrames = gOutputFormat == FORMAT_RAW_FRAMES; in recordScreen()967 gOutputFormat = FORMAT_MP4; in main()969 gOutputFormat = FORMAT_H264; in main()971 gOutputFormat = FORMAT_FRAMES; in main()973 gOutputFormat = FORMAT_RAW_FRAMES; in main()[all …]