HomeSort by relevance Sort by last modified time
    Searched defs:raw_output (Results 1 - 2 of 2) sorted by null

  /cts/apps/CameraITS/pymodules/its/
caps.py 182 def raw_output(props): function
  /external/webrtc/webrtc/modules/audio_processing/test/
process_test.cc 117 printf(" --raw_output Raw output instead of WAV file.\n");
173 bool raw_output = false; local
432 } else if (strcmp(argv[i], "--raw_output") == 0) {
433 raw_output = true;
643 if (!raw_output) {
803 if (raw_output && !output_raw_file) {
811 if (raw_output && !output_raw_file) {
    [all...]

Completed in 816 milliseconds