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

  /external/chromium_org/third_party/webrtc/tools/frame_editing/
frame_editing.cc 25 " --in_path=input.yuv --width=320 --height=240 --f=60 --interval=1 --l=120"
28 "--in_path(string): Path and filename to the input file\n"
68 parser.SetFlag("in_path", "-1");
83 const char* in_path = parser.GetFlag("in_path").c_str(); local
92 if (!strcmp(in_path, "-1")) {
106 return webrtc::EditFrames(in_path, width, height, first_frame_to_cut,
  /external/lldb/source/Target/
Process.cpp 447 FileSpec in_path; local
452 in_path = target->GetStandardInputPath();
457 if (in_path || out_path || err_path)
460 if (in_path && in_path.GetPath(path, sizeof(path)))
    [all...]

Completed in 59 milliseconds