Home
last modified time | relevance | path

Searched refs:CommandOutput (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
DRaspiStillYUV.c136 #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()
DRaspiStill.c156 #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()
DRaspiCapture.c182 #define CommandOutput 4
213 …{ CommandOutput, "-output", "o", "Output filename <filename> (to write to stdout, use …
394 case CommandOutput: // output filename
/third_party/node/tools/
Dtest.py550 class CommandOutput(object): class
801 return CommandOutput(exit_code, timed_out, output, errors)