Searched refs:CommandOutput (Results 1 – 4 of 4) sorted by relevance
| /third_party/gstreamer/gstplugins_good/sys/rpicamsrc/ |
| D | RaspiStillYUV.c | 136 #define CommandOutput 3 macro 147 …{ CommandOutput, "-output", "o", "Output filename <filename>. If not specifed, no image is s… 264 case CommandOutput: // output filename in parse_cmdline()
|
| D | RaspiStill.c | 156 #define CommandOutput 5 macro 174 …{ CommandOutput, "-output", "o", "Output filename <filename> (to write to stdout, use '-o -'… 376 case CommandOutput: // output filename in parse_cmdline()
|
| D | RaspiCapture.c | 182 #define CommandOutput 4 213 …{ CommandOutput, "-output", "o", "Output filename <filename> (to write to stdout, use … 394 case CommandOutput: // output filename
|
| /third_party/node/tools/ |
| D | test.py | 550 class CommandOutput(object): class 801 return CommandOutput(exit_code, timed_out, output, errors)
|