HomeSort by relevance Sort by last modified time
    Searched refs:file_out (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
testlibmkv.c 58 FILE *file_out = fopen("test.mkv", "wb"); local
59 size_t bytesWritten = fwrite(data, 1, ebml.offset, file_out);
60 fclose(file_out);
  /build/tools/ijar/
ijar.cc 87 // .jar to "file_out".
88 void OpenFilesAndProcessJar(const char *file_out, const char *file_in) {
97 std::unique_ptr<ZipBuilder> out(ZipBuilder::Create(file_out, output_length));
99 fprintf(stderr, "Unable to open output file %s: %s\n", file_out,
125 file_in, file_out,
  /frameworks/av/services/audioflinger/
test-resample.cpp 195 const char* file_out = NULL; local
197 file_out = argv[0];
200 file_out = argv[1];
506 SNDFILE *sf = sf_open(file_out, SFM_WRITE, &info);
508 perror(file_out);
  /cts/tools/testng/
gen-test-list-xml.py 240 file_out = name_out and open(name_out, "w+") or sys.stdout
245 write_xml(file_out, test_package)

Completed in 1251 milliseconds