Searched defs:output_file (Results 26 - 50 of 89) sorted by relevance

1234

/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dfile_before_streaming_test.cc61 FILE* output_file = fopen(output_filename_.c_str(), "rb"); local
62 ASSERT_TRUE(output_file != NULL);
67 EXPECT_EQ(0, fseek(output_file, sizeof(output_value) *
69 while (fread(&output_value, sizeof(output_value), 1, output_file) == 1) {
79 ASSERT_NE(0, feof(output_file));
80 ASSERT_EQ(0, fclose(output_file));
84 FILE* output_file = fopen(output_filename_.c_str(), "rb"); local
85 ASSERT_TRUE(output_file != NULL);
86 ASSERT_EQ(0, fseek(output_file, 0, SEEK_END));
87 EXPECT_EQ(0, ftell(output_file));
[all...]
H A Daudio_processing_test.cc373 std::string output_file = output_path + "apm_debug.txt"; local
375 EXPECT_EQ(0, voe_apm_->StartDebugRecording(output_file.c_str()));
/external/jpeg/
H A Dcdjpeg.c169 FILE * output_file = stdout; local
175 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
180 return output_file;
H A Dcjpeg.c471 FILE * output_file; local
550 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
556 output_file = write_stdout();
577 jpeg_stdio_dest(&cinfo, output_file);
596 if (output_file != stdout)
597 fclose(output_file);
H A Djpegtran.c346 FILE * output_file; local
420 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
426 output_file = write_stdout();
470 jpeg_stdio_dest(&dstinfo, output_file);
494 if (output_file != stdout)
495 fclose(output_file);
/external/qemu/distrib/jpeg-6b/
H A Dcdjpeg.c169 FILE * output_file = stdout; local
175 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
180 return output_file;
H A Dcjpeg.c471 FILE * output_file; local
550 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
556 output_file = write_stdout();
577 jpeg_stdio_dest(&cinfo, output_file);
596 if (output_file != stdout)
597 fclose(output_file);
H A Djpegtran.c346 FILE * output_file; local
420 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
426 output_file = write_stdout();
470 jpeg_stdio_dest(&dstinfo, output_file);
494 if (output_file != stdout)
495 fclose(output_file);
/external/sfntly/cpp/src/test/
H A Dtest_font_utils.cc87 FILE* output_file = NULL; local
89 fopen_s(&output_file, file_path, "wb");
91 output_file = fopen(file_path, "wb");
93 EXPECT_NE(output_file, reinterpret_cast<FILE*>(NULL));
94 fwrite(output_stream->Get(), 1, output_stream->Size(), output_file);
95 fflush(output_file);
96 fclose(output_file);
/external/webrtc/src/modules/audio_processing/test/
H A Dunpack.cc32 DEFINE_string(output_file, "ref_out.pcm",
89 FILE* output_file = fopen(FLAGS_output_file.c_str(), "wb"); local
90 if (output_file == NULL) {
161 output_file) != 1) {
/external/blktrace/btt/
H A Dbtt_plot.py71 output_file = None variable
192 global add_legend, output_file, title_str, type, verbose
219 output_file = a
309 global add_legend, output_file, title_str, verbose
311 if output_file != None:
312 ofile = output_file
376 output_file = title_str = type = None
388 output_file = 'bnos_%s.png' % base variable
/external/chromium_org/base/test/
H A Dgtest_xml_util.cc90 bool ProcessGTestOutput(const base::FilePath& output_file, argument
96 if (!ReadFileToString(output_file, &xml_contents))
/external/chromium_org/third_party/libjpeg_turbo/
H A Dcjpeg.c491 FILE * output_file = NULL; local
574 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
580 output_file = write_stdout();
606 jpeg_stdio_dest(&cinfo, output_file);
625 if (output_file != stdout && output_file != NULL)
626 fclose(output_file);
H A Dcdjpeg.h62 FILE * output_file; member in struct:djpeg_dest_struct
H A Ddjpeg.c462 FILE * output_file; local
545 if ((output_file = fopen(outfilename, WRITE_BINARY)) == NULL) {
551 output_file = write_stdout();
626 dest_mgr->output_file = output_file;
659 if (output_file != stdout)
660 fclose(output_file);
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc66 FILE* output_file = NULL; local
68 fopen_s(&output_file, output_file_path, "wb");
70 output_file = fopen(output_file_path, "wb");
72 if (output_file) {
73 byte_count = fwrite(output_buffer, 1, buffer_length, output_file);
74 fflush(output_file);
75 fclose(output_file);
/external/sfntly/cpp/src/sample/chromium/
H A Dchrome_subsetter.cc66 FILE* output_file = NULL; local
68 fopen_s(&output_file, output_file_path, "wb");
70 output_file = fopen(output_file_path, "wb");
72 if (output_file) {
73 byte_count = fwrite(output_buffer, 1, buffer_length, output_file);
74 fflush(output_file);
75 fclose(output_file);
/external/chromium_org/base/prefs/
H A Djson_pref_store_unittest.cc165 const base::FilePath& output_file,
224 EXPECT_TRUE(TextContentsEqual(golden_output_file, output_file));
225 ASSERT_TRUE(base::DeleteFile(output_file, false));
164 RunBasicJsonPrefStoreTest(JsonPrefStore* pref_store, const base::FilePath& output_file, const base::FilePath& golden_output_file) argument
/external/chromium_org/base/test/launcher/
H A Dunit_test_launcher.cc90 // (e.g. "A.B"), |output_file| is path to the GTest XML output file.
93 const base::FilePath& output_file) {
96 new_cmd_line.AppendSwitchPath(switches::kTestLauncherOutput, output_file);
118 FilePath output_file; member in struct:base::__anon2510::UnitTestLauncherDelegate::GTestCallbackState
172 base::FilePath output_file; local
173 CHECK(CreateNewTempDirectory(FilePath::StringType(), &output_file));
174 output_file = output_file.AppendASCII("test_results.xml");
179 GetCommandLineForChildGTestProcess(current_test_names, output_file));
184 callback_state.output_file
91 GetCommandLineForChildGTestProcess( const std::vector<std::string>& test_names, const base::FilePath& output_file) argument
301 ProcessTestResults( TestLauncher* test_launcher, const std::vector<std::string>& test_names, const base::FilePath& output_file, const std::string& output, int exit_code, bool was_timeout, std::vector<std::string>* tests_to_relaunch) argument
[all...]
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_audio_quality_browsertest.cc148 bool StartRecording(int duration_sec, const base::FilePath& output_file, argument
182 command_line.AppendArgPath(output_file);
190 command_line.AppendArgPath(output_file);
209 command_line.AppendArgPath(output_file);
264 const base::FilePath& output_file) {
292 command_line.AppendArgPath(output_file);
263 RemoveSilence(const base::FilePath& input_file, const base::FilePath& output_file) argument
/external/chromium_org/chrome/installer/util/
H A Dlzma_util.cc81 std::wstring* output_file) {
90 if ((ret = lzma_util.UnPack(output_dir, output_file)) != NO_ERROR) {
125 std::wstring* output_file) {
185 if (output_file)
186 *output_file = file_path.value();
79 UnPackArchive(const std::wstring& archive, const std::wstring& output_dir, std::wstring* output_file) argument
124 UnPack(const std::wstring& location, std::wstring* output_file) argument
/external/chromium_org/chrome/utility/
H A Dchrome_content_utility_client.cc297 const base::FilePath& output_file) {
298 if (input_file.empty() || patch_file.empty() || output_file.empty()) {
303 output_file);
312 const base::FilePath& output_file) {
313 if (input_file.empty() || patch_file.empty() || output_file.empty()) {
319 output_file.value().c_str());
294 OnPatchFileBsdiff( const base::FilePath& input_file, const base::FilePath& patch_file, const base::FilePath& output_file) argument
309 OnPatchFileCourgette( const base::FilePath& input_file, const base::FilePath& patch_file, const base::FilePath& output_file) argument
/external/chromium_org/third_party/webrtc/common_video/libyuv/
H A Dlibyuv_unittest.cc140 FILE* output_file = fopen(output_file_name.c_str(), "wb"); local
141 ASSERT_TRUE(output_file != NULL);
157 if (PrintI420VideoFrame(res_i420_frame, output_file) < 0) {
177 if (PrintI420VideoFrame(res_i420_frame, output_file) < 0) {
193 if (PrintI420VideoFrame(res_i420_frame, output_file) < 0) {
210 output_file) != static_cast<unsigned int>(frame_length_)) {
227 if (PrintI420VideoFrame(res_i420_frame, output_file) < 0) {
241 if (PrintI420VideoFrame(res_i420_frame, output_file) < 0) {
260 if (PrintI420VideoFrame(res_i420_frame, output_file) < 0) {
268 ASSERT_EQ(0, fclose(output_file));
275 FILE* output_file = fopen(output_file_name.c_str(), "wb"); local
[all...]
H A Dscaler_unittest.cc389 FILE* output_file; local
390 output_file = fopen(out_name.c_str(), "rb");
391 assert(output_file != NULL);
393 rewind(output_file);
408 fread(output_buffer, 1, required_size, output_file)) {
418 assert(0 == fclose(output_file));
429 FILE* output_file; local
434 output_file = fopen(out_name.c_str(), "wb");
435 ASSERT_TRUE(output_file != NULL);
465 if (PrintI420VideoFrame(output_frame, output_file) <
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_sequence_coder.cc113 std::string output_file_name = parser.GetFlag("output_file");
114 FILE* output_file = fopen(output_file_name.c_str(), "wb"); local
115 if (output_file == NULL) {
151 Vp8SequenceCoderDecodeCallback decoder_callback(output_file);
198 " --w=352 --h=288 --input_file=input.yuv --output_file=output.yuv "
206 " - output_file(string): The yuv decoded file (decoder output)."
224 parser.SetFlag("output_file", webrtc::test::OutputPath() + "vp8_decoded.yuv");

Completed in 9516 milliseconds

1234