Home
last modified time | relevance | path

Searched defs:createWriter (Results 1 – 25 of 122) sorted by relevance

12345

/dports/graphics/opencv/opencv-4.5.3/modules/videoio/src/
H A Dbackend_static.cpp75 Ptr<IVideoWriter> createWriter(const std::string& filename, int fourcc, double fps, in createWriter() function in cv::StaticBackend
90 …reFile createCaptureFile, FN_createCaptureCamera createCaptureCamera, FN_createWriter createWriter) in StaticBackendFactory()
109 FN_createWriter createWriter) in createBackendFactory()
143 Ptr<IVideoWriter> createWriter(const std::string& filename, int fourcc, double fps, in createWriter() function in cv::StaticBackendWithParams
158 …ateCaptureFile, FN_createCaptureCameraWithParams createCaptureCamera, FN_createWriter createWriter) in StaticBackendWithParamsFactory()
177 FN_createWriter createWriter) in createBackendFactory()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DStreamSerializer.java172 private static XMLWriter createWriter(Writer w) { in createWriter() method in StreamSerializer
179 …private static XMLWriter createWriter(OutputStream os, String encoding) throws UnsupportedEncoding… in createWriter() method in StreamSerializer
185 private static XMLWriter createWriter(OutputStream os) { in createWriter() method in StreamSerializer
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DStreamSerializer.java172 private static XMLWriter createWriter(Writer w) { in createWriter() method in StreamSerializer
179 …private static XMLWriter createWriter(OutputStream os, String encoding) throws UnsupportedEncoding… in createWriter() method in StreamSerializer
185 private static XMLWriter createWriter(OutputStream os) { in createWriter() method in StreamSerializer
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimImageWriterFactoryRegistry.cpp55 ossimImageFileWriter* ossimImageWriterFactoryRegistry::createWriter(const ossimFilename& filename)c… in createWriter() function in ossimImageWriterFactoryRegistry
95 ossimImageFileWriter *ossimImageWriterFactoryRegistry::createWriter(const ossimKeywordlist &kwl, in createWriter() function in ossimImageWriterFactoryRegistry
138 ossimImageFileWriter *ossimImageWriterFactoryRegistry::createWriter(const ossimString& typeName)con… in createWriter() function in ossimImageWriterFactoryRegistry
H A DossimImageWriterFactory.cpp89 ossimImageWriterFactory::createWriter(const ossimKeywordlist& kwl, in createWriter() function in ossimImageWriterFactory
121 ossimImageWriterFactory::createWriter(const ossimString& typeName)const in createWriter() function in ossimImageWriterFactory
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Documentation/assets/ClassDiagrams/Classes/
H A DPHPExcel_IOFactory.cs31 public PHPExcel_Writer_IWriter createWriter() in createWriter() method in ClassDiagrams.PHPExcel_IOFactory
/dports/textproc/jalingo/jalingo-0.6.0-src/test/ja/centre/util/sort/external/
H A DStringPersister.java26 public IWriter<String> createWriter( OutputStream os ) throws IOException { in createWriter() method in StringPersister
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/centre/util/sort/external/
H A DIPersister.java29 IWriter<T> createWriter( OutputStream os ) throws IOException; in createWriter() method
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Documentation/assets/ClassDiagrams/Classes/
H A DPHPExcel_IOFactory.cs31 public PHPExcel_Writer_IWriter createWriter() in createWriter() method in ClassDiagrams.PHPExcel_IOFactory
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/fileapi/
H A DFileEntrySync.cpp51 PassRefPtr<FileWriterSync> FileEntrySync::createWriter(ExceptionCode& ec) in createWriter() function in WebCore::FileEntrySync
H A DFileEntry.cpp49 void FileEntry::createWriter(PassRefPtr<FileWriterCallback> successCallback, PassRefPtr<ErrorCallba… in createWriter() function in WebCore::FileEntry
/dports/devel/folly/folly-2021.12.27.00/folly/logging/
H A DFileWriterFactory.cpp45 std::shared_ptr<LogWriter> FileWriterFactory::createWriter(File file) { in createWriter() function in folly::FileWriterFactory
H A DStreamHandlerFactory.cpp35 std::shared_ptr<LogWriter> StreamHandlerFactory::WriterFactory::createWriter() { in createWriter() function in folly::StreamHandlerFactory::WriterFactory
H A DFileHandlerFactory.cpp40 std::shared_ptr<LogWriter> createWriter() override { in createWriter() function in folly::FileHandlerFactory::WriterFactory
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/disk/impl/access/
H A DDMAccessFactory.java41 createWriter( in createWriter() method in DMAccessFactory
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DMarshallerImpl.java402 public XmlOutput createWriter( Writer w, String encoding ) { in createWriter() method in MarshallerImpl
425 public XmlOutput createWriter(Writer w) { in createWriter() method in MarshallerImpl
429 public XmlOutput createWriter( OutputStream os ) throws JAXBException { in createWriter() method in MarshallerImpl
433 public XmlOutput createWriter( OutputStream os, String encoding ) throws JAXBException { in createWriter() method in MarshallerImpl
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DMarshallerImpl.java402 public XmlOutput createWriter( Writer w, String encoding ) { in createWriter() method in MarshallerImpl
425 public XmlOutput createWriter(Writer w) { in createWriter() method in MarshallerImpl
429 public XmlOutput createWriter( OutputStream os ) throws JAXBException { in createWriter() method in MarshallerImpl
433 public XmlOutput createWriter( OutputStream os, String encoding ) throws JAXBException { in createWriter() method in MarshallerImpl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/filesystem/
H A Dfile_entry_sync.cc47 FileWriterSync* FileEntrySync::createWriter(ExceptionState& exception_state) { in createWriter() function in blink::FileEntrySync
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/filesystem/
H A Dfile_entry_sync.cc47 FileWriterSync* FileEntrySync::createWriter(ExceptionState& exception_state) { in createWriter() function in blink::FileEntrySync
/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/lingo/engine/dictionaryindex/builder/sorter/
H A DTokenPairPersister.java45 public IWriter<TokenPair> createWriter( OutputStream os ) throws IOException { in createWriter() method in TokenPairPersister
/dports/devel/sfml/SFML-2.5.1/include/SFML/Audio/
H A DSoundFileFactory.inl35 template <typename T> SoundFileWriter* createWriter() {return new T;} function
/dports/graphics/blender/blender-2.91.0/extern/audaspace/plugins/libsndfile/
H A DSndFile.cpp45 std::shared_ptr<IWriter> SndFile::createWriter(std::string filename, DeviceSpecs specs, Container f… in createWriter() function in SndFile
/dports/graphics/blender/blender-2.91.0/extern/audaspace/plugins/ffmpeg/
H A DFFMPEG.cpp48 std::shared_ptr<IWriter> FFMPEG::createWriter(std::string filename, DeviceSpecs specs, Container fo… in createWriter() function in FFMPEG
/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/storage/
H A DDiskBlockObjectWriterSuite.scala45 private def createWriter(): (DiskBlockObjectWriter, File, ShuffleWriteMetrics) = { method
/dports/graphics/blender/blender-2.91.0/extern/audaspace/src/file/
H A DFileManager.cpp74 std::shared_ptr<IWriter> FileManager::createWriter(std::string filename, DeviceSpecs specs, Contain… in createWriter() function in FileManager

12345