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

/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp73 } gOutputFormat = FORMAT_MP4; // data format for output variable in typeref:enum:__anon14
570 if (gOutputFormat != FORMAT_FRAMES && gOutputFormat != FORMAT_RAW_FRAMES) {
639 switch (gOutputFormat) {
666 fprintf(stderr, "ERROR: unknown format %d\n", gOutputFormat);
670 if (gOutputFormat == FORMAT_FRAMES || gOutputFormat == FORMAT_RAW_FRAMES) {
690 bool rawFrames = gOutputFormat == FORMAT_RAW_FRAMES;
960 gOutputFormat = FORMAT_MP4;
962 gOutputFormat
[all...]

Completed in 126 milliseconds