Searched refs:writeHeader (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DEbmlWriter.h61 int writeHeader(const vpx_codec_enc_cfg_t *a_pCfg, const vpx_rational *a_pFps);
H A DEbmlWriter.cpp494 void writeHeader(const vpx_codec_enc_cfg_t *a_pCfg, function in class:WebMWriter_Impl
684 int WebMWriter::writeHeader(const vpx_codec_enc_cfg_t *a_pCfg, const vpx_rational *a_pFps) function in class:WebMWriter
688 m_Impl->writeHeader(a_pCfg, a_pFps);
H A DVideoRec.cpp558 rc = pStrm->Ebml.writeHeader(&pStrm->VpxConfig, &arg_framerate);

Completed in 567 milliseconds