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

  /external/webrtc/webrtc/common_video/libyuv/
libyuv_unittest.cc 106 const std::string input_file_name = webrtc::test::ProjectRootPath() + local
108 source_file_ = fopen(input_file_name.c_str(), "rb");
110 input_file_name << "\n";
scaler_unittest.cc 61 const std::string input_file_name = local
63 source_file_ = fopen(input_file_name.c_str(), "rb");
65 input_file_name << "\n";
  /external/webrtc/webrtc/tools/converter/
converter.cc 62 std::string input_file_name = FindFullFileName(frames_dir, file_name); local
64 if (FileExists(input_file_name)) {
72 ReadRGBAFrame(input_file_name.c_str(), input_frame_size, rgba_buffer);
76 if (remove(input_file_name.c_str()) != 0) {
77 fprintf(stderr, "Cannot delete file %s\n", input_file_name.c_str());
135 bool Converter::ReadRGBAFrame(const char* input_file_name, int input_frame_size,
137 FILE* input_file = fopen(input_file_name, "rb");
140 input_file_name);
148 fprintf(stderr, "Error reading from input file: %s\n", input_file_name);
  /cts/tools/dasm/src/java_cup/
emit.java 112 public static String input_file_name; field in class:emit
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 111 std::string input_file_name = parser->GetFlag("input_file"); local
112 FILE* input_file = fopen(input_file_name.c_str(), "rb");
187 input_file_name.c_str(), output_file_name.c_str(),
  /art/runtime/
oat_file_assistant.cc 629 const std::string& input_file_name = *input_file; local
655 argv.push_back("--input-oat-file=" + input_file_name);
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 619 const std::string input_file_name = local
621 audio_loop_.Init(input_file_name, 5 * kSampleRateHz, kNumSamples10ms);
738 const std::string input_file_name = local
740 audio_loop_.Init(input_file_name, 5 * kSampleRateHz, kNumSamples10ms);
901 const std::string input_file_name = local
904 test::RtpFileSource::Create(input_file_name));
1065 const std::string input_file_name = local
1448 const std::string input_file_name = local
    [all...]
  /frameworks/native/cmds/installd/
commands.cpp 651 static void run_patchoat(int input_fd, int oat_fd, const char* input_file_name,
664 /* input_file_name/input_fd should be the .odex/.oat file that is precompiled. I think*/
675 PATCHOAT_BIN, instruction_set, input_fd, input_file_name, oat_fd, output_file_name);
691 static void run_dex2oat(int zip_fd, int oat_fd, int image_fd, const char* input_file_name,
779 sprintf(zip_location_arg, "--zip-location=%s", input_file_name);
840 ALOGV("Running %s in=%s out=%s\n", DEX2OAT_BIN, input_file_name, output_file_name);
1537 const char *input_file_name = get_location_from_path(input_file); local
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 

Completed in 1538 milliseconds