Searched refs:out_path (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/tools/frame_editing/ |
D | frame_editing_lib.cc | 27 int last_frame_to_process, const string& out_path) { in EditFrames() argument 44 FILE* out_fid = fopen(out_path.c_str(), "wb"); in EditFrames() 47 fprintf(stderr, "Could not open output file: %s.\n", out_path.c_str()); in EditFrames()
|
D | frame_editing.cc | 91 const char* out_path = parser.GetFlag("out_path").c_str(); in main() local 108 interval, last_frame_to_cut, out_path); in main()
|
D | frame_editing_lib.h | 36 int last_frame_to_process, const std::string& out_path);
|
/external/skia/experimental/xps_to_png/ |
D | xps_to_png.cs | 23 static void convert(double dpi, string path, string out_path) { in convert() argument 60 string filename = string.Format("{0}_{1}.png", out_path, index); in convert() 72 static void try_convert(double dpi, string path, string out_path) { in try_convert() argument 74 convert(dpi, path, out_path); in try_convert()
|
/external/autotest/client/site_tests/platform_SecureEraseFile/ |
D | platform_SecureEraseFile.py | 67 out_path = tempfile.mktemp() 70 partition, e['offset'], e['length'], out_path) 72 with open(out_path, 'r') as out_file:
|
/external/selinux/checkpolicy/ |
D | checkmodule.c | 264 char *out_path = strdup(outfile); in main() local 265 if (out_path == NULL) { in main() 269 char *out_name = basename(out_path); in main() 278 free(out_path); in main()
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 70 void RunTest(std::string out_path); 225 void RunTest(std::string out_path) { in RunTest() argument 256 const std::string play_filename = out_path + "recorded_playout.pcm"; in RunTest() 257 const std::string mic_filename = out_path + "recorded_mic.pcm"; in RunTest()
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | process_test.cc | 457 const std::string out_path = webrtc::test::OutputPath(); in void_main() local 463 const std::string vad_file_default = out_path + "vad_out.dat"; in void_main() 464 const std::string ns_prob_file_default = out_path + "ns_prob.dat"; in void_main() 472 out_filename = out_path + "out"; in void_main()
|