Searched refs:in_path (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/tools/frame_editing/
H A Dframe_editing_lib.h34 int EditFrames(const std::string& in_path, int width, int height,
H A Dframe_editing.cc25 " --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");
84 const char* in_path = parser.GetFlag("in_path").c_str(); local
93 if (!strcmp(in_path, "-1")) {
107 return webrtc::EditFrames(in_path, width, height, first_frame_to_cut,
H A Dframe_editing_lib.cc25 int EditFrames(const string& in_path, int width, int height, argument
33 FILE* in_fid = fopen(in_path.c_str() , "rb");
35 fprintf(stderr, "Could not read input file: %s.\n", in_path.c_str());
/external/dtc/
H A Dfdtput.c198 * @param in_path Path to process
201 static int create_paths(char **blob, const char *in_path) argument
203 const char *path = in_path;

Completed in 641 milliseconds