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

/external/webrtc/webrtc/tools/frame_editing/
H A Dframe_editing_lib.h36 int last_frame_to_process, const std::string& out_path);
H A Dframe_editing_lib.cc27 int last_frame_to_process, const string& out_path) {
44 FILE* out_fid = fopen(out_path.c_str(), "wb");
47 fprintf(stderr, "Could not open output file: %s.\n", out_path.c_str());
25 EditFrames(const string& in_path, int width, int height, int first_frame_to_process, int interval, int last_frame_to_process, const string& out_path) argument
H A Dframe_editing.cc26 " --out_path=edited_clip.yuv\n"
60 "--out_path(string): The output file to which frames are written."
74 parser.SetFlag("out_path", "edited_output.yuv");
91 const char* out_path = parser.GetFlag("out_path").c_str(); local
108 interval, last_frame_to_cut, out_path);
/external/perfetto/tools/
H A Dgen_merged_trace_config68 out_path = os.path.join(root_dir, MERGED_OUT_PROTO)
71 if os.path.exists(out_path):
72 with open(out_path, 'rb') as fprev:
82 with open(out_path, 'wb') as fout:
/external/autotest/client/site_tests/platform_SecureEraseFile/
H A Dplatform_SecureEraseFile.py67 out_path = tempfile.mktemp()
70 partition, e['offset'], e['length'], out_path)
72 with open(out_path, 'r') as out_file:
/external/skia/experimental/xps_to_png/
H A Dxps_to_png.cs23 static void convert(double dpi, string path, string out_path) { argument
60 string filename = string.Format("{0}_{1}.png", out_path, index);
72 static void try_convert(double dpi, string path, string out_path) { argument
74 convert(dpi, path, out_path);
/external/skqp/experimental/xps_to_png/
H A Dxps_to_png.cs23 static void convert(double dpi, string path, string out_path) { argument
60 string filename = string.Format("{0}_{1}.png", out_path, index);
72 static void try_convert(double dpi, string path, string out_path) { argument
74 convert(dpi, path, out_path);
/external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/core/ops/
H A Dhard_routing_function_op.cc131 auto out_path = output_path->tensor<int32, 2>(); variable
143 out_path(i, 0) = 0;
158 out_path(i, j + 1) = left_child;
162 out_path(i, j + 1) = right_child;
H A Dstochastic_hard_routing_function_op.cc144 auto out_path = output_path->tensor<int32, 2>(); variable
154 out_path(i, 0) = 0;
169 out_path(i, j + 1) = left_child;
177 out_path(i, j + 1) = right_child;
/external/selinux/checkpolicy/
H A Dcheckmodule.c264 char *out_path = strdup(outfile); local
265 if (out_path == NULL) {
269 char *out_name = basename(out_path);
278 free(out_path);
/external/webrtc/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc70 void RunTest(std::string out_path);
225 void RunTest(std::string out_path) { argument
256 const std::string play_filename = out_path + "recorded_playout.pcm";
257 const std::string mic_filename = out_path + "recorded_mic.pcm";
/external/webrtc/webrtc/modules/audio_processing/test/
H A Dprocess_test.cc457 const std::string out_path = webrtc::test::OutputPath(); local
463 const std::string vad_file_default = out_path + "vad_out.dat";
464 const std::string ns_prob_file_default = out_path + "ns_prob.dat";
472 out_filename = out_path + "out";

Completed in 1913 milliseconds