Searched defs:WebMWriter (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DEbmlWriter.h37 class WebMWriter class
40 WebMWriter();
41 virtual ~WebMWriter();
93 /* WebMWriter implementation.
98 void operator=(const WebMWriter &);
99 WebMWriter(const WebMWriter &);
H A DEbmlWriter.cpp620 friend class WebMWriter;
667 WebMWriter::WebMWriter() : m_Impl(new WebMWriter_Impl()) {} function in class:WebMWriter
669 WebMWriter::~WebMWriter()
674 int WebMWriter::create(const char *a_pszFilename)
679 void WebMWriter::close()
684 int WebMWriter::writeHeader(const vpx_codec_enc_cfg_t *a_pCfg, const vpx_rational *a_pFps)
697 int WebMWriter::writeBlock(const vpx_codec_enc_cfg_t *a_pCfg, const vpx_codec_cx_pkt_t *a_pPkt)
710 int WebMWriter
[all...]

Completed in 45 milliseconds